body {
background-color:#D3E8C5;
}

#HomeHeaderWrapper {
background-image:url(Images/HomeHeaderTile.jpg);
background-position:top;
background-repeat:repeat-x;
height:421px;
text-align:center;

}

#HomeContentWrapper .Normal h2 {
	line-height:150%;
}


.CopyrightText ,
.CopyrightText A:link, 
.CopyrightText A:visited, 
.CopyrightText A:active, 
.CopyrightText A:hover {
color:#354F7E;
line-height:20px;
font-size:.88em;
}

#HomeContentOuterWrapper {
border-bottom:1px #a3cd8a solid;

}

#HomeContentWrapper,
#HomeMinorContentWrapper {
width: 850px;
margin: 0 auto;
clear:both;
min-height:100px;
background:url(Images/HomeContentWrapperTile.jpg) repeat-y center;
padding-top:10px;
}

#HomeMinorContentWrapper {
	background:none;
}


.HomeLeftPane {
float: left;
width:270px;
padding-right:10px;
}

.HomeRightPane {
float:right;
width:270px;
padding-left:10px;
}

.HomeCenterPane {
margin: 0px 293px 0px 293px;
}

HomeBottomContent {
width:850px;
margin: 0px auto;
}

.HomeFlashPane {
height: 180px;

}


#HomeSearch {
float:right;
background-image:url(Images/HomeSearchBG.jpg);
background-repeat:no-repeat;
width:225px;
padding-left: 50px;
height:21px;
padding-top: 14px;
}


