@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

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

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.header {
	background: #ffffff;
	height: 150px;
}


.sidebar1 {
	float: right;
	width: 200px;
	background: #ffffff;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.content {
	padding: 10px 0;
	width: 760px;
	float: right;
	font-size: 12px;
	display: block;
}
.lefty {
	float:right;
	width: 310px;
}
.lefty1 {
	float:left;
	width: 750px;
}
.lefty2 {
	float:left;
	width: 210px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.container .content .lefty3 .lefty2 p a {
	font-style: italic;
	text-decoration: none;
}
.container .content .lefty3 .lefty2 h2 {
	color: #C60;
}

.lefty3 {
	float:left;
	width: 720px;
	text-align: justify;
}
.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: 180px;
	text-decoration: none;
	background-color: #FFFFFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	background: #fff;
	position: relative;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.container .footer p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	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;
}
