#top-bg{
background:url(images/top-bg.png) repeat-x;
height:111px;
}

#menu-bg
{
background:url(images/top-line.jpg) no-repeat;
height:39px;
}

.menu-top
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

#main-container
{
background:#f7d990;
}


body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#454545;
line-height:18px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}




a:link, a:visited{

	color: #207bbb;
	text-decoration:none;
}

a:hover, a:active{

	color: #000;
	text-decoration:underline;

}

.titles
{
font-family:Arial, Helvetica, sans-serif;
color:#207bbb;
font-size:16px;
font-weight:bold;
}

.test
{
font-family:Arial, Helvetica, sans-serif;
color:#d40505;
font-size:14px;
font-weight:bold;
}

a.test:link, a.test:visited{

	color: #d40505;
	text-decoration:none;
}

a.test:hover, a.test:active{

	color: #000;
	text-decoration:underline;

}



/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #048bd9;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(images/bgON.gif) no-repeat top right;}
