@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background: url(images/bgb.jpg) top repeat-x;
}
a { 	text-decoration: none;
border-bottom:#063 1px dotted;
	color: #063;
}
#shell {
	width: 1000px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	height: 250px;
	width: 1000px;
	background: url(images/bannerfp.jpg) no-repeat;
	margin-bottom: 20px;
}
#content {
	float: left;
	width: 1000px;
	margin-top: 20px;
}
#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #508c4d;
	margin-right: 0;
	padding-bottom: 4px;
		line-height:1.6em;
	border-bottom: 1px dotted #666666;
}
#content h2 {
	font-size:18px;
	color: #666666;
	margin-bottom: 5px;
	line-height:1.6em;
		font-weight:normal;
}
#content h3 {
	font-size: 15px;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 2px;
	line-height: 1.4em;
	font-weight: normal;
}
#content h4 {
		font-size:12px;
		text-transform:uppercase;
	color: #C30;
	margin-bottom: 2px;
	line-height:1.6em;
	font-weight:bold;
}
#content h5 {
	font-size: 13px;
	color: #666666;
	line-height: 1em;
	font-weight: normal;
	margin: 3px 0;
}
#content p {
	padding: 0px;
	line-height: 22px;
}
#footer {
	background: url(images/footerfp.jpg) repeat;
	float:left;
	height: 61px;
	width: 100%;
	margin-bottom: 0;
}
#footer p {
	color: #666666;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 20px;
	text-align:center;
}
#footer h1 {
	font-size: 11px;
	color: #FFFFFF;
	margin-top: -31px;
	float: right;
	padding-right: 10px;
	font-weight: normal;
}
#kpm {
	float: right;
	height: 60px;
	width: 400px;
}
#kpm a {
	text-decoration: none;
	color: #666666;
}
#kpm p {
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 17px;
}
#fineline {
	float: left;
	height: 60px;
	width: 400px;
}
#fineline p {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	color: #666666;
}
.style1 {
	font-size: 11px;
	text-align: left;
}
.blacklink a {
	color: #000;
	text-decoration:none;
}
.footnote {
	padding-left: 20px;
	font-size: 11px;
	font-style: italic;
}
.fltr {
	float: right;
	margin-left:12px;
}

#ads {
	margin-top: 20px;
	text-align: left;
}
  #left img, #middle img, #right img { 
  	float: left;
  	height: 85px;
  	width: 254px;
  margin-bottom: 7px;
	margin-right: 7px; 
	padding: 3px; 
	border: 1px solid #ddd; }
	
  #left { }
  #middle { }
  #right { 
  	margin-right: -13px; }
	
	.drop_menu {
	background:#c6e0bc;
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
}
.drop_menu li { float:left; }
.drop_menu li a {
	padding:9px 16px;
	border-right:#FFF 2px solid;
	display:block;
	color:#000;
	text-decoration:none;
	font:11px arial, verdana, sans-serif;
	text-transform:uppercase;
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}
.drop_menu li:hover { position:relative; background:#a2c197; }
.drop_menu li:hover ul {
	left:0px;
	top:30px;
	background:#b4cfaa;
	padding:0px;
}

.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	width:168px;
text-align:left;
	background-color:#b4cfaa;
}
.drop_menu li:hover ul li a:hover { background:#a2c197; }
