﻿body
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #f0f0f0;
}

a
{
	color: #000099;
	text-decoration: underline;
}

a:hover
{
	color: #000099;
	text-decoration: none;
}

a:link
{
	color: #000099;
	text-decoration: underline;
}

h1
{
	font-family: Trebuchet MS, Arial;
	font-size: 28px;
	font-weight: bold;
	background-image: url(bannercontent.gif);
	background-color: #32517B;
	margin: 0px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}

h2
{
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
}

h3
{
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: normal;
	background-color: #f0f0f0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #000000;
}

form
{
	margin: 0px;
	padding: 0px;
}

#sitecontainer
{
	margin-left: auto;
	margin-right: auto;
	width: 826px;
	text-align: left;
}

#siteHeader
{
	height: 85px;
	background-image: url(siteback.gif);
	background-repeat: repeat-y;
}

#siteBody
{
	padding: 8px;
	background-image: url(siteback.gif);
	background-repeat: repeat-y;
}

#siteFooter
{
	width: 826px;
	padding-top: 20px;
	background-image: url(sitefooter.gif);
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

#siteFooter a
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

#logoLink
{
	text-decoration: none;
}

#logo
{
	margin-top: 26px;
	margin-left: 20px;
	float: left;
	border-style: none;
}

#navMain
{
	float: right;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#navMain li
{
	float: left;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-top: 10px;
}

#navMain li a
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	text-decoration: none;
}

#navMain li a:hover
{
	text-decoration: underline;
}

#content
{
	padding: 15px;
}

fieldset
{
	padding: 10px;
	border: 1px solid #000066;
}

legend
{
	color: #000066;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 18px;
}

a .backLink
{
	float:right;
	font-size: 16px;
	background-color: Red;
}