
body
{
	font-family: Arial;
	background-color: #808080;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

#pagewrapper
{

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
	position: relative;
}

#header
{
	height: 108px;
	background-color: #055039;
	border-bottom: 2px solid #fff;
}

#logo
{
	padding: 28px 0px 0px 35px;
	float: left;
}

#menuwrapper
{
	height: 28px;
	border-bottom: 3px solid #fff;
	overflow: hidden;
}

#menu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #055039;
	height: 29px;
	list-style: none;
}

#menu li
{
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 8px 0px;
	float: left;
	color: #fff;
	font-size: 8pt;
	border-right: 1px solid #fff;
	width: 113px;
	text-align: center;
	cursor: pointer;
}

#menu li.red
{
	background-color: #8D122A;
}

#menu li.double
{
	line-height: 8pt;
	padding: 4px 0px 3px 0px;
}

#menu li a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-size: 8pt;
	text-decoration: none;
}

#menu li.first
{
	border-left: 0px;
	background-color: #DDDDDD;
}

#menu li.first a
{
	color: #000;
}

#menu li.last
{
	border-right: 0px;
	width: 102px;
}



#searchwrapper
{
	height: 300px;
	border-bottom: 2px solid #fff;
}

#leftbox
{
	width: 624px;
	height: 300px;
	float: left;
}

#rightbox
{
	width: 274px;
	height: 300px;
	float: left;
	border-left: solid 2px #fff;
	background-color: #E5E5E5;
}

.divider
{
	background-image: url('/images/divider.gif');
	background-repeat: repeat-x;
	height: 3px;
	overflow: hidden;
}

.option
{
	color: #7E7E7E;
	font-size: 9pt;
}

img
{
	display: block;
}

#bodywrapper
{
	background-color: #fff;
	clear: both;
}

#leftcolumn
{
	width: 642px;
	float: left;
	background-color: #fff;
}

#rightcolumn
{
	background-color: #fff;
	width: 258px;
	float: left;
}

#footleft
{
	width: 618px;
	float: left;
	height: 31px;
	background-color: #004C3B;
	border-left: 6px solid #fff;
	border-top: 8px solid #fff;
	border-bottom: 6px solid #fff;
	text-align: center;
}

#footright
{
	width: 276px;
	float: left;
	background-color: #fff;
	height: 45px;
}

#footerwrapper
{
	clear: both;
	height: 37px;
	border-top: 6px solid #fff;
}

#content h1
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #004C3B;
	font-size: 16pt;
	font-weight: normal;
}

#content
{
	margin: 0px 15px 0px 35px;
}

#content p
{
	color: #666565;
	font-size: 9pt;
	line-height: 14pt;
	margin: 10px 0px 10px 0px;
}

#content ul
{
	color: #666565;
	font-size: 9pt;
	line-height: 14pt;
}

#content ul li
{
	color: #666565;
	font-size: 9pt;
	line-height: 14pt;
}

.block
{
	width: 235px;
	border: 1px solid #880821;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 5px 0px;
}

#results
{
	margin: 0px 9px 0px 5px;
}

#moreinfo
{
	margin: 0px 9px 0px 0px;
}

.divider2
{
	background-image: url('/images/divider2.gif');
	background-repeat: repeat-x;
	height: 2px;
	overflow: hidden;
	margin-top: 2px;
}

.divider3
{
	background-image: url('/images/divider2.gif');
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
}


.fieldname
{
	color: #666565;
	font-size: 9pt;
}

td.fieldname { text-align: right; }
th.fieldname { text-align: left; }

.fieldinput
{
	padding-left: 5px;
}

.fieldtextarea
{
	padding-left: 5px;
}

.fieldinput input
{
	width: 250px;
}

.fieldtextarea textarea
{
	width: 250px;
}

#content p.error {
	font-size: 9pt;
	font-weight: bold;
	color: #b00; 
}

#content a
{
	color: #004C3B;
	text-decoration: none;
}


.fullform {
	width: 100%;
}

.fullform td {
	vertical-align: top;
}

.fullform input.textfield, .fullform textarea {
	width: 200px;
}

.fullform .subform {
	margin: 0px; padding: 0px 0px 0px 20px;
}
