body{
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}

#headerDiv{
	background: url(images/top_bg.jpg) top fixed;
	height:50px;
	width:100%;
}

.sitePos{
	width: 750px;
	position: relative;
}

#menuDiv{
	text-align:right;
	padding-top:30px;
}
	
#menuDiv{
	border:0px;
}

#bannerDiv{
	height:150px;
	background-image:url(images/banner-bg.gif);
}


#subBanner1{
	width: 100%;
	height: 24px;
	background: #14003b;
}

#mainCopy{
	width: 98%;
	padding: 2px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

#footer {
	margin-top:10px;
	border-top:50px solid #14003B;
	padding: 5px;
	margin-bottom:15px;
	clear: both;
}

#footer a:link{
	color: #000000;
	text-decoration: none;
	font-weight: none;
	background-color: transparent;
}

#footer a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: none;
	background-color: transparent;
}

#footer a:active{
	color: #000000;
	text-decoration: none;
	font-weight: none;
	background-color: transparent;
}

#footer a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: none;
	background-color: transparent;
}

#linksBox a:link{
	color: #14003b;
	text-decoration: none;
	font-weight: none;
	background-color: transparent;
}

#linksBox a:visited{
	color: #14003b;
	text-decoration: none;
	font-weight: none;
	background-color: transparent;
}

#linksBox a:active{
	color: #14003b;
	text-decoration: none;
	font-weight: none;
	background-color: transparent;
}

#linksBox a:hover{
	color: #14003b;
	text-decoration: underline;
	font-weight: none;
	background-color: transparent;
}