body {
margin : 0;
padding : 0;
font : 12px helvetica, "Trebuchet MS", arial, sans-serif;
background : #ffffff;
color : #000;
height: 100%;
}
			/*TOP BANNER*/
#header {
height: 40px;
margin-top : 0;
padding : 0;
background : #669900;
color : #fff;
}

#header h1 {
margin-left : 30px;
padding-top : 30px;
text-align: left;
font-size : 14px;
color: #707070;
}
#header h2 {
float: right;
margin-right : 20px;
margin-top: 60px;
padding-top : 0;
padding-bottom : 0.5em;
letter-spacing : 3px;
font-size : 1.5em;
/*color : #885835; */
color : #D8B875;
text-transform: none;
text-align:left;
}
#header a {
color: #ffffff;
text-decoration: none;
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0;
margin : -16px 15px 5px 0px;
list-style-type : none;
/* background : #885835; */
color : #fff;
text-align : right;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
color : #fff;
padding : 2px 5px 2px 5px;
margin-left: -5px;
border-right : 2px solid #fff;
}
#topnav li a.selected, #topnav a:visited.selected, #topnav a:hover {
text-decoration : none;
/*background : #f17327; */
background : #fff;
color : #000;
}
.navlistlast {
color:red;
}
			/*3 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 17%;
margin-bottom : 1em;
padding-right : 1%;
}
#col2 {
float : left;
width : 70%;
height: 100%;
margin-left : 2%;
margin-bottom : 1em;
border-left : 1px dashed #669900;
padding-right : 2%;
padding-left : 2%;
text-align: left;
}
#col3 {
float : left;
width : 20%;
margin-left : 1%;
margin-bottom : 1em;
}
#col3 ul {
padding-left : 12px;
/*margin-left: 0; */
}
#col4 {
float : left;
width : 70%;
margin-left : 2%;
margin-bottom : 1em;
border-left : 1px dashed #dda875;
padding-left : 3%;
}
			/*LEFT NAVIGATION*/
#navcontainer ul {
margin : 0;
padding : 0;
list-style-type : none;
background : #ffffff;
color : #000;
}
#navcontainer ul li a {
padding-left : 10px;
color : #669900;
background : transparent url(images/list-off-orange.gif) no-repeat left center;
text-align : left;
text-decoration : none;
}
#navcontainer ul li a:hover {
color : #666666;
background : transparent url(images/list-on-orange.gif) no-repeat left center;
}
#navcontainer ul li a.selected {
background : transparent url(images/list-active.gif) no-repeat left center;
color : #000;
}
#navcontainer a { color:#999; }
			/*FOOTER*/
#footer {
clear : both;
height : 20px;
background : #fff;
color : #000;
padding : 0.2em 0 0 0.5em;
text-align : right;
}
#footer a {
color : #666666;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
textarea {
width: 100%;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 20px;
text-align : center;
font-size : 2em;
color: #669900;
text-align:left;
/*color : #efecdc; */
/*background : inherit; */
}
h2 {
margin: 0;
padding-top : 0;
padding-bottom : 0;
letter-spacing : 1px;
font-size : 1.5em;
color : #669900;
/*background : inherit; */
}
h3 {
margin-top : 0;
font-size : 1.2em;
text-align : center;
color : #000;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}