@charset "utf-8";
body {
	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;
	background-color: #999999;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image:  url("../Assets/Top_art.jpg");
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.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 #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #FFFFFF;
	background-image:  url("../Assets/logoBG.gif");
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center 30px;
	height: 450px;
	clear: left;
	overflow: auto;
}
#nav{

}
a {
text-decoration: none;
color: #666666;
}

#footer{
	clear:both;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
}

#footer a{
	color: #666666;
	text-decoration: none;
	text-align: right;
} 

#footer a:hover, #footer a:focus{
	color: #FFFFFF;
	background-color: #666666;
}

#mainContent a{
color: #666666;
text-decoration: none;
text-align: right;
} 

#mainContent a:hover, #footer a:focus{
	color: #FFFFFF;
	background-color: #666666;
}
.redtext {
	font-weight: bold;
	color: #FF0000;
}

