body {
	text-align : center;
	background-color: #A9CF9C;
	color:#333;
	min-width : 733px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{

}

address{
	font-style:normal;
	color:#333;
}

#container {
	width : 733px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
}

#subContainer {
	float: left;
	width : 733px;
	background: url(../images/background_small.jpg) repeat-y;
}

#header {
	background: url(../images/header.jpg) top left no-repeat;
	width: 733px; height: 79px;
}

#padding {
	clear: both;
	padding: 0px 0 0 0;
}

#content {
	float: left;
	width: 375px;
	padding: 0 0 10px 40px;
	background: url(../images/content_area_background1.jpg) top right no-repeat;
}

#barContainer {
	float: right;
	padding: 2px 0 0 0;
	
}
	
#sideBar {
	width: 250px;
	margin: 0 15px 0 0;
	padding: 2px 2px 2px 2px;
	background: url(../images/content_area_background2.jpg) top left no-repeat;
}

#subpageContent {
	float: left;
	width: 625px;
	padding: 0 0 10px 40px;
	background: url(../images/subpage_background.jpg) top left no-repeat;
}

/* GLOBAL NAV */

#nav {
	height: 56px; width: 734px;
	background: url(../images/background_nav.jpg) top left repeat-y;
}
	
	
#navSub {
	text-align: left;
	font-size: 12px;
	height: 39px;
	width: 719px;
	background: #A9CE9B;
	border-top: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
}

/* HOLLY HACK */
/* Hides from IE5-mac \*/
*html #navSub { margin-left: 2px;}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 8px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border-bottom: 2px solid #A9CE9B;
	border-right: 2px solid #A9CE9B;
	
}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	background: #86BA72;
	
}
	
#nav li a.active {
	color: #FFFFFF;
	background: #86BA72;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
}
	

/* HEADER NAV */

#headerNav {
	float: right; margin-top: 15px; margin-right: 20px;
	color: #FFF;
	font-size:10px; 
	font-weight: bold;
	text-decoration: none;
}

#headerNav a {
	color: #FFF;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}

#headerNav a:hover {
	
	color: #FFF; font-size:10px;
	font-weight: bold;
	text-decoration: underline;
}

/* BODY */

p {
	
	
	line-height: 25px;
	color: #333;
}
	
#content ul li, #content ol li {
	
	
	line-height: 25px;
	color: #333;
	
}

h1 {
	font-size: 16px; 
	padding-top: 10px;
	color:#422100
}

h2 {
	font-size:15px;
	font-weight: bold;
	font-style:italic;
	color: #422100;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	color: #333;
	text-transform: uppercase;
	
}

.tableHeader {
	font-weight: bold;
	color: #FFF;
}


.button {
	font-size: 14px;
	font-weight: bold;
	color: #F1F7EE;
	background-color: #A9CE9B; 
	border-right: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
	padding: 5px;
}

#sideBar p, #sideBar ul li, #subpageContent p, #subpageContent ul li, #subpageContent ol li {
	font-size: 11px;
	line-height: 20px;
}

#sideBar h2 a:visited{
	color:inherit;
}

.caption {
	
	font-size: 10px;
	color: #333;
	line-height: 20px;
}

a.adHoc {
	color: #134E3A;
}

a.adHoc:hover, a.closeWin:hover {
	color: #134E3A;
	text-decoration: none;
}
	
a.closeWin {
	font-size: 10px;
	color: #134E3A;
}

/* FOOTER */

#footer {
	text-align: center;
	clear:both;
	
	font-size: 10px;
	color: #333;
	line-height: 20px;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

#footer a:hover {
	color: #422100;
	text-decoration: none;
}

table thead tr th{
	
	font-size: 13px;
	background: #A9CE9B;
	color:#FFF;
	border-top: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
}

label{
	float:left;
	width:160px;
	overflow:visible;
	margin:0 10px 10px 0;
}

input{
	padding:.2em;
	vertical-align:middle;
}

.cb, br{
	clear:both;
}

.registrationStep{
	clear:both;
	margin-bottom:15px;
}

.small{
	font-size:10px;
}

.bold{
	font-weight:600;
}

.small_info{
	float:left;
	width:31%;
	padding:1%;
}

.autoWidth{
	width:auto;
}

table thead tr th{
	
	font-size: 13px;
	background: #A9CE9B;
	color:#FFF;
	border-top: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
}

table tbody tr td{
	vertical-align:top;
}

table tbody tr td[valign]{
	vertical-align:inherit;
}

table tbody tr td{
	background-color:#FFF;
	color:#000;
}

table tbody tr.alternateColor td{
	background-color:#E7EEE5;
	color:#000;
}

.left{
	float:left;
}

.right{
	float:right;
}