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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#container #footer h2 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
}
#container #header {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#container #header #banner {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#container #header #topNavBar {
	clear:both;
	background-color: #791E18;
}
#container #header #topNavBar ul {
	background-color: #791E18;
	margin-top: 0px;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #header #topNavBar li {
	list-style-type: none;
	text-decoration: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-sized: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container #header #topNavBar li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#container #header #topNavBar li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container #header #topNavBar li a:hover {
	color: #66FF00;
	text-decoration: none;
}
#container #contentBox {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#container #contentBox #leftSidebar {
	float: left;
	width: 180px;
	margin: 10px;
}
#container #contentBox #rightContent {
	float: right;
	width: 585px;
	margin-right: 10px;
}
#container #footer {
	clear:both;
	padding-top:0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #791E18;
}
p {
	color: #000000;
}
#container #contentBox #rightContent h1 {
	font-size: 16px;
}
