@charset "utf-8";

/* CSS Document */

body
{
	margin-bottom: 10px;
	color: #5F5F5F;
	font: 12px Verdana, Geneva, sans-serif;
	margin-top: 10px;
	background: url(Images/background2.jpg) no-repeat center top;
	height: 100%;
}

body a:link
{
	color: #4B869E;
	text-decoration: none;
}

body a:visited
{
	color:#4B869E;
	text-decoration: none;
}

body a:hover
{
	color:#4B869E;
	text-decoration: underline;
}

body a:active
{
	color:#4B869E;
	text-decoration: none;
}

#wrapper
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #FFF;
}

.oddrow { background-color:#E5E5E5; }

.oddrow td
{
	padding-top: 16px;
	padding-bottom: 16px;
	border: 1px solid #D6D6D6;
}

.oddrow td
{
	padding-top: 16px;
	padding-bottom: 16px;
}

.evenrow { background-color:#ffffff; }

.evenrow td
{
	padding-top: 16px;
	padding-bottom: 16px;
	border: 1px solid #D6D6D6;
}

.evenrow td
{
	padding-top: 16px;
	padding-bottom: 16px;
}

h1
{
	font-size: 24px;
	color: #85B2C5;
	margin: 0px;
}

h2
{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 15px;
}

h3
{
	font-size: 22px;
	font-weight: normal;
	color: #666;
	margin-bottom: 7px;
}

p
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 17px;
}

p a:link
{
	color: #649CB5;
	text-decoration: none;
}

p a:visited
{
	color:#649CB5;
	text-decoration: none;
}

p a:hover
{
	color:#649CB5;
	text-decoration: underline;
}

p a:active
{
	color:#649CB5;
	text-decoration: none;
}

#maincontent { font: 12px Verdana, Geneva, sans-serif; }

ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 24px;
}

.headercontact { font-size: 12px; }

.headernav
{
	font-size: 13px;
	color: #fff;
}

.headernav a:link
{
	color: #fff;
	text-decoration: none;
}

.headernav a:visited
{
	color:#fff;
	text-decoration: none;
}

.headernav a:hover
{
	color:#fff;
	text-decoration: underline;
}

.headernav a:active
{
	color:#fff;
	text-decoration: none;
}

.img { border: border-style: none;
}

.footer {
	border-top: 2px solid #DFEAF4;
	padding-top: 10px;
	font-size: 10px;
}

.spacer {
	border-bottom: 2px solid #DFEAF4;
	margin-bottom: 10px;
	
}

.formfields {
	border: 1px solid #7F9DB9;
	font-size: 14px;
}
.top {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

