body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:justify
}
h4{
	margin: 3px;
}
h2 {
	margin: 0px;
}
.top-bar{
	background: #585d27;
	height: 5px;
}
.centered{
	width: 717px;
	margin: 10px auto; /*gaps between sections*/
}
.nav-container{
	background: #eae9e4;
	text-align: right;
}
.nav{
	padding: 5px 0px;
	color: #003300;
	font-weight: bold;
}
.nav a{
	color: #003300;
	text-decoration: none;
}
.nav a:hover{
	text-decoration: underline;
}
.sub-nav{
	padding: 5px 16px;
}
.sidebar{
	margin-left: -8px;
	width: 190px;
	font-size: 81.3%;
	float: left;
}
.sidebar-link{
	margin: 8px;
	text-align:left;
}
.sidebar a{
	color: #003300;
	text-decoration: none;
}
.sidebar a:hover{
	text-decoration: underline;
}
.sidebar-title{
	font-weight: bold;
	margin: 16px 8px 8px 8px;
}
.menu { 
        font-weight: bold;
        margin: 16px 8px 8px 8px;
        CURSOR: hand
}
ul {
        list-style: none;
        margin-left: 8px;
        padding-left: 0px;
}
li {
         padding-left: 0px;
         margin: 10px;
}
.group{
  padding:8px;
}
.main-container{
	float: right;
	width: 510px;
}
.nav-current-page{
	color: #a5c411;
}

.header-container{
	background: #474b19 url('images/header-background.gif') center no-repeat;
	height: 150px;
}
.header{
	background-color: white;
	width: 717px;
	height: 150px;
	margin: 0px auto;
}
.content-container{
	width: 737px;

	margin: 0px auto;
	background: #eae9e4 url('images/content-background.gif') repeat-y;
}
/*change from no-repeat*/
.background-left{
	float:left;
	width:10px;
	height:50px;
	background:url('images/content-background-left.gif') repeat-y;
}
/*change from no-repeat*/
.background-right{
	float:right;
	width:10px;
	height:50px;
	background:url('images/content-background-right.gif') repeat-y;
}
.left{
	float:left;

}
.right{
	float:right;
}
.content{
	margin:0px 10px;
	padding: 8px 8px 0px 8px;
	display:block;
}

.surface{
	background: white;
}
.edge{
	/*width: 100%;*/  /*causes white edge displayed in IE*/
	height: 4px; 

}
.corner{
	width: 4px;
	height: 4px;
}
.top-left{
	float: left;
	background: url('images/corner-top-left.jpg');
}
.top-right{
	float: right;
	background: url('images/corner-top-right.jpg');
}
.bottom-left{
	float: left;
	background: url('images/corner-bottom-left.jpg');
}
.bottom-right{
	float: right;
	background: url('images/corner-bottom-right.jpg');
}
.sub-header-container{
	display:table;
	margin-top: -8px;
	margin-left: -8px;
	margin-bottom: 16px;
}
.headline{
	/*width: 400px;*/
	width: justify;
	padding:10px;
	font-size: 115%;
	color: #003300;
	text-align: justify;
	font-weight: bold;
}
.section-container{
	margin: 0px 8px;
}
.section{
	padding: 10px;
}
.top-left-image{
	margin: -10px 10px 5px -10px;
}
.featured{
	width:221px;
	height: 240px;
	margin-left:8px;
	margin-right:8px;
}
.featured-title{
	font-weight: bold;
	text-align:center;
}
.featured a{
	color: black;
	text-decoration: none;
	font-size: 68.8%;
	display: block;
	text-align: center;
}
.featured a:hover{
	text-decoration: underline;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.centered-text{
	text-align: center;
}
.clear{
	clear: both;
}
.featured-group{
	position: relative;
	margin-top: 16px;
}
.featured-content{
	margin: 10px;
	text-align: justify;
	font-size: 68.8%;
}
.featured-link{
	width:100%;
	text-align: center;
	font-size: 68.8%;
}
.bio{
	width:335px;
	font-size: 68.8%;
	text-align: justify;
}
.bio-container{
	padding: 5px;
}
.bio-contact{
	font-size: 81.3%;
	font-weight: bold;
	width: 107px;
	text-align:left;
}
.bio-contact a{
	color: black;
	text-decoration: none;
}
.bio-contact a:hover{
	text-decoration: underline;
}
.section-header{
	background: url('images/dotted-underline.gif') repeat-x bottom;
	padding-bottom: 5px;
	margin-bottom: 8px;
	color: #003300;
}
.caption{
         color: black;
         font-size: 81.3%;
}
.link
{
	color: #003300;
	/*color:#a5c411;*/
	font-weight: bold;
	cursor: pointer;
}
.link:hover{
	text-decoration: underline;
}

.footer{
        /*margin-top:8px;  */
        margin-top: -8px;
	width:100%;
	height: 78px;
	background: #474b19;
	margin-bottom: 70px;
}
.footer-home{
        /*margin-top:8px;  */
        margin-top: -16px;
	width:100%;
	height: 78px;
	background: #474b19;
	margin-bottom: 70px;
}
.small-font{
	font-size: 81.3%;
}