body {
	margin: 0px;
	background-image: url(../images/BackPage.gif);
	background-repeat:repeat-x;
	background-color: #555d6d;
	color: #3f3f3f;
	}

.BodyTable {
	background-color: #ffffff;
	}

#RateMonitor {
	background-image:url(../images/RateMonitor.gif);
	background-repeat: no-repeat;
	background-color:#e6e1d6;
	padding: 40px 10px 15px 10px;
	}
	
#MemberPoll {
	background-image:url(../images/MemberPoll.gif);
	background-repeat: no-repeat;
	background-color:#e6e1d6;
	padding: 40px 10px 15px 10px;
	}
	
#RightColumn {
	background-color:#e8e5d8;
	width: 171px;
	vertical-align: top;
	}
	
#CenterColumn {
	width: 434px;
	vertical-align: top;
	}
	
#LeftColumn {
	background-image: url(../images/BackSubNav.gif);
	background-repeat: repeat-x;
	background-color: #dadada;
	vertical-align: top;
	width: 150px;
	}
	
.MCIScroll {
	padding: 10px;
	height: 254px;
	width: 340px;
	overflow: auto;
	}


/*--------------------Home News--------------------*/

#HomeNews {
	padding: 30px 20px 20px 20px;
	background-image: url(../images/BackNews.gif);
	background-repeat: no-repeat;
	}
	
#HomeNews a:link, #HomeNews a:visited {
	color: #2a4380;
	text-decoration: none;
	font-weight:bold;
	}
	
#HomeNews a:hover {
	color: #2a4380;
	text-decoration: underline;
	font-weight:bold;}
	
/*--------------------Child Content--------------------*/

#ChildContent {
	width: 566px;
	height: 300px;
	padding: 10px 20px 20px 20px;
	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;
	}		
	
/*--------------------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/Back_ChildNav.gif);
	background-repeat:no-repeat;
	padding: 20px 10px 10px 10px;
	height: 121px;
	color: #223667;
	}
	
#SubNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#SubNav li {
	list-style-image: none;
	margin: 2px 0 0 0;
	padding: 1px 1px 5px 1px;
	border-bottom: 1px solid #e2e2e2;
	}
	
#SubNav li.last {
	margin: 2px 0 0 0;
	padding: 1px 1px 5px 1px;
	border-bottom: 1px solid #e2e2e2;
	}
	
#SubNav li a:link, #SubNav li a:visited {
	color: #223667;
	text-decoration: none;
	}
	
#SubNav li a:hover {
 	color: #223667;
	text-decoration: underline;
 	}

