body {
	background: #4d4d4d;
	margin: 0px;
}


#fullheight {
	width: 674px;
	border-right: 1px solid #e6dc44;
}

#mainbody {
	background: #fff;
	width: 674px;
	border: 0;
}


.navcontainer {
	background: #380074;
	width: 150px;
}

#navcontainer a.green, #navcontainer a.green:link, #navcontainer a.green:active, #navcontainer a.green:visited {color:#fff; text-decoration:none;}
#navcontainer a:hover, #navcontainer a:hover:visited {color: #5cc985; text-decoration: underline;}

#content {
	width: 474px;
	padding: 10px 25px 25px 25px;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#content a, #content a:link, #content a:active {color: #6e4b94; text-decoration: underline;}
#content a:hover, #content a:hover:visited {color: #380074; text-decoration: none;}
#content a:visited {color: #888; text-decoration: underline;}

#content h1 {
	color: #380074;
	font-weight: bold;
	font-size: 24px;
	padding: 25px 0 0 0;
	margin: 0px;
}

#content h2 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
}

#footer {
	margin-top: 30px;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif; 
	font-size: 9px; 
	color: #000; 
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
#footer a:link, #footer a:link:focus, #footer a:visited {color:#380074; text-decoration: none; font-weight: normal; text-transform: none;}
#footer a:hover, #footer a:active {color:#333; text-decoration: underline; font-weight: normal; text-transform: none;}
