@charset "UTF-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ABB894;
	background-image: url(body-gradient.png);
	background-repeat: repeat-x;
}
#container {
	width: 767px;
	background: #FFFFFF;
	margin: 20px auto;
	border: 1px solid #666666;
	text-align: left;
} 
#header {
	background-image: url(editable/header.jpg);
	background-repeat: no-repeat;
	height: 254px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B0AFAF;
} 
#header h1 {
	margin: 0;
	padding: 10px 0; 
}
#sidebar {
	float: left;
	width: 200px;
	padding: 15px 10px 15px 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}
 #navlist {
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px solid gray;
	width: 190px;
}
 #navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
	padding-left: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #718054;
}
 #navlist li a {
	text-decoration: none;
	color: #475235;
}
#navlist li a:visited {
	color: #7F905F;
}
#navlist li a:hover {
	color: #CC6600;
}
#mainContent {
	margin: 0 0 0 250px;
	padding: 0 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 2em;
} 
#footer {
	padding: 0px;
	background-image: url(editable/footer.jpg);
	background-repeat: no-repeat;
	height: 79px;
} 
#subfooter {
	background-color: #869864;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#subfooter p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.h1 {
	font-size: 14px;
	color: #606E47;
}
.h2 {
	font-size: 12px;
	color: #606E47;
}
.h3 {
	font-size: 10px;
	color: #606E47;
}
a:link {
	color: #474e26;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4C5328;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #999999;
}


