@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #4f332b;
	background-color: #E5DED4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: none; 
	font-weight:bold;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}


.container {
	width: 960px; 
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.header {
	background-image: url(images/header.jpg);
	height: 239px;
	margin-bottom: 20px;
}


.sidebar1 {
	float: left;
	width: 287px;
	padding-bottom: 10px;
}
.content {
	width: 653px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}


.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	color: #E0D9D1;
	background-color: #4F332B;
	font-size: 10px;
	text-align: center;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#calltoaction {
	display:block;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:1em;
	padding:20px 0px;
	color:#4f332b;
}
.container .content  h1 {
	font-size: 1.4em;
}
.container .footer a {
	color: #FC3;
}
