html { height: 100%; }

.mainBody
{
	background-color: #fff;
	margin: 0px;
	text-align: center;
	background-image: url('/images/Interface/bg.jpg');
	background-repeat: repeat-x;
}

body, p, div
{
	font-family: arial, helvetica, verdana;
	color: #919191;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

img { border: 0px; }

.blacktext
{
	color: #2c2c2c;
	font-size: 12px;
}

.formtext
{
	color: #2a8085;
}

.h1
{
	color: #2a8085;
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

h1.sam
{
	color: #2a8085;
	font-size: 11px;
	line-height: 5px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 116px;
	width: 395px;
	text-align: right;
	
}

h1
{
	color: #2a8085;
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2
{
	color: #2a8085;
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3
{
	color: #242424;
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4
{
	color: #2c2c2c;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

form { margin: 0px; }

ul
{
	color: #2a8085;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
}

li { margin: 0px; }

a
{
	text-decoration: underline;
}

a:link { color: #2a8085; }
a:visited { color: #2a8085; }

a:active
{
	color: #2a8085;
	text-decoration: none;
}

a:hover
{
	color: #2a8085;
	text-decoration: none;
}

.mainmenu, .mainmenu a, .mainmenu a:visited
{
	display: block;
	float: left;
	height: 24px;
	color: #aad7d9;
	font-size: 12px;
	text-align: center;
	background-image: url('/images/MenuItems/menuoff.gif');
	text-decoration: none;
	margin: 0px 1px 0px 1px;
}

.mainmenu a:hover, .mainmenu a.current, .mainmenu a:active
{
	color: #fff;
	text-decoration: none;
	background-image: url('/images/MenuItems/menuon.gif');
}

.submenu a
{
	font-size: 11px;
	font-weight: normal;
	color: #0165b9;
	text-decoration: none;
}

.submenu a:hover, a.current
{
	color: #0165b9;
	text-decoration: underline;
}

.submenu2 a
{
	font-size: 11px;
	font-weight: normal;
	color: #2a8085;
	text-decoration: none;
}

.submenu2 a:hover, a.current
{
	color: #2a8085;
	text-decoration: underline;
}

.contactForm {
	background-color: #fafafa;
	padding: 20px 10px 10px 10px;
	border: 1px solid #999999;
	color: #000;
	font-size: 12px;
}