body {
	font-family: Verdana;
	font-size: 12pt;
	background-color: #2F4F2F;
	text-color: black;
}

div.errorExplanation {
	border: thin solid red;
	background-color: #bbffbb;
	color: red;
	font-size: 10;
	font-weight: bold;
	margin-bottom: .2in;
}

div.errorExplanation h2 {
	font-size: 12pt;
	font-weight: bold;
	color: red;
	text-align: center;
}

div.info {
	font-size: 9pt;
	color: yellow;
	font-style: italic;
	padding-top: .12in;
	font-weight: bold;
}

div.tab {
	position: relative;
	top: -.5in;
	background-color: #5b9c64;
	
}

div.left {
	position: absolute;
	left: .15in;
	top: .15in;
	width: 168px;
}

div.right {
	position: absolute;
	top: .15in;
	left: 2.15in;
	font-family: Verdana;
	font-size: 12pt;
}

div.bottom {
	position: absolute;
	left: 0%;
	bottom: 0%;
	background-color: red;
	height: 20px;
	width: 770px;
}

div.menuMain {
	height: 15px; 
	width: 180px; 
	margin: 0px; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: .18in;
	padding-right: .18in;
	font-weight: bold; 
	font-size: 12px; 
	background-image: url("../images/menuBackgroundW180.jpg");
	background-repeat: no-repeat;
}

div.special {
	margin-top: .25in;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: red;
}

span.menuLeft{
	font-size: 9pt;
	font-weight: bold;
	height: 15px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: white;
}



h1.head {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: -30pt;
	left: 150pt;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #ffe4c4;
	text-align: center;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-align: center;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #ffccb0;
	font-style: italic;
	text-align: center;
}

img.floatLeft {
	float: left;
}

div.floatRight {
	float: right;
}

li {
	padding-bottom: .1in;
}

table.main {
	position: absolute;
	top: 3px;
	left: 3px;
	font-family: Verdana;
	font-size: 10pt;
	background-color: white;
	text-color: black;
	padding-top: 0px;
	margin-top: 0px;
	border-collapse: collapse;
	height: 100%;
}


td.leftColumn {
	background-color: #2F4F2F;
	background-image: url("../images/leftGradient.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	width: 50%;
}

td.rightColumn {
	background-color: #2F4F2F;
	background-image: url("../images/rightGradient.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	width: 50%;
}

td.mainContent {
	background-color: #5b9c64;
	color: white;
	width: 770px;
}

td.mainContent {
	font-family: Verdana;
	font-size: 12pt;
	color: white;
	vertical-align: top;
}

td.thanks {
	font-family: Verdana;
	font-size: 12pt;
	color: white;
	vertical-align: middle;
	font-weight: bold;
}

th {
	font-family: Verdana;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

input, textarea {
	background-color: #466004;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

input.text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #466004 !important;
}
input.btn {
	color: #466004;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #bbffbb;
	vertical-align: middle;
	height: 25px;
}
