body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:0px;
	background-color:#FFEEBE;
}
siteTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:0px;
	background-color:#FFEEBE;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
/*********** for payment area *******************/
.paymentHeaders {
	background-color:#673433;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	
}

.colLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:165px;
	background-color:#FFEEBE;
	text-align:right;
	border-style:none;
	border-collapse:collapse;
	border-width:0px;
}
.colRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:335px;
	background-color:#FFEEBE;
	text-align:left;
	border-style:none;
	border-collapse:collapse;
	border-width:0px;
}
/*********** END for payment area *******************/

#header {
	height:150px;
	width:770px;
	margin:0px;
	
}
#header2 {
	background-color:#653232;
	height:5px;
	font-size:4px;
	margin:0px;
	padding:0px;
	
}
#content {
	
	height:100%;
	width:770px;
	margin:0px;
	padding:0px;
	border-right:#000000 0px solid;
	border-left:#000000 0px solid;
}
#contentsmall {
	padding:5px;
	text-align:left;
	vertical-align:top;
}

h1 {
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	height:90px;
	padding-left:10px;
	padding-top:10px;
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFEEBE;
	text-align:left;
	text-shadow:#000000;		
}
.smallheaders {
	color:#653232;
	font-weight:bold;
}

#footer {
	height:100px;
	width:770px;
	padding-top:20px;
	border-top-color:#660033;
	border-top-style:solid;
	border-top-width:thin;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
}
/* This controls the look and behavior of the nav buttons on the left side */ 
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFEEBE;
	background-color: #653232;
	background-image:url(../images/bg_left_nav.gif);
	display: block;
	padding-left: 8px;
	border:#653232 2px solid;
}

a:link.leftnav {
	color: #FFEEBE;
	text-decoration: none;
	
}
a:visited.leftnav {
	color: #FFEEBE;
	text-decoration: none;
	
}
a:active.leftnav {
	color: #FFEEBE;
	text-decoration: none;
	
}
a:hover.leftnav {
	color: #653232;
	background-color: #FFEEBE;
	
}
/* End of left nav control section. */