/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{position:relative;display:block;height:35px;background:transparent url(images/bgOFF.gif) repeat-x top left;border-left:2px solid #b0b0b0;border-right: 2px solid #b0b0b0;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;
	text-align: center;
}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#656;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}

body
{
color:black;
font: bold 16px "Helvetica Neue";

}
h1
{
color:#0000A0;
}
h2
{
color:#6B00A1;
}

p
{
color:rgb(000,000,000);
}
#stylefour ul li a:hover,#stylefour ul li a.current{color: #ffffff;background: #bd4b2e url(images/bgON.gif) no-repeat right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */