html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #172A37 url(images/body-bg.gif);
	color: White;
	background-position: top center;
}

a:link,a:visited {
	color: #EDE0D1;
	text-decoration: none;
}

a:hover {
	color: #FEFEFE;
	text-decoration: underline;
}

.header { 
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}

.subNav { background: #A20202 url(images/nav-sub-bg.gif) repeat-x; }

.topText {
	color: #3394D2;
	background: url(images/top-text-bg.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 798px;
	letter-spacing:2px;
	font-size: 8px;
}

.contentBG { background: Black; }

.mainContent { 
	padding: 20px;
}

.homeContentBG {
	background-image: url(images/home-content-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 200px;
	float: left;
}

.footer { background: #CB0303 url(images/footer-bg.gif) repeat-x; }
.footer p { margin: 0px 0px 0px 0px;  padding: 9px 9px 0px 9px;  }

div.footerLinks { padding: 10px 0px 20px 0px; color: white;  }

.footerLinks ul {	margin: 0px;  }

.footerLinks li {	display: inline; padding: 4px; }

.footerLinks a:hover {
	color: #F7EFE8;
	text-decoration: none;
	border-bottom: 1px dotted #F7EFE8;
}

div.credit { 
   color: #3394D2;
	font-size: 10px;
	padding: 20px 0px 20px 0px;
}

div.credit a:link , div.credit a:visited {
	color: #3394D2;
	text-decoration: none;
}

div.credit a:hover {
	color: #5BA9DB;
	text-decoration: none;
	border-bottom: 1px dotted #5BA9DB;
}

.aboutContent { 
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 0px;
}

.headerAbout { 
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 0px 30px;
}

.headerAboutCenter { 
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
}

.headerHome { 
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}

ul.content { 
	padding-left: 60px;
	padding-right: 70px;
}

.tableCenter { 
	padding: 0px 0px 0px 50px;
}

