﻿#content {
	margin-left: 165px;
	margin-right: 10px; 
}

divLeftMenu {
	width: 165px;
	float: left;
}

.divRoundedLabel {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px; 
	font-weight: bold;
	font-size: 0.9em;
	background-color: #000080;
	width: 150px;
}

.divContentBox {
	padding: 2px;
	width: 99%;
	background-color: #EEEEEE;
	border: 1px solid #000080;
	clear: both;
}

.divContentLabel {
	float: left;
	color: #808080;
	font-weight: bold;
	font-size: 0.85em;
	width: 150px;
	vertical-align: top;
}

.divContentText {
	margin-left: 150px;
	font-size: 0.85em;
	width: auto;
	border: 1px solid #EEEEEE;
}

.divContentPicture {
	float: right;
}

.divLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 165px;
}

.divPageTitle {
	background-color: #808080;
	margin: 0px 1px 1px 0px;
	clear: both;
}

.divPageTitleGrad {
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url('/images/top_grad_white_gray.gif'); 
	background-repeat: repeat-y;
	width: 298px;
	height: 35px;
}

.divPageTitleText {
	text-align: right;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	background-color: #808080;

	padding: 0px;
	padding-top: 5px;
	margin-left: 298px;
	margin-right: 20px;
	height: 30px;
	width: auto;
}

.divPageTitleRight {
	float: right;
	background-image: url('/images/top_round_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 20px;
	height: 35px;
}

.divTitleLong {
	background-image: url('/images/page_title_back.gif'); 
	background-repeat: repeat-x;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	clear: both;
}

.divTitleLongMiddle {
	background-image: url('/images/page_title_back.gif'); 
	background-repeat: repeat-x;
	padding-top: 5px;
	height: 28px;
	vertical-align: middle;
	margin-left: 27px;
	margin-right: 27px;
}

.divTitleLongLeft {
	float: left;
	background-image: url('/images/page_title_left.gif'); 
	background-repeat: no-repeat;
	height: 33px;
	width: 27px;
}

.divTitleLongRight {
	float: right;
	background-image: url('/images/page_title_right.gif'); 
	background-repeat: no-repeat;
	border-spacing: 0px;
	height: 33px;
	width: 27px;
}

#menu {
	position: relative;
	top: 75px;
	left: 0px;
}

.tableSponsor {
	padding: 0px;
	width: 154px;
	border-spacing: 0px;
	position: absolute;
	top: 300px;
	left: 2px;
	background-color: #666666;
}

.tableMaxWidth { width: 99%; }

body		{ margin: 0px; padding: 2px; background: url('/images/side.gif') 0px 100% repeat-y; }

.font10pt	{ font-size: 0.85em; }
.font11pt	{ font-size: 0.9em; }
.font12pt	{ font-size: 1.0em; }
.font13pt	{ font-size: 1.1em; }
.font14pt	{ font-size: 1.2em; }

.fontBold	{ font-weight: bold; }
.font10ptBold	{ font-size: 0.9em; font-weight: bold; }
.font11ptBold	{ font-size: 0.9em; font-weight: bold; }
.fontRed		{ color: #FF0000; }
.fontRedBold	{ color: #FF0000; font-weight: bold; }


.textRight	{ text-align: right; padding-right: 2px; }
.textCenter	{ text-align: center; }

.menu {
	font-family: Arial, helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 0px 3px 0px 3px;
	margin-right: 15px;
}

.menu:visited {
	color: #0000FF; text-decoration: none;
}

.menu:link {
	color: #0000FF; text-decoration: none;
}

.menu:hover {
	color: #FFFFFF; background-color: #808080; text-decoration: none; border-width: 1px 0px 1px 0px; border-style: solid; border-color: #000000;
}

A			{ color: #0000FF; text-decoration: none; padding: 0px 3px 0px 3px;}
A.visited	{ color: #0000FF; text-decoration: none; }
A:link		{ color: #0000FF; text-decoration: none; }
A:hover		{ color: #EEEEEE; background-color: #808080; text-decoration: none; border-width: 1px 0px 1px 0px; border-style: solid; border-color: #000000;}

A.noLink		{ padding: 0px; text-decoration: none; border: none; background: none;}
A.noLink:hover	{ text-decoration: none; border: none; background: none;}

.submitButton
{
	font-size: 0.8em; font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F1F1ED;
	border-style: solid;
	border-width: 1px;
	border-color: #F1F1ED;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

A.submitButton:link			{ color: #000000; text-decoration: none; }
A.submitButton:visited		{ color: #000000; text-decoration: none; }
A.submitButton:hover		{ color: #000000; text-decoration: underline; background-color: #F6F6F1; border-color: #CECEC3; }

.tdLabel	{ font-weight: bold; padding-right: 10px; vertical-align: top; font-size: 0.85em; white-space: nowrap; }
.tdOption	{ padding-left: 2px; padding-right: 15px; white-space: nowrap; }