body {
	background-image: url(../images/BackPage.gif);
	background-repeat:repeat-x;
	background-color: #fbfaf1;
	color: #3f3f3f;
	margin: 0px;
	}
	
.BodyTable {
	background-color: #ffffff;
	}
	
.TopTable {
	margin-top: 10px;
	}

#CurrentRates {
	background-image:url(../images/Headers/Rates_Home.gif);
	background-repeat:no-repeat;
	padding: 67px 20px 20px 20px;
	width: 182px;
	vertical-align:top;
	}
	
#Location {
	background-image:url(../images/Headers/Loc_Home.gif);
	background-repeat:no-repeat;
	padding: 67px 20px 20px 20px;
	width: 167px;
	vertical-align:top;
	}
	
#QuickLinks {
	vertical-align:top;
	padding: 1px;
	}

/*--------------------Top--------------------*/
	
#TopLinks {
	background-image:url(../images/Top01.gif);
	background-repeat:no-repeat;
	padding-top: 77px;
	width: 285px;
	height: 20px;
	color:#73a259;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9.5pt;
	}
	
#TopLinks a:link, #TopLinks a:visited {
	color: #73a259;
	text-decoration: none;
	}
	
#TopLinks a:hover {
	color: #639548;
	text-decoration: underline;
	}
	
#TopPic {
	width: 475px;
	height: 97px;
	}
	
/*--------------------Text Links--------------------*/

#TextLinks {
	background-image:url(../images/QuickLinks15.gif);
	background-repeat: no-repeat;
	text-align:center;
	vertical-align:middle;
	height: 43px;
	margin: 0;
	}
	
#TextLinks a:link, #TextLinks a:visited {
	color: #ffffff;
	text-decoration:none;
	}		
	
#TextLinks a:hover {
	color: #ffffff;
	text-decoration:underline;
	}
	
/*--------------------Banner--------------------*/
	
#Banner {
	vertical-align:top;
	padding-top:1px;
	padding-right:1px;
	padding-bottom:1px;
	}
	
/*--------------------Banking--------------------*/
	
#Banking {
	vertical-align:top;
	padding-top:1px;
	padding-right:1px;
	padding-bottom:1px;
	}
	
/*--------------------Container--------------------*/
	
.MidContainer {
	border: 1px solid #8dba75;
	background-color: #ffffff;
	vertical-align:top;
	}
	
.HomeContentContainer {
	background-image:url(../images/BackContent.gif);
	background-repeat:repeat-y;
	background-color: #ffffff;
	vertical-align:top;
	border-bottom: 1px solid #8dba75;
	}
	
.BottomContainer {
	margin-top:18px;
	}
	
.ChildContainerTable {
	background-color: #ffffff;
	vertical-align:top;
	border: 1px solid #8dba75;
	}

/*--------------------Home News--------------------*/

#News {
	padding: 67px 20px 20px 20px;
	background-image: url(../images/Headers/News_Home.gif);
	background-repeat: no-repeat;
	width: 291px;
	vertical-align:top;
	}
	
#News a:link, #News a:visited {
	color: #8e6718;
	text-decoration: none;
	font-weight:bold;
	}
	
#News a:hover {
	color: #8e6718;
	text-decoration: underline;
	font-weight:bold;
	}

/*--------------------Home Quote--------------------*/

#HomeQuote {
	padding-top: 67px;
	padding-bottom: 15px;
	background-image: url(../images/Headers/Quote_Home.gif);
	background-repeat: no-repeat;
	vertical-align:top;
	}
	
/*--------------------Child Content--------------------*/

#ChildContent {
	padding: 0px 30px 30px 30px;
	width: 509px;
	height: 300px;
	vertical-align:top;
	}
	
#ChildContent a:hover {
	text-decoration: underline;
	}
	
#ChildContent h1 {
	font-family: Verdana;
	font-size: 11pt;
	color: #ffffff;
	background-color: #cbb05d;
	border: 1px solid #ae923e;
	padding: 3px 3px 3px 5px;
	}

#ChildContent p {
	text-align: justify;
	}
	
#ChildContent a:link, #ChildContent a:visited {
	color: #53803f;
	text-decoration:underline;
	}		
	
#ChildContent a:hover {
	color: #609449;
	text-decoration: none;
	}
	
#ChildContainer {
	height: 250px;
	vertical-align: top;
	}
	
#ChildHeader {
	width:569px;
	height:51px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	}
	
/*--------------------Footer--------------------*/

#Footer {
	background-image:url(../images/Footer02.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 32px;
	padding: none;
	color: #245124;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9.5pt;
	vertical-align:middle;
	}
	
#Footer a:link, #Footer a:visited {
	color: #245124;
	text-decoration: none;
	}
	
#Footer a:hover {
	color: #ebf292;
	text-decoration: underline;
	}
		
/*--------------------Sub Nav--------------------*/

#SubNav {
	background-color:#d5d190;
	width: 156px;
	vertical-align:top;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 0 15px 15px 15px;
	}
	
#SubNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#SubNav li {
	background-image:url(../images/SubNav_HLine.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	list-style-image: none;
	margin: 2px 0 0 0;
	padding: 3px 1px 5px 1px;
	}
	
#SubNav li.last {
	background-image:none;
	margin: 2px 0 0 0;
	padding: 3px 1px 5px 1px;
	}
	
#SubNav li a:link, #SubNav li a:visited {
	color: #614610;
	text-decoration: none;
	}
	
#SubNav li a:hover {
 	color: #8e6718;
	text-decoration: underline;
 	}
	
#SubNavTop {
	background-image:url(../images/SubNav_Top.gif);
	background-repeat:no-repeat;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	}

