
body,td,th {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height:18px;
}
body {
	background-color: #5cc6ed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.jpg);
	background-position:top;
}

form{
margin:0px;
text-align:left;
}
/* ///////////////////////////////////////////////////////////// Blue Links */

a {
	font-size: 13px;
	color: #ffffff;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

/* ///////////////////////////////////////////////////////////// Nav */
a.nav {
	font-size: 11px;
	color: #C8EB03;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	}
a.nav:link {
		text-decoration: none;
}
a.nav:visited {
	color: #C8EB03;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.nav:active {
	color: #C8EB03;
	text-decoration: none;
}
/* ///////////////////////////////////////////////////////////// Font Styles */
.whiteHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size: 24px;
	color: #fff;
	line-height:18px;
}
.GreyHeaderSub{
	color: #656565;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
}


/* ///////////////////////////////////////////////////////////// Main Divs & Tables*/
#containerDiv{
	width:940px;
	height:auto;
	position: absolute;
	left: 50%;
	margin-left: -470px;
}
/* ///////////////////////////////////////////////////////////// Header Divs & Tables*/
#headerDiv {
	width:940px;
	height:209px;
	background-image:url(images/topback.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#navDiv {	
	width:940px;
	height:30px;
	border-top:1px solid #fff;
	background-color:#ff0099;
	padding-top:12px;
	text-align:center;
}

#imageDiv{	
	width:940px;
	height:276px;
	border-top:1px solid #fff;
}

#homeContentDiv {	
	width:872px;
	height:auto;
	padding:34px;
	border-top:1px solid #fff;
	text-align:center;
	background-color:#5cc6ed;
}

#contentDiv {	
	width:872px;
	height:auto;
	padding:34px;
	border-top:2px solid #fff;
	background-image:url(images/contentback.jpg);
	background-repeat:repeat-x;
}

#footerDiv{
	width:940px;
	height:28px;
	border-top:1px solid #fff;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
}

/* ///////////////////////////////////////////////////////////// DIVS END NOW TABLES*/
#contentTable{
	width:940px;
	height:auto;
}
/* ///////////////////////////////////////////////////////////// Footer Cell*/

