body {
}
/****************           wrapper           ********/
#container
{
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
width: 800px;
margin: 10px auto;
color: #333;
/*border: 1px solid #b7ba92;*/
line-height: 130%;
overflow:hidden;
font-family:Arial, Helvetica, sans-serif;

}

/****************           header/footer/center/left/right/history           ********/
#top
{
}
/* tag line */
#top p 
{
text-align:center;
margin:0px auto;
font-size:20px;
color:#00523d;
font-family:arial,"Engravers MT","Tahoma";
padding-left:265px;
padding-top:50px;
}
/*  title  */
#top h1
{
color: #4197e3;
font-family:"Trebuchet MS","Tahoma",Arial;
font-weight:bold;
font-size:xx-large;
padding-left: 240px;
padding-top: 30px;
margin: 0;
}


#leftnav
{
color: #00523d;
font-family:"Trebuchet MS","Tahoma",Arial;
font-weight:bold;
float: left;
width: 249px;
margin: 0;
padding-top: 140px;

}

#list {
text-align:center;
}

#content
{
margin-left: 261px;
margin-right: 0px;
}
#navbar {
color:#1c644e;
background-image:url(images/navbargreen.jpg);
background-repeat:no-repeat;
height:36px;
width:534px;
font-size:18px;
}
#navbar1 {
color:#1c644e;
background-image:url(images/navbargreen1.jpg);
background-repeat:no-repeat;
height:36px;
width:534px;
font-size:18px;
}
#navbar2 {
color:#1c644e;
background-image:url(images/navbargreen2.jpg);
background-repeat:no-repeat;
height:36px;
width:534px;
font-size:18px;
}
#navbar3 {
color:#1c644e;
background-image:url(images/navbargreen3.jpg);
background-repeat:no-repeat;
height:36px;
width:534px;
font-size:18px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: #dce5c6;
height:60px;
max-height:300px;
}
#footer p {
color: #1c644e;
text-align:center;
margin:50%,auto;
font-size:small;
}

/****************           margins/padding/colors/fonts for three columns           ********/

#leftnav p, #rightnav p { 
	margin: 0 0 1em 0; 
	
	}
#rightnav h1 {
	margin: 0 0 .5em 0;
	font-family:Verdana, sans-serif; 
	color:#eda156;
	font-size:medium;
}
#content h1 {
	margin: 0 0 .5em 0;
	font-family:Verdana, sans-serif; 
	color:#eda156;
	font-size:medium;
}

#content h2 { 
	margin: 0 0 .5em 0;
	font-family:Verdana, sans-serif; 
	color:#eda156;
}
#content img {
padding:1px;
}


/****************           LINKS           ********/
#footer a {
	color:#be420e;
	text-decoration:none;
	border-bottom: 1px dashed #be420e;
}

#footer a:hover {
	color:#eda156;
	text-decoration:none;
	border-bottom:none;
	}
#leftnav a {
	color:#00523d;
	text-decoration:none;
}

#leftnav a:hover {
	color:#eda156;
	text-decoration:none;
	border-bottom:none;
	}
	
#rightnav a {
	color:#be420e;
	text-decoration:none;
	border-bottom: 1px dashed #be420e;
}

#rightnav a:hover {
	color:#eda156;
	text-decoration:none;
	border-bottom:none;
	}
	
#content a {
	color:#1c644e;
	text-decoration:none;
}

#content a:hover {
	color:#eda156;
	text-decoration:none;
	border-bottom:none;
}	
/****************                NAVIGATION IN left COLUMN         *******/

#nav {
	list-style:none;
	padding-top:88px;
	padding-left:5px;
	margin:0 auto;
	}

#nav li {
	background:#b0d7d4;
	width:110px;
	height:1.8em;
	line-height:1.8em;
	text-align:center;
	font-size:16px;
	margin:5px 0;
	border-left: 10px solid #eda156;
	border-bottom:1px solid #eda156;
	border-right:1px solid #eda156;
}	

#nav li a {
	color:#333;
	text-decoration:none;
	display:block;
	width:110px;
}	

#nav li a:hover {
	background:#4197e3;
	color:#fff;
}
.active {
    background:#4197e3;
	color:#fff;
	}