@charset "UTF-8";


html, body {
	height: 100%;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #EDEDED;
	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:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: url(../images/body_bg.png) top repeat-y;
	margin: 0 auto; 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	min-height: 100%; 
}

.header {
	background: #000000;
	padding-bottom: 0px;
}

.sidebar1 {
	float: left;
	width: 200px;
	background: #93A5C4;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0 10px 20px;
	width: 740px;
	min-height:805px;
	float: left;
}


.content ul, .content ol { 
	padding: 0 10px 10px 10px; 
}


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; 
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #6F7D94;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	background: #000000;
	color: #fff;
	position: relative; 
	bottom: 0px;
	width: 960px;
	clear: both; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



