@charset "UTF-8";
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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DCECFF;
}
table {
	margin-right: 10px;
	margin-left: 10px;
}
.oneColFixCtrHdr #container #footer p {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#mainContent p {
	padding: 15px;
}
.oneColFixCtrHdr  #header h1 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}h1 {
	text-align: center;
}
.HdrTitle {
	font-size: xx-large;
	font-weight: bold;
	margin: 0px;
	padding-top: 25px;
	padding-left: 125px;
}
.oneColFixCtrHdr #container #header img {
	float: left;
}
.oneColFixCtrHdr #container #mainContent table {
	border: thin solid #000000;
}
.required {
	color: #FF0000;
}
h3 {
	background-color: #CCCCCC;
	margin: 15px;
	padding: 15px;
	border: thin solid #999999;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.nav-li{
	font-size:small;
	display: inline;
}
.nav-li a:link{
	color:#666666;
	text-decoration:none;
}
.nav-li a:visited{
	color:#666666;
	text-decoration:none;
}
.nav-li a:hover{
	color:#793435;
	font-weight:bold;
}
#global-nav{
	float:right;
	margin:0px;
	display: inline;
	padding-right: 25px;
}
IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clearfloat {
	clear: both;
}

