/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{position:relative;display:block;height:39px;font-size:13px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}
#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;}

* {
	margin: 0;
	padding: 0;
}
a {color: #333333;
	text-decoration:none;
	}
a:hover {
	color: #FF0000;
	font-style:normal;
	text-decoration:underline;
	}
	
body {
	background: #FFFFFF;
	color: #333333;
	font: normal 12px "Lucida Sans Unicode",sans-serif;
	text-decoration: none;
	line-height: 15px; 
}
#container{
	width: 900px;
	margin: 0 auto;

}
.heading{
	color: #333333;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
}
.heading a:link{
	color: #333333;
	text-decoration:none;
}
.heading a:hover{
	color: #333333;
	text-decoration:none;
}
.whiteheading{
	color: #FFFFFF;
	font: normal 35px Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
}
.whiteheading a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.whiteheading a:hover{
	color: #CCCCCC;
	text-decoration:none;
}
.white{
	color: #FFFFFF;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
}
.white a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.white a:hover{
	color: #CCCCCC;
	text-decoration:none;
}
.white a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.white a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.whitebody{
	color: #CCCCCC;
	font: normal 14px Arial, Helvetica, sans-serif;
	font-weight: 200;
}
.whitebody a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.whitebody a:hover{
	color: #CCCCCC;
	text-decoration:none;
}
.whitebody a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.whitebody a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.tag{
	color: #CC0000;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	text-align:center;
}
.subheading{
	color: #CC0000;
	font: normal 16px Arial, Helvetica, sans-serif;
	font-weight: 200;
}
.subheading a:link{
	color: #CC0000;
	text-decoration:none;
}
.subheading a:hover{
	color: #333333;
	text-decoration:none;
}
.subheading a:active{
	color: #CC0000;
	text-decoration:none;
}
.subheading a:visited{
	color: #CC0000;
	text-decoration:none;
}


/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */