html, body {
	color: #000;
	background-color: #CCC;
	text-align: center;
	height: 100%;
}
#SiteViewport {
	margin: 0 auto;
	width: 85%;
	border: 1px solid #000000;
	background: #FFF;
	text-align: left;
}
#Header {
	width: 100%;	/* 100% of #SiteViewport width */
	background-color: #3D4D67;
}
#TopPic {
	background-color: #3d4d67;
	width: 100%;
	padding-bottom: 10px;
	padding-top: .5em;
}
#TopPic table {
	border: 0;
	width: 100%;
}
img#TopLeftLogo {
	margin: 5px 0 10px 15px;
	border: 0;
	vertical-align: middle;
}
img#TopRightSlogan {
	border: 0;
	vertical-align: middle;
	margin-right: 15px;
	float: right;
	clear: right;
	display: inline;
}
div#TopNavMenu {
	display: block;
	clear: both;
}
div#TopNavMenu ul {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	text-align: center;
	background-color: #708090;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
div#TopNavMenu ul li {
	display: inline;
}
div#TopNavMenu ul li a {
	width: auto;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #3D4D67;
	
}
div#TopNavMenu ul li a:hover {
	color: #CCCCCC;
	background-color: #003366;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
div#YouAreHere {
	width: 95%;
	text-align: right;
}
div#YouAreHere .sitelocation {
	background-color: #666666;
	padding: 5px;
	font-family: Arial, Helvetilca, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
}
div#MainContent {
	display: block;
	width: auto;
	margin: 30px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}
div#MainContent h1 {
	font-size: 120%;
	display: inline;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}
div#MainContent h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-left: 5px;
}
#MainContent p.nospace { padding: 0;	margin: 0; }
#FooterInt {
	width: 100%;
	height: 25px;
	background-color: #708090;
	border-top: 1px solid #000;
}
#FooterPrint { display: none; }
#FooterScreen, #FooterPrint {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
}

a, a:link {
	color: #009;
}
a:visited {
	color: #009;
}
a:hover {
	background-color: #cccccc;
}
.smal1 {
	font-size: 85%;
}

/* Image formatting section, mainly for thumbnails */
.thumbnail {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}
.tn_desc {
}
img.tn {
	border: 1px solid #000;
	padding: 5px;
}
/*
form input:focus, textarea:focus {
	background-color: #ccc;
}
*/

div .printHeading {	display: none; }

div.backToTop a:link, div.backToTop a:visited  {
	font-size: 85%;
}
input.blue {
    background-color: #3D4D67;
    color: #FFF;
}
.err {
    font-weight: bold;
    font-size: 125%;
    color: #F00;
}

tr.required td {
	font-weight: bold;
}
tr.required input, .requiredLegend {
	background-color: #FFFF99;
	font-weight: normal;
}
