body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #352503;
	margin: 0px;
	padding: 4px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navcontainer li { margin: 0 0 2px 0; }

#navcontainer a
{
	display: block;
	padding: 0px 0px 0px 28px;
	width: 128px;
	background-color: #1980B0;
	background-image: url(images/bullet_u.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #E4B972;
	background-image: url(images/bullet_d.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	color: #1980B0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #1E98D2;
	background-image: url(images/bullet_d.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
	cursor: default;
}

.pageheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1980B0;
	text-decoration: none;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1980B0;
	text-decoration: none;
	text-align: center;
	padding: 4px;
}
a:link, a:visited{
	font-weight: bold;
	text-transform: uppercase;
	color: #1980B0;
}
a:hover {
	color: #E4B972;
}
.footer a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1980B0;
}
p {
	font-size: 12px;
	color: #362503;
}
