﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Serif;
	background: #d6d6d6 url(images/page_back.jpg) repeat-x;
}

h1
{
	background: url(images/pageTitle.jpg) no-repeat;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 18px;
	color: #eee;
	font-weight: bold;
	font-family:  Arial Narrow, Arial, Trebuchet MS, Tahoma, Serif;
	text-transform: uppercase;
	position: relative;	
	margin: 0px;
}

h2
{
	background: url(images/h2Logo.jpg) no-repeat left center;
	font-weight: bold;
	color: #cc0000;
	font-size: .75em;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 5px 50px;
	border-top: 4px solid #000033;
	border-bottom: 1px solid #000033;
}

h3
{
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: .8em;
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

a:hover, a:active, a:focus
{
	color: #0066aa;
}

label
{
	width: 80px;
	float: left;
	clear: left;
	font-size: .8em;
}

td
{
	vertical-align: top;
}

#mainbody
{
	width: 860px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: url(images/backMain.jpg) repeat-y 30px 0px;
}

#banner_container
{
	width: 750px;
	border: 1px solid #fff;
	margin: 0px auto 10px auto;
	height: 180px;
	position: relative;
}

#banner_container .show
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.validator
{
	font-size: .75em;
}

.floatright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

hr
{
	color: #eee;
	background-color: #eee;
	border: 1px #333;
	border-style: none none dotted;
	text-align: left;
	margin: 0px auto 0px 0px;
	padding: 0px;
}