@charset "UTF-8";
/* CSS Document */

body {
	font: 10pt Helvetica;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 150%;
	color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #A3B65C;}
	
.twoColFixLtHdr #container { 
	width: 950px;
	background: #FFFFFF;
	background-image: url(images/bg2.png);
	background-repeat: repeat-y;
	margin: auto; 
	text-align: left;}
	
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px; }
	
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px 0;}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #fff;
	padding: 15px 10px 15px 20px;}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px;
	padding: 0 20px 0 0;}
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background: #306;}
	
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 30px 0; 
	text-align: center;
	color: #fff;}
	
.twoColFixLtHdr #footer a {
	margin: 0; 
	padding: 30px 0; 
	text-align: center;
	color: #fff;}
	
.fltrt { 
	float: right;
	margin-left: 8px;}
	
.fltlft { 
	float: left;
	margin-right: 8px;}
	
.clearfloat { 
	clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;}
	
.h1 {
	color: #306;
	text-decoration:underline;
	padding-bottom: 0px;
	font-size: 24px;
	line-height: 100%;}
	
.h2 {
	color: #F90;
	text-decoration:underline;
	font-size: 18px;}
	
	.davi {
		color: #306;
		text-decoration:underline;
		padding-bottom: 0px;
		font-size: 34px;
		line-height: 100%;}
	
a {
	color: #000;}

#menu3 {
	width: 200px;
	float:left;}

#menu3 ul {
	font-family: Helvetica, sans-serif;
	list-style-type: circle;
	list-style-position: inside;
	margin: 0;
	padding: 0;}
	
#menu3 li {
	display: inline; /* for IE5 and IE6 */}

#menu3 a {
	color: #000;
	text-deco ration: none;
	font-size: 16px;
	display: block;
	width: 160px;
	background-image: url(images/nav_bg.png);
	border-bottom: 1px solid #fff;
	border-left: 7px solid #603;
	padding: 15px 10px 15px 20px;}

#menu3 a:link, #menu3 a:visited {
	color: #000;
	text-decoration: none;}

#menu3 a:hover {
	border-left: 7px solid #306;
	background-color: #fff;}

#menu3 li a#current {
	color: #000000;
	background-color: #fff;
	border-left: 7px solid #306;}
	
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
