body{ 
 margin: 0px;
 padding: 0px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #444444;
 font-size: 11px;
 background-color: #8e774d;
 background-image: url(../images/pgbg.jpg);
 background-repeat: repeat-x;
 background-position: top;
}
a:link, a:visited{
  color:  #4C86C4;
  font-weight: bold;
  text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}

a:link img, a:visited img, a:hover img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}
img{
	margin: 0px;
	outline: none;
}
th, td { /* ns 4 */
  font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C;}
h1 { font: bolder 150% sans-serif; text-align: center;}
h2 { font: 125% }
h3 { font: 110%}
h4 { font: bold 100% }
h5 { font: italic 100% }
h6 { font: small-caps 100% }
.hdr-bg{
 background-image: url(../images/hdr-bg.jpg);
 background-repeat: no-repeat;
 background-position: top;
 background-color: #91C546;
 height: 222px;
font-size: 10px; 
}
div.title{
	width: 310px;
	height: 60px;
	margin: 58px 0px 0px 105px;
	text-align: justify;
	font-size: 10px;
	float: left;
	position: absolute;
}
div.title span, div.featured span{
	font-size: 11px;
	color: #054f72;
	font-weight: bold;
}
div.featured{
	position: relative;
	float: right;
	width: 300px;
	margin-right: 10px;
	text-align: justify;
}
.lcontent{
	background-color: White;
	padding: 15px;
	font-size: 12px;
	line-height: 20px;
}
.rnav{
	background-color: White;
	padding: 20px;
 	font-size: 12px;
}

.rnav a:link, .rnav a:visited, .rnav a:hover{
	line-height: 20px;
}
div.topnav{
color: White;
width: 740px;
margin: auto;
text-align: right;
}
div.topnav a:link, div.topnav a:visited{
color: White;
font-weight: normal;
text-decoration: none;
}
div.topnav a:hover{
	text-decoration: underline;	
}
div.footer{
color: White;
width: 760px;
margin: auto;
text-align: center;
}
div.footer a:link, div.footer a:visited{
color: White;
font-weight: normal;
text-decoration: none;
}
div.footer a:hover{
	text-decoration: underline;	
}
.image{
	color: Red;
}
.link a:link{
color: #7CDC7D;
}


