body
{
	font-family: Arial, Verdana;
	color: black;
	background: #1c4815;
}
#infoBox
{
	width: 250px;
	font-style: italic;
	position: relative;
	top: 0px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-right: #761717 thin solid;
	border-top: #761717 thin solid;
	border-left: #761717 thin solid;
	border-bottom: #761717 thin solid;
	margin: 10px 0px 0px 10px;
}

#contentTitle
{
	color: black;
	font-weight: bold;
	font-family: Arial, Verdana;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentBody
{
	font-family: Arial, Verdana;
	color: black;
	text-indent: 20pt;
	text-align: justify;
	font-size: 9pt;
}

#contentBody a
{
	font-family: Arial, Verdana;
	color: #761717;
}

#mainNav
{
	color: silver;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	top: -15px;
	right: 0px;
	position: relative;
}
#mainNav ul
{
    margin: 0;
    padding: 0;
	font-weight: bold;
    list-style-type: none;
}

#mainNav dl dt
{
    display: inline;
	border-right: silver solid thin;
	padding-right: 5px;
	padding-left: 5px;
}

#mainNav dl dt a
{
    text-decoration: none;
	font-weight: bold;
    color: silver;
}
#mainNav dl dt a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#subNav
{
	color: silver;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	top: -30px;
	right: 184px;
	position: relative;
	display: none;
}
#subNav dl
{
    margin: 0;
    padding: 0;
	font-weight: bold;
    list-style-type: none;
}

#subNav dl dt
{
    display: inline;
	border: gray solid thin;
	padding-right: 5px;
	padding-left: 5px;
}

#subNav dl dt a
{
    text-decoration: none;
	font-weight: bold;
    color: silver;
}
#subNav dl dt a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#centerContent
{
}

