/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}

 a:link {
   color: #FDE3F1;
   text-decoration: none;
   }

a:visited {
   color: #FDE3F1;
   text-decoration: none;
   }

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
   }

a: active {
    color: #FFFFFF;
	text-decoration: underline;
}

A.purp-link:link {color: #743169;font-family: Verdana, Arial, san-serif; font-size: 12px; text-decoration:none}
A.purp-link:visited {color: #743169;font-family: Verdana, Arial, san-serif; font-size: 12px; text-decoration:none}
A.purp-link:active {color: #743169;font-family: Verdana, Arial, san-serif; font-size: 12px; text-decoration:none}
A.purp-link:hover {color: #743169;font-family: Verdana, Arial, san-serif; font-size: 12px; text-decoration:underline}
   
#header {
	background-image: url(images/logo.gif);
	height: 120px;
	background-repeat: no-repeat;
	text-align: right;
} 

.style1 {
	color: #44555F;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}
.style2 {
	color: #EC1C8E;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}
 
#header a:link {
   color: #EC1C8E;
   text-decoration: none;
   }

#header a:visited {
   color: #EC1C8E;
   text-decoration: none;
   }

#header a:hover {
	color: #44555F;
	text-decoration: underline;
   }
   
 #header a:active {
	color: #44555F;
	text-decoration: underline;
   }
   
#mainTable {
	width: 975px;
	line-height: 1.5em;
	margin-top: 15px;
	border: 1px solid #ED1A8E;
	background-color: #FFFFFF;
	margin-bottom: 0px;
 }
 
#left {
	width: 189px;
	vertical-align: top;
}

#right {
	width: 180px;
}

#right img {
	margin: 10px;
}

#middle {
	background-image: url(images/gbg.gif);
	width: 606px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	font-size: 11px;
}

#main {
    background-image: url(images/gbg.gif);
	width: 786px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
}

#main a:link {
   color: #EC1C8E;
   text-decoration: none;
   }

#main a:visited {
   color: #EC1C8E;
   text-decoration: none;
   }

#main a:hover, a:active {
	color: #44555F;
	text-decoration: underline;
   }
   
   #main2 {
    
	width: 786px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
}

#main2 a:link {
   color: #EC1C8E;
   text-decoration: none;
   }

#main2 a:visited {
   color: #EC1C8E;
   text-decoration: none;
   }

#main2 a:hover, a:active {
	color: #44555F;
	text-decoration: underline;
   }


A.body-linkp:link {color: #EC1C8E;font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; text-decoration:none}
A.body-linkp:visited {color: #EC1C8E;font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; text-decoration:none}
A.body-linkp:active {color: #EC1C8E;font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; text-decoration:none}
A.bot-linkp:hover {color: #EC1C8E;font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; text-decoration:underline}
   

p {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: justify;
}

#navigation {
	background-color: #ffffff;

}

#footer {
	width: 975px;
	font-color: #FDE3F1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ED1A8E;
	border-bottom-color: #ED1A8E;
	border-left-color: #ED1A8E;
	border-left-width: 1px;
	border-left-style: solid;
	color: #FDE3F1;
	font-size: 10px;
	text-align: center;
	background-color: #44555F;
}
h1 {
	color: #EC1C8E;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
