/* CSS Document */
html
{
	text-align: center;
	margin: 0 auto;
}

body  {
	background-color: #998e96;
	background-image: url(images/SiteBackground.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0 auto;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 0;
}
a,  a:link, a:active {
	color: #CCcccc;
	text-decoration: none;
}
a:hover {
	color: #white;
	text-decoration: underline;
}
ul { 
	color: white;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0;

}
h1 {
	font: bold 32px "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	color: white;
	margin-top: 30px;
}
h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	text-align: left;
	color: white;
	margin-top: 7px;
}
.nav-cell {
	width: 198px;
	padding: 10px 0 10px 2px;
}
.nav-link {
	background-image: url(images/NavButtonBar.gif);
	background-repeat: no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px 0 2px 5px;
	height: 32px;
	width: 175px; 
	}
.nav-link a,  .nav-link a:link, .nav-link a:active {
	width: 175px; 
	color: #d3cc6c;
	text-decoration: none;
}
.nav-link a:hover {
	background-image: url(images/NavButtonBarOver.gif);
	background-repeat: no-repeat;
	color: #FFFF66;
	text-decoration: none;
}


/* Home Page Styles */
.home-content-table  {
	
	width: 896px;
	background-image: url(images/HomeContentBackground.gif);
	margin-top: 25px;

}

.home-header {  
	background-image: url(images/HeaderBackground.gif);	
	height: 150px;
	margin-top: 50px;
	padding-left: 18px;
	}
	
.home-content-cell {
	width: 295px;
	padding: 10px;
}	
	
	
.footer-links  {
	background-image: url(images/HomeFooterBackground.gif);
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCCCCC;
	padding-top: 5px;
}
.footer-links p {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCCCCC;
	padding-top: 5px;
}
.footer-links a,  .footer-links a:link, .footer-links a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-links a:hover {
	color: white;
	text-decoration: none;
}
.footer p {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
}
.footer a,  .footer a:link, .footer a:active {
	color: #CC0000;
	text-decoration: none;
}
.footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.Home-Right   { padding: 0 10px 10px 10px; margin-bottom:20px;}

.home-footer  {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
.footer {clear: both;}
.home-footer-hr  {
	background-image: url(images/HomeFooterHR.gif);
	height: 8px;
	margin: 0 auto;
}

/* End Home Page Styles */



/*Sub Page Styles */
.sub-header {  
	background-image: url(images/SubPageHeaderBackground.gif);	
	background-repeat: no-repeat;
	height: 132px;
	margin-top: 50px;
	padding-left: 18px;
	}
.subpage-content-table  {
	width: 896px;
	background-image: url(images/SubPageBackground.gif);
	margin-top: 25px;
}	
	
.sub-content-cell {
	width: 380px;
	padding: 10px 25px 10px 10px;
}

.sub-footer-hr {
	background-image: url(images/SubFooterHR.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: 0 auto;
}

.sub-footer-links  {
	background-image: url(images/SubFooterBackground.gif);
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCCCCC;
	padding-top: 5px;
}
.sub-footer-links p {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCCCCC;
	padding-top: 5px;
}
.sub-footer-links a,  .sub-footer-links a:link, .sub-footer-links a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.sub-footer-links a:hover {
	color: white;
	text-decoration: none;
}
.Sub-Right { padding: 0 10px 10px 2px; }
/*End Sub Page Styles */
