body {
	margin: 0;
	padding: 0;
	background: url(../images/Back_Page.jpg) repeat-x #012e45;
	color: #2b261d;
	font-family: Tahoma, Arial;
	font-size: 8.5pt;
	}
	
#container {
 	width:984px;
 	margin-right:auto;
 	margin-left:auto;
	}	
	
/*--------------Top--------------*/

#Top {
	margin: 0;
	height: 86px;
	background: url(../images/Back_Top.jpg) no-repeat;
	text-align: right;
	vertical-align: top;
	}
	
#Top p {
	margin: 10px 25px 0 0;
	color: #85b4cc;
	}
	
#Top a:link, #Top a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#Top a:hover {
	text-decoration: underline;
	}
	
/*--------------Nav--------------*/

#Nav {
	background: url(../images/Back_Nav.jpg) no-repeat top left;
	}

	
/*--------------HomeContainer--------------*/

#HomeContainer {
	background: url(../images/Back_HomeContainer.gif) repeat-y top left;
	min-height: 100px;
	}
	
#HomeLeftCol {
	padding: 0;
	margin: 0;
	background: url(../images/Back_HomeLeftCol.jpg) no-repeat;
	vertical-align: top;
	width: 248px;
	}
	
#HomeRightCol {
	vertical-align: top;
	width: 736px;
	}
	
/*--------------RatesHome--------------*/
	
#RatesHome {
	padding: 46px 17px 20px 24px;
	background: url(../images/Back_RatesHome.gif) no-repeat;
	color: #ffffff;
	}
	
#RatesHome td {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #7d996b;
	}
	
#RatesHome td.button {
	padding-top: 12px;
	border-bottom: none;
	text-align: right;
	}
	
/*--------------PollingHome2--------------*/
	
#PollingHome2 {
	padding: 46px 17px 20px 24px;
	background: url(../images/Back_PollHome2.gif) no-repeat;
	color: #ffffff;
	}
	
#PollingHome2 strong, #PollingHome2 b {
	color: #ffffff;
	font-weight: bold;
	}
	
/*--------------NewsHome--------------*/
	
#NewsHome {
	padding: 79px 10px 20px 20px;
	background: url(../images/Back_NewsHome.gif) no-repeat;
	vertical-align: top;
	width: 427px;
	font-size: 11pt;
	}
	
#NewsHome p {
	text-align: justify;
	}
	
#NewsHome a:link, #NewsHome a:visited {
	color: #14638c;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	} 
	
#NewsHome a:hover {
	text-decoration: underline;
	} 
	
/*--------------cHome2--------------*/
	
#RatesHome2 {
	padding: 79px 20px 20px 12px;
	background: url(../images/Back_RatesHome2.gif) no-repeat;
	vertical-align: top;
	width: 247px;
	}

#RatesHome2 td {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #d3d2b9;
	}
	
#RatesHome2 td.button {
	padding-top: 12px;
	border-bottom: none;
	text-align: right;
	}

	
/*--------------ChildContainer--------------*/

#ChildContainer {
	background: url(../images/Back_ChildContainer.gif) repeat-y top left;
	min-height: 200px;
	}
	
#ChildContent {
	padding: 26px 26px 25px 12px;
	vertical-align: top;
	width: 698px;
	}
	
#ChildContent p {
	text-align: justify;
	line-height: 12pt;
	}
	
#ChildContent a:link {
	color: #772c19;
	}
	
#ChildContent a:hover {
	text-decoration: none;
	}

#ChildContent a:visited {
	color: #9f432c;
	}
	
#ChildContent ul li {
	list-style-image: url(../images/Bullet.gif);
	margin-left: -10px;
	}
	
/*--------------ContentTable--------------*/

#ContentTable {
	margin-bottom: 20px;
	border-top: 1px solid #dbdac2;
	border-bottom: 4px solid #dbdac2;
	}

#ContentTable td {
	border-bottom: 1px solid #dbdac2;
	vertical-align: top;
	}
	
	
/*--------------SubNav--------------*/

#SubNav {
	padding: 26px 23px 100px 26px;
	margin: 0;
	vertical-align: top;
	background: url(../images/Back_SubNav.jpg) no-repeat top left;
	width: 199px;
	min-height: 200px;
	}
	
#SubNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#SubNav li {
	margin: 0;
	padding: 6px 21px 6px 18px;
	background: url(../images/Back_SubNavLi.gif) no-repeat;
	border-bottom: 1px solid #538dab;
	list-style-image: none;
	font-size: 1.1em;
	}
	
#SubNav li.last {
	margin-bottom: 25px;
	border-bottom: none;
	}
	
#SubNav li a:link, #SubNav li a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#SubNav li a:hover {
	text-decoration: underline;
 	}


	
/*--------------Footer--------------*/
	
#Footer {
	padding: 12px 25px 0 0;
	background: url(../images/Back_Footer.jpg) no-repeat;
	color: #ffffff;
	text-align: right;
	height: 144px;
	}
	
#Footer a:link, #Footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#Footer a:hover {
	text-decoration: underline;
	}
	
	
/*--------------Clear fix--------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
