@charset "utf-8";
/* CSS Document */


.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.hilite {
	font-family: Arial, Helvetica, sans-serif;
	color: #7d097e;
	text-decoration: none;
}

.banner {
	color: #7d097e;
	text-decoration: none;
	font: bold 15px Arial, Helvetica, sans-serif;
}


/* Main Page */
#nav {
	float: left;
	width: 170px;
	background-color: #84C696;
	padding-left: 21px;
	padding-top: 10px;
	padding-right: 10px;
	/* margin: 0 0 0 0 */
	}	
	
	
.navElements { 
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #2e3192;
	border-bottom-width: 1px;
	}
	
	
a.navlink:active {color: #2e3192; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;} /* selected link - MB*/
a.navlink:visited {color: #2e3192; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;} /* visited link - MB */ 
a.navlink:link {color: #2e3192; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;} /* unvisited link - MB */ 
a.navlink:hover {color: #2e3192; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 12px;}
	
#topheader {
	float: left;
	width: 730px;
	}	
	
	
#mainbody {
	float: left;
	width: 730px;
	background-color: #84C696;
	}
	
#content {
	float: left;
	width: 489px;
	background-color: #B0DBBC;
	padding-left: 20px;
	padding-right: 20px;
	
	}
	
	
#subHead {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	}

/* My Comment */		
	
#header {
	font-size: 16px;
	font-weight: bold;
	color: #006F3B;
	}		
	
#footer {
	float: left;
	width: 517px;
	padding-left: 12px;
	background-color: #FFF;
	}
	
#contentfooter {
	float: left;
	width: 529px;
	}