body {
	background: #383432;
	margin: 0px;
}


#mainbody {
	background: #fff;
	width: 675px;
	border: 0;
	border-top: 10px solid #feba35;
	border-bottom: 10px solid #feba35;
}
.style1 {font-size: 12px}
.sectionhead {
	font-size: 14px;
	color: #140045;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodytext {font-family: Arial, Helvetica, sans-serif}
.style3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #595755;
	font-weight: bold;
}
a:link {
	color: #150045;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FAB400;
}

.navcontainer {
	background: #140045;
	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: 475px;
	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: #0a86ca; text-decoration: underline;}
#content a:hover, #content a:hover:visited {color: #f20023; text-decoration: none;}
#content a:visited {color: #888; text-decoration: underline;}

#content h1 {
	background: #fff url(images/bg-title.gif) no-repeat top left;
	color: #595755;
	font-weight: bold;
	font-size: 20px;
	padding: 39px 0 0 40px;
	margin: 0px;
}

#content h2 {
	color: #140045;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
}

#footer {
	width: 455px;
	margin-top: 20px;
	border: 1px solid #a39c96;
	background: #e8e8e8;
	padding: 10px;
	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, a:link:focus, a:visited {color:#20006f; text-decoration: none; font-weight: normal; text-transform: none;}
#footer a:hover, a:active {color:#000; text-decoration: underline; font-weight: normal; text-transform: none;}

