/* ^^^^^^^^ 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: #FFFFFF;
	text-decoration:none;
	}
#container{
	width: 900px;
	margin: 0 auto;
}
body {
	background-color: #000;
}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #CC0000;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
font-weight:bold;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

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;
}
.whitesmall{
	color: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-weight: 200;
}
.whitesmall a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.whitesmall a:hover{
	color: #CCCCCC;
	text-decoration:none;
}
.whitesmall a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.whitesmall a:visited{
	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 13px Arial, Helvetica, sans-serif;
	font-weight: 200;
	line-height: 20px;
}
.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 ^^^^^^^^^^ */
