body {
	background-image: url(../images/BackPage.gif);
	background-repeat:repeat-x;
	background-color: #0a3443;
	color: #3f3f3f;
	margin: 0px;
	}
	
.BodyTable {
	background-color: #ffffff;
	}
	
.Spacer {
	height: 10px;
	}

#RateMonitor {
	background-color:#f6f6f6;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 2px 7px 0px 7px;
	width: 140px;
	height: 133px;
	vertical-align:top;
	}
	
#QuickLinks {
	background-image:url(../images/BackQuickLinks02.gif);
	background-repeat:repeat-y;
	width: 170px;
	vertical-align:top;
	}

#TextLinks {
	background-image:url(../images/QuickLinks15.gif);
	background-repeat: no-repeat;
	text-align:center;
	vertical-align:middle;
	height: 43px;
	}
	
#TextLinks a:link, #TextLinks a:visited {
	color: #ffffff;
	text-decoration:none;
	}		
	
#TextLinks a:hover {
	color: #ffffff;
	text-decoration:underline;
	}
	
#HomeAd {
	width:434px;
	height: 150px;
	vertical-align:top;
	}
	
#HomeMidContainer {
	height: 150px;
	vertical-align:top;
	}

/*--------------------Home News--------------------*/

#HomeNews {
	padding: 30px 15px 15px 15px;
	background-image: url(../images/NewsHeader.gif);
	background-repeat: no-repeat;
	background-color:#ffffff;
	width: 561px;
	height:300px;
	vertical-align:top;
	}
	
#HomeNews a:link, #HomeNews a:visited {
	color: #2a4380;
	text-decoration: none;
	font-weight:bold;
	font-size: 9.75pt;
	}
	
#HomeNews a:hover {
	color: #2a4380;
	text-decoration: underline;
	font-weight:bold;
	font-size: 9.75pt;
	}
	
/*--------------------Child Content--------------------*/

#ChildContent {
	padding: 0px 30px 30px 30px;
	background-color:#ffffff;
	width: 531px;
	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: #2a4381;
	text-decoration:underline;
	}		
	
#ChildContent a:hover {
	color: #2a4381;
	text-decoration: none;
	}
	
#ChildContainer {
	height: 250px;
	vertical-align: top;
	}
	
/*--------------------Footer--------------------*/

#Footer {
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
	width: 757px;
	height: 35px;
	padding: none;
	color: #ffffff;
	text-align: left;
	}
	
#Footer a:link, #Footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#Footer a:hover {
	text-decoration: underline;
	}
		
/*--------------------Sub Nav--------------------*/

#SubNav {
	background-image:url(../images/BackQuickLinks.gif);
	background-repeat:repeat-y;
	width: 150px;
	vertical-align:top;
	padding: 20px 10px 10px 10px;
	}
	
#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: #0d5c8c;
	text-decoration: none;
	}
	
#SubNav li a:hover {
 	color: #154461;
	text-decoration: underline;
 	}
