@charset "UTF-8";
body {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	line-height:18px;
	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:#666666;
	background-color:#dbd9d9;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}

a:link {color:#003366; text-decoration:none;}
a:visited {color:#003366; text-decoration:none;}
a:hover {color:#457295; text-decoration:none;}

a.homeNav:link {color:#CCCCCC; text-decoration:none;}
a.homeNav:visited {color:#CCCCCC; text-decoration:none;}
a.homeNav:hover {color:#9e8f81; text-decoration:none;}

a.footer:link {color:#666666; text-decoration:none;}
a.footer:visited {color:#666666; text-decoration:none;}
a.footer:hover {color:#a36f42; text-decoration:none;}