/* ^^^^^^^^ 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 #96CA4C;}
#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: #000;background:#fff url(images/bgON.gif) 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: #FFF;
	color: #333333;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px; 
}
#container{
	width: 700px;
	margin: 0 auto;

}
.heading{
	color: #F90;
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.heading a:link{
	color: #393;
	text-decoration:none;
}
.heading a:hover{
	color: #393;
	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: #000;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: 600;
}
.white a:link{
	color: #333;
	text-decoration:none;
}
.white a:hover{
	color: #090;
	text-decoration:none;
}
.white a:active{
	color: #333;
	text-decoration:none;
}

.whitebody{
	color: #333;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 200;
	line-height:20px;
}
.whitebody a:link{
	color: #000;
	text-decoration:none;
}
.whitebody a:hover{
	color: #333;
	text-decoration:none;
}
.whitebody a:active{
	color: #000;
	text-decoration:none;
}
.whitebody a:visited{
	color: #000;
	text-decoration:none;
}
.tag{
	color: #CC0000;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	text-align:center;
}
.subheading{
	color: #090;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 18px;
}
.subheading a:link{
	color: #090;
	text-decoration:none;
}
.subheading a:hover{
	color: #333;
	text-decoration:none;
}
.subheading a:active{
	color: #090;
	text-decoration:none;
}



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