BODY
{
	position: relative;
	width: 100%;
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	text-align: left;
}
#wrap
{
	width: 80em;
	margin: 0 auto;
}
P
{
	color: black;
	text-align: justify;
}
A
{
	text-decoration: none;
}
A:link
{
	color: blue;
	text-decoration: underline;
}
A:visited
{
	color: purple;
}
A:hover
{
	color: green;
}
H1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #CC0000;
	font-style: italic;
	text-decoration: none;
	font-family: "Times New Roman", Times, Serif;
}
H2
{
	font-size: 20pt;
	color: #CC0000;
	font-style: italic;
	font-weight: bolder;
	text-decoration: none;
	font-family: "Times New Roman", Times, Serif;
}
H3
{
	font-size: 16pt;
	color: #CC0000;
	font-style: italic;
	font-family: "Times New Roman", Times, Serif;
	/*[empty]font-family:;*/
}
#banner
{
	width: 100%;
	margin-bottom: 10px;
}
#logo
{
	float: left;
	width: 80%;
}
#nav
{
	padding: 10px 0px 8px 5px;
}
.navlist
{
	float: left;
	background-color: #CC0000;
	padding: 5px 0 5px 5px;
	margin: 0;
	list-style: none;
	width: 100%;
}
.navlist A
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0000;
	display: block;
}
.navlist A:hover
{
	background-color: #DD5226;
	color: #FFFFFF;
}
.navlist A:visited
{
	color: #FFFFFF;
}
.navlist LI
{
	background-color: #CC0000;
	float: left;
	position: relative;
	width: 8em;
	color: #FFFFFF;
	padding: 0.1em;
}
.navlist LI UL
{
	display: none;
	position: absolute;
	top: 1em;
	left: -999em;
	list-style: none;
	padding: 3.1em 0 0;
	margin: 0;
	width: 10em;
}
.navlist LI>UL
{
	top: auto;
	left: auto;
}
.navlist LI:hover UL, .navlist LI.sfhover UL
{
	display: block;
	position: absolute;
	top: 1em;
	left: auto;
	width: 10em;
}
.navlist LI:hover UL LI
{
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width: 11em;
	padding: 0.2em 0.2em 0;
}
#content
{
	margin-left: 1%;
	width: 70%;
	float: left;
	display: inline;
	padding: 2px 0px 0px;
}
#right
{
	margin-left: 2%;
	float: left;
	width: 25%;
}
#footer
{
	clear: both;
}

