/*
the colors:
dark green: #3c6a67;
light green:#838c5b;
yellow: #e1a959;

*/

body  {
	margin: 0px;
	text-align:center;
	scrollbar-face-color: #ffffff; 
	scrollbar-shadow-color: #e9e9e9; 
	scrollbar-highlight-color: #e9e9e9; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #e9e9e9;
	}
#base {
	width: 730px;
	margin: 0px auto;
	background-image: url(images/silhouette.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align:left;
	}
#content {
	width: 500px;
	text-align:left;
	background-image:url(images/banner.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #e9e9e9;
	min-height: 410px;
	margin:0px 0px 20px 0px;
	padding-bottom: 20px;
	}
@media all {
	* html #content {
		height: 410px;
	}
}
#base>#content {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #ffffff;
	}

#nav {
	margin:80px 10px 0px 0px;
	text-align:right;
	height: 20px;
	}
#nav a, #nav b{
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	font-family:  verdana,sans-serif;
	text-decoration:none;
	color: #000000;
	}
#nav a.active, #nav b {
	color: #3c6a67;
	font-weight: bold;
	}
	
#subnav {
	margin: 0px 30px 10px 0px;
	text-align:right;
	height: 20px;
	}
#subnav a, #subnav span {
	font-size: 11px;
	line-height: 18px;
	font-family:  verdana,sans-serif;
	color: #3c6a67;
	}
#subnav span {
	color: #000000;
	text-decoration:none;
	}

#nav a:hover, #subnav a:hover  {
	background-color: #83ac5b;
	}


h3,h5 {
	margin: 5px 10px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	color: #000000;
	}
h5 {
	font-size: 12px;
	line-height: 16px;
	color: #83ac5b;
	}

p,dl {
	font-size: 11px;
	line-height: 16px;
	font-family: verdana,sans-serif;
	color: #000000;
	margin: 5px 10px;
	}
p a, dl a {
	color: #3c6a67;
	}
p a:hover, dl a:hover {
	color: #83ac5b;
	}
dd {
	margin: 0px 0px 0px 1em;
	}
	
