body {
	margin-top: 0px;
	background-image: url(../images/BackPage.gif);
	color: #515151;
	}

.BodyTable {
	background-color: #ffffff;
	margin-top: 10px;
	}

#RightColHome {
	background-image:url(../images/Back_RightColHome.gif);
	background-repeat: no-repeat;
	background-color:#e6e1d6;
	padding: 40px 6px 30px 6px;
	}
	
#RightColOther {
	background-image:url(../images/Back_RightColOther.gif);
	background-repeat: no-repeat;
	background-color:#e6e1d6;
	padding: 28px 0px 0px 0px;
	}
	
#RightColumn {
	background-color:#e6e1d6;
	}
	
#MemberPoll {
	background-image:url(../images/Back_MemberPoll.gif);
	background-repeat: no-repeat;
	padding: 40px 6px 10px 12px;
	}


/*--------------------Home News--------------------*/

#HomeNews {
	padding: 30px 20px 20px 20px;
	background-image: url(../images/Back_NewsHome.gif);
	background-repeat: no-repeat;
	}
	
#HomeNews a:link, #HomeNews a:visited {
	color: #9d3e2e;
	text-decoration: none;
	font-weight:bold;
	}
	
#HomeNews a:hover {
	color: #9d3e2e;
	text-decoration: underline;
	font-weight:bold;}
	
/*--------------------Child Content--------------------*/

#ChildContent {
	padding: 10px 30px 30px 20px;
	}
	
#ChildContent a:link, #ChildContent a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#ChildContent a:hover {
	text-decoration: underline;
	}
	
#ChildContent h1 {
	font-size: 14pt;
	color: #8e362a;
	letter-spacing: .2em;
	border-bottom: 2px solid #bbaf94;
	}

#ChildContent p {
	text-align: justify;
	}
	
#ChildContent a:link, #ChildContent a:visited {
	color: #52739F;
	text-decoration:underline;
	}		
	
#ChildContent a:hover {
	color: #52739F;
	text-decoration: none;
	}		
	
/*--------------------Footer--------------------*/

#Footer {
	background-image: url(../images/Footer.gif);
	height: 56px;
	padding: 6px;
	color: #ffffff;
	text-align: right;
	}
	
#Footer a:link, #Footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#Footer a:hover {
	text-decoration: underline;
	}
		
/*--------------------Sub Nav--------------------*/

#SubNav {
	background-color: #52739f;
	padding: 10px;
	color: #ffffff;
	}
	
#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 dotted #7b94b6;
	}
	
#SubNav li.last {
	margin: 2px 0 0 0;
	padding: 1px 1px 5px 1px;
	border-bottom: 0;
	}
	
#SubNav li a:link, #SubNav li a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#SubNav li a:hover {
 	color: #ffffff;
	text-decoration: underline;
 	}
