@charset "utf-8";
/* CSS Document */


/* reset.css */
html, body {
	margin: 0;
	padding: 0;
}

/* TYPOGRAPHY*/
body {font-size:85%;color:#004400;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;line-height:1.4;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#005500;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.5em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#003300;}
a:link {color: #99BB66;}
a:visited {color: #99BB66;}
a:hover {color: #003300;}

/* LAYOUT */
#top-bg {
	width:100%;
	height:76px;
	background-image: url("/images/bg1.gif"); 
	background-repeat: repeat-x;
}

#logo {
	width:780 px;
	margin:auto;
	float: none;
}

#main-content {
	width: 800px;
	margin: auto;
}

#space{
	margin:100;}

.col3,.col3center {
	float:left;
	width:258px;
}
.col3center {margin: 0 2%;}

#footer {
	clear:both;
	margin-top:40px;
	position:relative;
	width:100%;
	height:66px;
	background-color:none; 
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	border-top: #99BB66 medium solid;
}


#infooter {
	clear:both;
	width: 770px;
	margin: auto;
	height: 66px;
	color: #99BB66;
	font-size: 10px;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	padding: 0px;
}
#infooter a {
	color: #99DD66;
	text-decoration: none;
}
#footer a:hover {
	color: #005500;
}

#footer #altnav {
	float: right;
	text-align: right;
	font-size: 11px;
	text-transform:uppercase;
	color: #005500;
	letter-spacing: 1.5px;
}

#altnav a {
	color: #005500;
}

#altnav a:hover {
	color: #009900;
}

blockquote {
	background: url('/images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 18px;
	padding-top: 0px;
}
