body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFFF;
	line-height: 150%;
}
a {
	color: #003366;
	text-decoration: underline;
}
p {
		padding: 0% 7%;
}
a:hover {
	color: #336666;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000066;
	padding: 0% 7%;
}	
h2 {
	font-size: 14px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	text-decoration: underline;
	padding: 0% 7%;
}
h3 {
	font-size: 14px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	padding: 0% 7%;
}
h4 {
	font-size: 12px;
	color: #000066;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	padding: 0% 7%;
}	
h5 {
	font-size: 25px;
	line-height: 125%;
	font-style: italic;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0% 7%;
}
input	{
	background-color: #ffffff;
	border: thin outset;
	padding: 2px;
	color: #000000;
}
textarea	{
	background-color: #ffffff;
	border: thin outset;
	padding: 2px;
	color: #000000;
}
.horbar	{
	color: black;
	background-color: #f0f0f0;

}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #f0f0f0;
	border: 1px groove #000000;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}



/* do not make changes below */


 #container
{
width: 95%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 0px solid gray;
line-height: 130%;
}

#top
{
	padding: 0.5em;
	background-color: #fff;
	border-bottom: 0px solid gray;
	height: auto;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#content
{
	margin-left: 200px;
	border-left: 0px solid gray;
	padding: 1em;
	background-image: url(graphix/bg6.jpg);
	background-position: center;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #fff;
border-top: 0px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/* end do not change area */

