@charset "UTF-8";
body {
	background: #666666;
	margin: 10 0 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: 100%;
}
#container  {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/hombox/HomeTile.gif) repeat-y;
	margin: 0 auto auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container .banner {
	background-image: url(../images/hombox/Hometop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 39px;
	padding-right: 35px;
	padding-left: 36px;
}
#container .last {
	background-image: url(../images/hombox/HomeBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 39px;
}
.topnav  {
	text-align: right;
	margin-right: 50px;
	font-size: small;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link, a:visited   {
	text-decoration: none;
	color: #990000;
}
a:hover, a:active, a:focus {
	color: #666666;
}
#maincontent  {
	float: none;
	margin-left: 253px;
	padding-left: 25px;
	border-left: 1px solid #999999;
	padding-bottom: 10px;
	text-align: left;
	padding-right: 30px;
	padding-top: 5px;
}
#sidebar {
	width: 250px;
	float: left;
	padding-right: 10px;
}
#sidebar img {
	float: left;
	margin-left: 20px;
	text-align: center;
}
#sideContent {
	font-size: medium;
	font-style: italic;
	text-align: center;
	padding-left: 1px;
	float: left;
	width: 225px;
	margin-left: 20px;
	margin-right: 15px;
}
#nav {
	float: left;
	height: 275px;
	width: 205px;
	padding-left: 30px;
}
#nav img {
	margin: 0px;
	padding: 0px;
}
.box {
	margin: 25px;
	padding: 25px;
	border: 1px solid #666666;
	background-color: #999999;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 90%;
}
#footer {
	font-size: x-small;
	color: #CCCCCC;
	line-height: 14px;
	letter-spacing: 0.1em;
}
#footer a:link, #footer a:visited{
	color: #660000;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #AECFFF;
}
.clrflt {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
span {
	margin: 0px;
	padding: 0px;
	left: -3000px;
	position: absolute;
}
