@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #999;
}
.oneColFixCtr #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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #900;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-align: center;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 
#nav-menu li
{
	float: left;
	margin: 0 0.60em;
} 
#nav-menu li a
{
	text-decoration: none;
} 
#nav-menu li a:hover
{
	text-decoration: underline;
} 
.navmenuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #900;
}
.foot-menu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align: left;
	vertical-align: top;
}
#foot-menu ul
{
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
} 
#foot-menu li a
{
	text-decoration: none;
} 
#foot-menu li a:hover
{
	text-decoration: underline;
} 
.footmenuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	list-style-type: square;
}
.oneColFixCtr #container #mainContent form table tr td input {
	vertical-align: top;
}
.oneColFixCtr #container #mainContent ul li {
	font-weight: bold;
}
