body {
	background-color: #666666;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;}
	
table, td {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;}

.wrapper {width: 750px; margin: 0 auto; text-align: left; background-color:#FAFADD;}

.leftside {
	float: left;
	width: 500px;
	#width: 520px;}
     /*** This can be floated left or right ***/

.centercolumn {
	float: right;
	width: 330px;
	#width: 350px; 
	#padding-right: 15px;}
     /*** This must be floated opposite 
		to .second-float ***/

.leftcolumn {
	float: left;
	width: 145px;
	#width: 165px;
	#padding-right: 20px;
	color: #9E8D6F;
	font-size: 13px;
	line-height: 20px;
	margin-top: 15px;
	#margin-top: 0px;}
     /*** This must be floated opposite 
		to .first-float ***/

.rightcolumn {
	float: right;
	width: 200px;
	font-size: 12px;
	#width: 220px;
	padding-left: 10px;
	padding-right: 10px;}
     /*** This must be floated opposite 
		to .float-wrap ***/ 
		
.tworight {
	float: right;
	width: 580px;
	#width: 580px;}

.twoleft {
	float: left;
	width: 145px;
	#width: 165px;
	#padding-right: 20px;
	color: #9E8D6F;
	font-size: 13px;
	line-height: 20px;
	margin-top: 15px;
	#margin-top: 0px;}
		
.clearcolumns {clear: both;}
	
.footer {
	clear: both;
	background-color: #B8CF30;
	padding: 10px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 10px;
	color: #333333;
	border-left-color:#00B1B9;
	border-left-style:solid;
	border-left-width:5px;}
	
.header {
	clear: both;
	background-color: #CCCC99;}
 
.borderleftright {	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;}
	
.borderleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;}
	
.centerall { text-align: center;}

a:link {	color: #00B1B9;	text-decoration: none;}
a:visited {	color: #00B1B9; text-decoration: none;}
a:hover {	color: #00B1B9; text-decoration: underline;}
a:active {	color: #00B1B9; text-decoration: none;}

a.contact:link {	color: #00B1B9;	text-decoration: none;}
a.contact:visited {	color: #00B1B9; text-decoration: none;}
a.contact:hover {	color: #00B1B9; text-decoration: underline;}
a.contact:active {	color: #00B1B9; text-decoration: none;}

a.nav:link {	color: #00B1B9;	text-decoration: none;}
a.nav:visited {	color: #00B1B9; text-decoration: none;}
a.nav:hover {	color: #00B1B9; text-decoration: underline;}
a.nav:active {	color: #00B1B9; text-decoration: none;}

h1 {font-size: 18 px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #442200;}
	
h2 {font-size: 16 px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #442200;}

h3 {
	font-size: 13 px;
	color: #9E8D6F;
	font-weight: bold;
}
.smalltext {
	font-size: 9px;
	color: #333333;
	line-height: 1.2;
}

.alternate1 {
	color: #666666;
	font-weight: bold;
}
.alternate2 {
	color: #444444;
	font-weight: bold;
}
h5 {
	font-size: 16 px;
	color: #FFFFFF;
}
.imageLeft {
	margin-right:10px;
	margin-bottom:10px;
	}
