
html, body{ 
/* OLD COLOR background-color:#009966;*/
	background-color:#008452;
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none; 
    }

	a { 
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	}
	a:link {
	color: #555;
	}
	a:visited {
	color: #888;
	}
	a:active {
	color: #000000;
		}
	a:hover {
	    color: #888888;
		text-decoration: underline;
		}
img { border: 0px; }

#pagewidth{ 
margin: 10px 0px 0px 0px;
 width:774px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border: solid 1px #333; 
} 

 
#header{background-image: url(images/header.png);
	margin: 0px 0px 0px 0px;
 position:relative;
height:155px; 
 width:100%;
} 

.menu {
	margin: 132px 18px 0px 0px;
	text-decoration: bold;
	float:right; 
	 position:relative;
}
a.menulink { 
	margin: 0px 0px 0px 10px;
	color: #FFFFFF;
	}


#wrapper {
background-image: url(images/footer.png);
background-repeat: no-repeat;
background-position: bottom left; 
 width:774px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 
}
#leftcol{
	width:151px;
	float:left;
}
	
.left_menu{
	float:left;
	position:relative;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
}
.left_head {
	margin: 3px 2px 6px 2px;
		text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.leftthing {
	margin: 30px 0px 0px 5px;
	}
	

#maincol{  
 float: right; 
 margin: 0px auto 55px auto;
 display:inline; 
 position: relative; 
 width:623px; 
 }
#maincol_short{  
 float: right; 
 margin: 0px auto 150px auto;
 display:inline; 
 position: relative; 
 width:623px; 
 }

 
 .mid_column {
 float: left; 
 margin: 0px 0px 0px 0px;
 display:inline; 
 position: relative; 
 width:427px; 
 }

  
 .photo_column {
 	margin: 0px 0px 0px 0px;

 	position: absolute;
	left: 436px;
	top: 56px;
	width:190px; 
 }
 
 .photo {
 margin: 8px 0px 12px 0px;
 border: solid 1px #000000;
 }
    /* allow room for 3 columns */
  ul
  {
    width: 400px;
  }

  /* float & allow room for the widest item */
  ul li
  {
    margin: 0px 0px 0px 3px;
    float: right;
    width: 196px;
	font-size: 11px;
	text-align: left;
  }

  /* stop the float */
  br.clear
  {
    clear: both;
  }

  /* separate the list from subsequent markup */
 div.columns_wrapper
  {
    margin: 0px 0px 0px 10px;
    display:block; 
	position: relative;
  }
/*
#footer{
	background-image: url(images/footer.png);
	height:23px; 
	clear:both;
	}
*/
#legal{
	margin: 5px auto 0px auto;
	height:30px;  
	clear:both;	
	font-size: 10px;
 	}
a.legallink {
	clear:both;
	font-size: 10px;
	color: #222222;
	text-decoration: underline;
	}

h1 {
	margin: 13px 15px 3px 22px;
	padding: 0px;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
	}
h2, h3 {
		margin: 15px 15px 5px 15px;
		padding: 0px;
		font-family: Verdana, Sans-serif;
		font-weight: bold;
		font-variant: small-caps;
		color: #000;
		}


	
.home_headline {	
	font-weight: bold;	
	margin: 8px 37px 3px 40px;
	text-decoration: bold;
	font-size: 15px;
	}
.home_quote {	
	font-weight: bold;	
	margin: 8px 37px 3px 40px;
	font-family: Georgia, Times, Serif;
	text-decoration: bold;
	font-size: 16px;
	text-align: justify;
	}
.home_text {
	margin: 4px 20px 3px 40px;
	font-size: 11px;
	text-align: justify; 
}
.home_text2 {
	margin: 8px 20px 3px 40px;
	font-size: 11px;
	text-align: justify; 
}

.home_next {
	margin: 8px 12px 3px 40px;
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
	text-decoration: bold;
	font-size: 12px;
}
.home_table {
	margin: 2px auto 2px auto;
	font-size: 11px;
	}

.home_section {
    
	font-weight: bold;	
	text-decoration: bold;
	
	margin: 12px 37px 5px 40px;
	font-size: 11px;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}

}
