body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #DDDDDD;
}
body, td, div {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}
p {
	margin: 0 15px 1em;
	line-height:1.3em;
}
h1 {
	font-size: 2.2em;
	margin: 0.6em 15px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -0.1em;
	font-weight: normal;
	color: #839D5E;
}
h1 span {
	color: #BFB08F;
}
h2 {
	margin: 1.2em 15px 0.4em;
	letter-spacing: -.1em;
	color: #839D5E;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
}
h2 span {
	color: #BFB08F;
}
a {
	color: #839D5E;
	text-decoration: underline;
}
a:hover {
	color: #839D5E;
	text-decoration: underline;
	background: #efefef;
}
#pagewidth{
	width:780px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
} 
 
#header{
	position:relative;
	background-color:#FFFFFF;
	width:100%;
	border-top: 10px solid #000000;
	border-bottom: 3px solid #000000;
} 
#logo {
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 12px;
}
#headimg {
	float: right;
	border-left: 1px solid #000000;
}
#subhead {
	background: #839D5E;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
#subhead em {
	font-style: normal;
	color: #FFFFFF;
	font-size: 1.2em;
	background: url(images/icon-squares.gif) no-repeat right center;
	padding-right: 31px;
	padding-left: 18px;
}
#subhead em.end {
	background: url(none);
	padding-right: 18px;
}
 
#leftcol{
 width:167px; 
 float:left; 
 position:relative;
 }
 
#maincol{ float: right; 
 display:inline; 
 position: relative; 
 width:613px; 
 }
 
#footer{
	background-color:#000000;
	clear:both;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	font-size: .95em;
 } 
#footer a, #footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background: #000000;
}
#featured {
	color: #FFFFFF;
	background: #BFB08F url(images/icon-corner-L.gif) no-repeat left bottom;
	float: right;
	width: 214px;
}
#featured h1 {
	font-size: 2.3em;
	color: #FFFFFF;
}
#featured a {
	color: #333;
	text-decoration: underline;
}
#featured a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: #BFB08F;
}
#homecontent {
	float: left;
	width: 613px;
}
#footpics {
	clear: both;
	background: #BFB08F;
	padding-left: 167px;
}
#footpics .tagline {
	font-size: 1.5em;
	color: #FFFFFF;
	width: 220px;
	text-align: center;
	float: right;
	font-family: "Arial Narrow", Arial, sans-serif;
	padding-top: 0px;
}
#footpics img {
	border-right: 1px solid #999999;
}
#footpics .leftimg {
	border-left: 1px solid #FFFFFF;
}
#formtable {
	margin-left: 15px;
	margin-bottom: 15px;
}
#formtable td {
	text-align: right;
	vertical-align: top;
	padding: 7px;
	font-weight: bold;
}
.formfield {
	background: #EBEBEB;
	width: 250px;
	border: 1px solid #839D5E;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}

/* Vertical Nav */



#navi ul {
	margin: 0 3px 0 0;
	padding: 0;
	list-style: none;
	width: 163px;
	border-bottom: 1px solid #000000;
        background: #485633 /* IE6 Bug */
	}
#navi ul#nav2 {
    margin-top:1.5em;
}
#navi ul li {
	
	z-index: 2;
	background: url(images/button-tab.gif) no-repeat right top;
	margin: 0px -3px 0px 0px;
	}
	
#navi li.closed ul {
	border-bottom: none;
      display:none;
	}

/* Styles for Menu Items */
#navi ul li a {
    outline: none;
	display: block;
	text-decoration: none;
	color: #FFFFFF; 
	padding: 4px 0px 5px 18px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: #485633 url(images/icon-squares.gif) no-repeat 5px center;
	margin-right: 3px;
	border-top: 1px solid #000000;
	}
#navi #nav2 li a {
   background: #839D5E url(images/icon-squares.gif) no-repeat 5px center;
}
/* Fix IE. Hide from IE Mac \*/
* html #navi ul li { float: left; height: 1%; }
* html #navi ul li a { height: 1%; }
/* End */
/* Hover Styles */
#navi ul li a:hover,
#navi #nav2 li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #666;
} 
/* Sub Menu Styles */
#navi li ul {
	background:#BFB08F;
}
#navi li ul li {
        background:none;
}
#navi li ul li a {
        background:#BFB08F;
       border-top: none;
} 

#navi li ul li a:hover {
        background:#BFB08F;
       color:#333;
}	
#navi li.open ul { display: block; } /* The magic */
/* End Vert Nav */