/***************************************************************************************************
			main div styles
****************************************************************************************************/

body {
	background-image:url(../images/grayGrad.jpg); 
 	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 }

.MainCont {
	float: left;
	margin-bottom: 5px;
	width: 99%;
	overflow: scroll;
	background-position:center	
}
.top {
	float: none; 			
	width: 99%;
	margin-bottom: 0px;
	background:none;
	height: 150px; 
	top:auto
}
.banner{
	width:69%;	
	float:left;
}
.nav{
	width:29%;
	float:right;
}
.content {
	/*top: 500px;*/
	float:none;
	clear:both;
	width: 99%;
}

/***************************************************************************************************
			anchor tags
****************************************************************************************************/

a{
	color:#0000FF;
}
a:hover{
	color:#FF0000;
	font-style:italic;
}

/***************************************************************************************************
			title colors
****************************************************************************************************/

.home {
	color:#FF0000;
	text-decoration: none;
}
.partners {
	color:#0000FF;
	text-decoration: none;
}
.MDFP {
	color:#00CC00;
	text-decoration: none;
}

/***************************************************************************************************
			top nav buttons
****************************************************************************************************/

.Red {
	background-image:url(/images/buttons/redMenuOff.gif);
	background-repeat: no-repeat;
	height:27px;
	width:160px;
	}
.Redhover {
	background-image:url(/images/buttons/redMenuOn.gif);
	background-repeat: no-repeat;
	height:27px;
	width:160px;
	cursor:hand;
	}
.Blue {
	background-image:url(/images/buttons/blueMenuOff.gif);
	background-repeat: no-repeat;
	height:27px;
	width:160px;
	}
.Bluehover {
	background-image:url(/images/buttons/blueMenuOn.gif);
	background-repeat: no-repeat;
	height:27px;
	width:160px;
	cursor:hand;
	}
.Green {
	background-image:url(/images/buttons/greenMenuOff.gif);
	background-repeat: no-repeat;
	height:27px;
	width:160px;
	}
.Greenhover {
	background-image:url(/images/buttons/greenMenuOn.gif);
	background-repeat: no-repeat;
	height:27px;
	width:160px;
	cursor:hand;
	}

