@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
}


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: #006;
	text-decoration: underline; 
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; 
}


.header {
	background-color: #CCC;
}


.sidebar1 {
	float: left;
	width: 250px;
	padding-bottom: 0px;
	background-color: #086550;
}

.sidebar_top {
	background-image: url(images/top.jpg);	
}

.sidebar_bottom {
	background-image: url(images/bottom.jpg);

	
}
.content {

	padding: 10px 0;
	width: 750px;
	float: left;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	
	margin-bottom: 15px; 
}
ul.nav li {
	background-image: url(images/button.png);	
	background-repeat: no-repeat;
	background-position: center;
	

	
}
ul.nav a, ul.nav a:visited {
	
	padding: 5px 5px 5px 15px;
	display: block;
	width: 230px;
	text-decoration: none;
	
}
ul.nav a:hover, ul.nav a:focus {
background-image: url(images/buttonpressed.png);
	background-repeat: no-repeat;
	background-position: center;
}



.footer {
	position: relative;
	clear: both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #CCC;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .sidebar1 div h6 {
	color: #FFF;
}
