@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin-top: 0px;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContentIndex {
	background-color: #666666;
	padding-top: 0;
	padding-right: 110px;
	padding-bottom: 0;
	padding-left: 110px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #666666;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #666666;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

body,p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #666666;
	text-align: center;
	font-weight: normal;
}


.pcenter {
	text-align: center;
	font-weight: normal;
}

a {
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: underline;
}

.newslinkcenter {
	text-align: center;
	font-weight: normal;
}

a {
	font-size: 14px;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

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

a:active {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #ff9900;
}

h2 {
	font-size: 14px;
	color: #333333;
}

h3 {
	font-size: 14px;
	color: #999999;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}



/* Navigation including Copyright */

.navi {
	text-align:center;
	list-style: none;
	color: #cccccc;
	font-size:14px;
	font-weight: normal;
}

.navi li {
	display: inline;
	margin:0;
}

.navi a {
	color: #cccccc;
	text-decoration: none;
	border-right: 1px solid #cccccc; 
	padding: 1px 9px 1px 6px;
}

.navi a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* End Footer */

.footertext {
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #666666;
}
.tableformat {
	text-align: left;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #666666;
	background-position: center center;
	vertical-align: top;
}




.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff9900;
text-align: left;
	font-weight: normal;}


	


.pageSubheader {
		padding-left: 15px;
		border-width: 1px;
		width: 630px;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
	
	}
	
	img {		border-width: 0px;} 




.pageContent {
		border-width: 1px;
		width:750px;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		padding-top: 25px;
	
	}
	
	.pageContent img {
		padding-bottom: 5px;
		border-style: none;
		padding-top: 35px;
	}
