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

body {
	font-size:11px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	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;
	margin-top:30px;
}

.oneColFixCtr #container {
	width: 899px;  /* 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: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #header 
{
	background-color:#fffffff;
}

.oneColFixCtr #navigation 
{
	height:37px;
	background-color:#666666;
}

.oneColFixCtr #footernav 
{
	height:37px;
	background-color:#666666;
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li
{
	float: left;
	margin: 0 0;
	color:#ffffff;
	font-size:11pt;
	padding-top:5px;
	padding-bottom:5px;
}

#navigation li a, #navigation li a:visited 
{
	color:#ffffff;
	background: url(../images/btn_off.jpg) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	width:125px;
}

#navigation li a:hover
{
	color:#ffffff;
	background: url(../images/btn_over.jpg) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	width:125px;
}

/* Hide from IE5-Mac \*/
#navigation li a
{
	float: none;
	color:#ffffff;
}

#navigation ul li a:hover, #navigation ul li a:visited
{
	color:#ffffff;
}

/* End hide */

#navigation
{
width:900px;
}

/*footer nav*/
#footernav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#footernav li
{
	float: left;
	margin: 0 0;
	color:#ffffff;
	font-size:11pt;
	padding-top:5px;
	padding-bottom:5px;
}

#footernav li a, #footernav li a:visited 
{
	color:#ffffff;
	background-color:#666666;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	padding-left:10px;
	padding-right:10px;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

#footernav li a:hover
{
	color:#ffffff;
	background-color:#666666;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	padding-left:10px;
	padding-right:10px;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#footernav li a
{
float: none;
color:#ffffff;
}
/* End hide */

#footernav
{
width:900px;
}


#footernav ul li a:hover, #footernav ul li a:visited
{
	color:#ffffff;
}


h1
{
	font-size:18pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bold;
	font-stretch:expanded;
	border-bottom:1px solid #990000;
}
