@charset "utf-8";
body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 24px;
}
#container {
	background-color: #FFFFFF;
}
#leftNav {
	width: 150px;
	font-weight: bold;
	float: left;
	display: none;
}
#leftNav ul {
	margin: 0px;
	padding: 0px;
}
#leftNav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #leftNav ul li a:link, #leftNav ul li a:visited {
	display: block;
	text-decoration: none;
	width: 150px;
	color: #ffffff;
	background-color: #313222;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #474A37;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #313222;
}
#container #leftNav ul li a:hover, #leftNav ul li a:active {
	background-color: #2C2C2C;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #474A37;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #2C2C2C;
}
#container #header #logo {
	height: 80px;
	width: 800px;
	background-image: none;
}
#container #header #topNav {
	text-align: right;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #474A37;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: none;
}
#topNav a:link, #topNav a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #787C5C;
	text-decoration: none;
	display: none;
}
#topNav a:hover, #topNav a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #474A37;
	text-decoration: none;
	display: none;
}
#container #contents {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#container #header {
	height: 100px;
	width: 800px;
	overflow: visible;
}
#container #sformat {
	display: block;
}
#container #topBanner {
	height: 100px;
	width: 800px;
	background-image: url(../images/placeholder.jpg);
	display: none;
}
#container #title {
	background-color: #FFFFFF;
	font-size: 24px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#container #copyright {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
#footer {
	text-align: center;
}
#designer {
	text-align: center;
	color: #000000;
	font-size: 10px;
}
#affiliates {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	font-size: 1px;
	clear: both;
}

