*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
html, body
{
	height: 100%;
	width: 100%;
}
body
{
	text-align: center;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #ac1717;
}
h1
{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ac1717;
}
h2
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ac1717;
}
/* HTML form styles */
fieldset
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
label
{
	display: block;
	font-size: 8pt;
	margin-top: 6px;
}
input, textarea
{
	font-size: 8pt;
	display: block;
}
/* Layout Styles */
#container
{
	text-align: left;
	width: 830px;
	background-image: url(/images/content-bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}
#logo
{
	/*text-align: center;*/
	margin: 0px 0px 10px 20px;
	padding: 20px 0px 20px 10px;
}
#topText
{
	float: right;
	margin-right: 60px;
	margin-top: 35px;
	text-align: center;
	font-weight: bold;
}
#topnavcontainer
{
	margin-left: 15px;
	margin-right: 15px;
	width: 810px;
}
#topnavigation
{
	background-color: #8f1a1a; /*#ac1717;*/
	height: 22px;
	width: 800px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topnavigation li
{
	float: left;
	text-align: center;
	width: 100px;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #fff;
}
#topnavigation a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	height: 20px;
}
#topnavigation a:hover
{
	background-color: #d61d1d;
}
#banner
{
	display: block;
	overflow: hidden;
	width: 800px;
	margin-left: 15px;
	margin-right: 15px;
}
	/* Top Banner Images */
#BigBox
{
	white-space: nowrap;
	border-bottom: 2px solid #731818/*#ac1717;*/
	height: 86px;
	margin-left: 0px;
}
#content
{
	position: relative;
	padding: 10px 15px 10px 15px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	background-image: url(/images/tree-background.jpg);
	background-position: center 25px;
	background-repeat: no-repeat;
	/*min-height: 150%;*/
	height: 600px;;
}
#footer
{
	position: relative;
	width: 800px;
	text-align: center;
	padding-bottom: 5px;
	font-size: 10px;
}
#bottomnavigation a
{
	font-size: 10px;
}
/* Misc Styles */

	/* Homepage Logos */
#bottom-logos
{
	text-align: center;
	margin-bottom: 10px;
}
#bottom-logos td
{
	padding: 0px 5px 0px 5px;
}
	/* Info Boxes */
.infobox
{
	width: 644px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.infobox-header
{
	background-image: url(/images/infobox-top.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 15px;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 23px;
	width: 643px;
	padding-top: 5px;
}
.infobox-data
{
	width: 641px;
	border: 1px solid #731818;/*#ac1717;*/
	position: relative;
	top: -5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 2px;
}
.infobox-list
{
	color: #ac1717;
	font-weight: bold;
}