html {
	margin: 0px;
	padding: 0px;
	overflow-y:scroll;
	height: 100%;
	}

body { 
	text-align: center;
	font: .7em/1em Verdana, Geneva, sans-serif; 
	color: #575A5C; 
	background: url(/images/back.gif) top center; 
	margin: 0px; 
	padding: 0px;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

p { 
	font: 1em/1.5em Verdana, Geneva, sans-serif; 
	margin-top: 0px; 
	line-height: 1.3;
	}
	
p.headers { 
	font: bold 1.3em Arial, Helvetica, sans-serif; 
	letter-spacing: 0em; 
	margin-bottom: 1em;
	margin-top: 20px; 
	color: #7D892F;
	}
	
p.footer { 
	font: .9em/1.5em Verdana, Geneva, sans-serif;
	color: #696B6C; 
	}

p.strong  {
	font: bold 1em/1.5em Verdana, Geneva, sans-serif; 
	margin-top: 0px; 
	margin-bottom: .5em;
}

p.stronggreen  {
	font: bold 1em/1.5em Verdana, Geneva, sans-serif; 
	margin-top: 0px; 
	margin-bottom: .5em;
	color: #748026;
}

p.space  { 
	font: 1em/1.5em Verdana, Geneva, sans-serif; 
	margin-top: 0px; 
	line-height: 1.75;
	}
	
a:link { 
	text-decoration: none; 
	color: #2D90C9;
	}
	
a:visited { 
	text-decoration: none; 
	color: #2D90C9;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #2D90C9;
	}

/* tabs */

#tabcontainer
	{
		width: 290px;
		height: 20px;
		background: #fff;
		float: right;
		margin-top: 40px;
		overflow: hidden;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #fff;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border-top: 1px solid #D5E198;
		border-left: 1px solid #D5E198;
		border-right: 1px solid #D5E198;
		border-bottom: 0px;
		text-decoration: none;
		color: #8F8F8F;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #D5E198;
		background: #D5E198;
		color: #7D892F;
		cursor: default;
	}

#tabnav a:hover
	{
		background: #E3ECB6;
	}

/*other divs */

#container { 
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 750px;
	margin-bottom: 60px;
	height: 92%;
	}
	
#nonFooter { 
	position: relative; 
	min-height: 92%;
}

* html #nonFooter { 
	height: 100%;
}

* html #footer { 
	margin-top: -60px;
}

#footer {
	width: 750px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	text-align:center;
	clear: both;
	position: relative;
	margin-top: -60px;
}
	
#greyline {
      width:750px;
      height:18px;
      background-color:#888;
	  clear: both;
	  float: left;
}   

.whiteline {
      width:750px;
      height:2px;
      background-color:#FFF;
	  clear: both;
	  float: left;
}   

#greenline {
	width: 750px;
	height: 5px;
	background-color: #D5E198;
	clear: both;
	float: left;
}

#address {
      margin-left:15px; 
      margin-top:2px;
	  float: left;
}

#header_graphic {
	margin-top: 0px;
	float: left;
}

#name_hdr {
	width: 460px;
	height: 60px;
	float: left;
	overflow: hidden;
}

#quotation {
	width: 269px;
	height: 173px;
	float: right;
}

#nav_home {
	width: 269px;
	height: 60px;
	float: right;
}

#leftcol {
	width: 482px;
	background: #FFF;
	padding: 20px;
	float: left;
}

#assessleftcol {
	width: 295px;
	background: #FFF;
	padding: 20px;
	float: left;
}

#maincol {
	width: 700px;
	background: #FFF;
	padding: 20px;
	float: left;
}

.vertline {
	background: url(/images/vert_dash.gif) repeat;
	width: 1px;
	float: left;
	overflow: hidden;
}

.horizline {
	background: url(/images/horiz_dash.gif) repeat;
	height: 1px;
	margin: 15px 0px 10px 0px;
	clear: both;
	overflow: hidden;
}

#rightcol {
	width: 200px;
	background: #FFF;
	padding: 0px;
	float: left;
	margin-top: 18px;
	margin-left: 25px;
}

#assessrightcol {
	width: 410px;
	background: #FFF;
	padding: 0px;
	float: right;
	margin-top: 18px;
	margin-left:5px;
}
h1 {
	font: normal 1em/1.3 Verdana, Geneva, sans-serif; 
	weight: normal;
	margin-top: 0px;
	}
h2 {
	font: normal 1em/1.3 Verdana, Geneva, sans-serif; 
	weight: normal;
	margin-top: 0px;
	}

