/* CSS Document */

body
{
    background-position: center 0px;
    background-color: #005836;
    background-repeat: no-repeat;
}

a:link{
	color:#0D4A74;
}

a:hover{
	color:#7D8433;
}

a:visited{
	color:#7D8433;
}

a:active{
	color:#7D8433;
}
	
#container{
	width:1024px;
	height: auto; 
	margin:1em auto;
}

#mainnav{
	width:1024px;
	height:41px;
	background-color:#7D8434;
	margin-top:7px;
	margin-bottom:7px;
}	
		
#columns {
    width:1024px;
}
 
#centercolumn{
	height: 783px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:1024px;
	float:left;
}	
	
#header{
	height:139px;
	background-image:url(/img/res/Header.gif);
}

#footer{
	width:1024px;
	height:56px;
	background-image:url(/img/res/Footer.gif);
	margin-top:7px;
}
	
#homefooter
{
    background-position: center;
    background-image: url(/img/homegreen/footer_text.png);
    color: White;
    font-family: Georgia;
    font-size: 11pt;
    text-align: center;
    width: 862px;
    height: 91px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    line-height: 12pt;
    white-space: nowrap;
    background-repeat: no-repeat;
}
	
#leadingyouhome{
	margin-top:15px;
}	

.slideshow { 
	height: 280px; 
	width: 862px; 
	margin: auto;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:3px;
}

.slideshow img { height:280px; width:862px;  }


