@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background:#CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003650;
	text-decoration: underline;
}
a:visited {
	color: #006599;
	text-decoration: underline;
}
a:hover {
	color: #006599;
	text-decoration: none;
}
a:active {
	color: #003650;
	text-decoration: underline;
}
div, p, form, input{
	margin:0;
	padding:0;
	}
p{
	padding-bottom:10px;
	}
/*div structure*/
#mainHolder{
	width:790px;
	background:url(images/mainBodyBG.jpg) repeat-y;
	margin:auto;
	}
#headerBG{
	background:url(images/header.jpg) top left no-repeat;
	padding-top:150px;
	}
#footerBG{
	background:url(images/mainBodyFooterBG.jpg) bottom left no-repeat;
	min-height:600px;
	}
*html #footerBG{
	height:600px;
	}
#content{
	}
/*left col*/
#leftCol{
	float:left;
	width:200px;
	padding-left:10px;
	}
#nav{
	color:#FFFFFF;
	padding-bottom:15px;
	}
#nav ul, li{
	color:#FFFFFF;
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	}
#nav li{
	padding-left:28px;
	background:url(images/bullet.jpg) 10px 3px no-repeat;
	line-height:20px;
	}
#nav a{
	color:#FFFFFF;
	text-decoration:none;
	}
#nav a:hover{
	text-decoration:underline;
	}
#newsletterBox{
	background:url(images/newsletter.jpg) top left no-repeat;
	padding-top:25px;
	}
#newsletterBox td{
	color:#FFFFFF;
	}
.Inputs{
	display:block;
	width:170px;
	}
/*right col*/
#rightCol{
	margin-left:220px;
	}
#contactBanner{
	padding-top:27px;
	padding-bottom:12px;
	}
#contactBanner td{
	font-size:10px;
	color:#FFFFFF;
	}
#contactBanner a{
	color:#FFFFFF;
	}
*html #text{
	height:420px;
	}
#text{
	min-height:420px;
	width:560px;
	}
#footer{
	padding-top:20px;
	text-align:center;
	font-size:10px;
	}
#footer a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
/*styles*/
.cleaner{
	clear:both;
	}
.copyRightText {
	color: #999999;
	}
