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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c9d4da;
	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;
}
.oneColFixCtr #container {
	width: 800px;  /* 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 #5d87a1;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

a
{color:#333333;
}

a:visited
{color:#333333;
}

.footer {
	height: 70px;
	width: 800px;
	background-color: #5d87a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 20px 0 0 0;
	text-align: center;
}

a.footer {
color: #ffffff;
text-decoration: none;
font-size: 11px;
}

.formtext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#666666;
}

.gold
{
color: #a67414;
font-size:12px;
}

.gold a
{
color: #a67414;
font-size:12px;
text-decoration: underline;
}

a.next{
color: #a67414;
font-size:11px;
text-decoration: underline;
font-weight:bold;
}

.submenu 
{font-size:10px;
font-weight: bold;
color:#5d87a1;
line-height: 16px;
}

.submenu a
{font-size:10px;
font-weight: bold;
color:#5d87a1;
padding: 2px;
}

.submenu a:hover
{font-size:10px;
font-weight: bold;
color: #333333;
padding: 2px;
}

.submenu a:visited
{font-size:10px;
font-weight: bold;
color:#5d87a1;
padding: 2px;
}