body
{
	background-color: #b6ab81;
	background-image: url('../img/bg-parchment.jpg');
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a:link, a:visited
{
	color: #828d27;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #ce7307;
	text-decoration: underline;
}

a.nav1:link, a.nav1:visited
{
	color: #a9aaa9;
	text-decoration: none;
}

a.nav1:hover, a.nav1:active
{
	color: #ce7307;
	text-decoration: none;
}

a.nav2:link, a.nav2:visited
{
	color: #ffffff;
	text-decoration: none;
	padding-right: 9px;
}

a.nav2:hover, a.nav2:active
{
	color: #c9d283;
	text-decoration: none;
	padding-right: 9px;	
}

a.nav3:link, a.nav3:visited
{
	font-size: 11px;
	color: #F1BC04;
	text-decoration: none;
	padding-right: 9px;
	font-weight: bold;
}

a.nav3:hover, a.nav3:active
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 9px;	
	font-weight: bold;		
}

td, .text1
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

.text2
{
	font-size: 10px;
}

.msgtext, .orangetext, .error_message
{
	color: #ff0000;
}

.header1
{
	font-size: 20px;
	color: #ce7307;
}

.header2
{
	font-size: 13px;
	font-weight: bold;
	color: #ce7307;
}

#logo-inside-td {
	width: 148px;
}

#logo-inside {
	position: absolute;
	z-index: 1000;
	margin: -85px 0px 0px -35px;
}

#flashMessage
{
	color: #ff0000;
	font-size: 13px;
	padding: 0px;
	font-weight: bold;
	/*background-color: #cfe7ff;
	border-top: 1px solid #1f346c;*/
	margin-bottom: 20px;
}

#tableShadow
{
	background-color: #fcfefe;
	margin-top: 0px;
}

#tableBody
{
	/*
	background-image: url('images/bgBodyWaves.gif');
	background-repeat: no-repeat;
	*/
}

#tableContent
{
	margin-top: 10px;
	margin-bottom: 25px;
}

#navTop
{
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	padding: 3px 0px 3px 0px;
	text-align: right;
}

.navLeft
{
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;	
}

#navLeftHome
{
	width: 150px;
}

#navLeftInside
{
	width: 128px;
	padding-top: 30px;
}

#rightSide
{
	padding-right: 15px;
}

#sponsor-logos {
	width: auto;
	overflow: hidden;
	text-align: center;
}

#sponsor-logos div.sponsor {
	margin: 0px 10px 0px 0px;	
	display: inline;
}

#footer
{
	padding: 0px 0px 10px 35px;
}

.vDiv
{
	background-image: url('images/vDiv.gif');
	background-repeat: repeat-y;
	width: 38px;
}

.contentBlock
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 20px;
}

.formButtonBox
{
	background-color: #efefef;
	border-top: 1px solid #cccccc;
}

ul.checkboxMultiple
{
	padding: 0;
	list-style-type: none;
}

ul.checkboxMultiple li
{
	font-weight: normal;
} 

.required
{
	border-left: 3px solid #60a25f;
	border-bottom: 1px solid #60a25f;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.required label
{
	font-size: 15px;
	font-weight: bold;
}

table.survey th
{
	border-bottom: 1px solid #d9d9d9;
	font-size: 10px;
	font-weight: bold;
}

table.survey td
{
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px;
}