﻿@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #F7F7F7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #logo {
	height: 420px;
	background-image: url(../images/web_header.jpg);
}
#wrapper #navigation {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper #headerImg {
	height: 27px;
	background-color: #747661;
	padding-left: 20px;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #bodyArea #right {
	width: 230px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 80px;
	margin-bottom: 40px;
}
#wrapper #bodyArea #footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #747661;
	padding: 6px;
	font-size: 12px;
}
#wrapper #base {
	height: 20px;
	background-color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #DAAF20;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DAAF20;
}
a:hover {
	text-decoration: underline;
	color: #747661;
}
a:active {
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 20px;
}
h2 {
	margin: 20px;
	font-size: 18px;
	color: #000000;
}
hr {
	margin: 20px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	padding: 3px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
div#footer td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 3px;
	padding-top: 0px;
}
div#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
div#right td {
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}
h5 {
	color: #333333;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	margin-left: 20px;
}


.formBox {
	clear: both;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding: 10px 0;
	margin: 1px 0;
}

.itemClear {
	clear: both;
	height: 8px;
	}

.itemLeft {
	width: 35%;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.itemRight {
	width: 60%;
	float: left;
	text-align: left;
	color: green;
}

.itemRightItem {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 4px 0;
	}

.itemRight label {
	color: #222222;
	}

.white {
	color: white;
	}
	
.gray {
	color: #222222;
	}	

.hidden {
	display:none;
	}

ul.formList {
	margin:-15px 50px 20px 50px;
	}

.medGray {
	color: #777;
}

#buttonBar {
	width:340px;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:20px;
}
