html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font: normal 90%/135% Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFEBC3 url(../images/back.gif) repeat;
}
a {
	color: #820001;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #AF0001;
	text-decoration: underline;
}
 a.more {
	background:url(../images/linkBullet.gif) no-repeat 0 4px;
	text-decoration:none;
	font-weight: bold;
	color:#000000;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

 a:hover.more {
	background:url(../images/linkBulletOver.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:underline;
}

p {
	font-size: 100%;
}

div.hr {
	height: 2px;
	background: url(../images/hr.gif) repeat-x scroll center;
	padding: 1em;
}
div.hr hr {
  display: none;
}

 
.clearboth { 
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
 


#Footer {
	float: left;
	font-weight: bold;
	text-align: center;
	border-top: 7px solid #00841D;
	margin-top: -10px;
	vertical-align: bottom;
}

#Footer #TextLinks {
	padding: 10px;
	float: left;
	color: #00841D;
width: 680px;
	background: #EBDAA0 url(../images/bg-footerLinks.gif) repeat-x;
}

#Footer #TextLinks a {
	color: #010101;
	text-decoration: none;
	padding: 1%;
	font-size: 90%;
}

#Footer #TextLinks a:hover {
	color: #00841D;
}


#Footer #Disclaimer {
	color: #EDEDED;
	font-size: 100%;
	padding: 10px;
	font-weight: normal;
width: 680px;
	background: #B90001 url(../images/bg-footerDisclaimer.gif) repeat-x;
}

#Footer #Disclaimer p {
	padding-top: 30px !important; padding-top: 5px;
}
