body  {
	font: Helvetica Narrow, sans-serif;
	background: url("/images/bkg_img.jpg");
  	background-repeat: repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #e8ff7e;
}
#container { 
	width: 995px;
	background-color: #313131;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#banner {
	width: 995px;
}
#breadcrumb {
	width:989px;
	z-index:100;
	background-color: #c0c0c0;
	padding: 4px 2px 0 2px;
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .5px;
	color: #000000;
	visibility: visible;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #e8ff7e;
	float: left;
	clear: both;
	height: 18px;
}
#breadcrumb a {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .5px;
	color: #313131;
	text-decoration: none;
}
#breadcrumb a:hover {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration: underline;
}
#breadcrumb img {
	border: none;
	align: center;
}
#bcdesc {
	float: left;
}
#breadcart {
	clip: rect(1px,auto,auto,auto);
	float: right;
	z-index: 101;
	text-align: right;
	height: 20px;
}#sidebar-right{
	background-color:#5bb7c4;
	border: 1px solid #c7dcdf;
	float: right;
	padding:10px 0 200px 0;
	margin-top: 5px;
	text-align:center;
	visibility:visible;
	width:220px;
	z-index:40;
	font-family:Helvetica Narrow, sans-serif;
	color:#5c430c;
	font-size:12px;
}
#sidebar-right a{
	text-align: center;
	color:#5c430c;
	text-decoration:none;
	font-family:Helvetica Narrow, sans-serif;
	font-size:12px;
}
#sidebar-right a:hover{
	text-align: center;
	color:#ffffff;
	text-decoration:underline;
	font-family:Helvetica Narrow, sans-serif;
	font-size:12px;
}
#sidebar-right a img{border:1px solid #c7dcdf;margin-bottom:2px;margin-top:1px;}
#sidebar-right a:hover img {border: 1px solid #ffffff;}
#sidebar-right hr{color:#FFF}
#sidebar-right h4{
	background-color:#5c430c;
	color:#80ca00;
	display:block;
	font-family:Helvetica Narrow, sans-serif;
	font-size:14px;
	font-weight:700;
	margin:4px 0;
	padding:5px 0;
	text-align:center;
}
#sidebar-right div{
	padding-top:2px 0 3px 0;
	text-align:center;
}
#sidebar-right p{
	font-size:12px;
}
#sidebar-right h3{
	color:#5c430c;
	margin-top: -3px;
	font-family:Helvetica Narrow, sans-serif;
	font-size:15px;
	font-weight: bold;
	text-decoration:none;
}
#sidebar-right ul{
	font-family:Helvetica Narrow, sans-serif;
	font-size:12px;
	list-style-type:square;
	text-align:center;
	text-decoration:none;
}
#sidebar-right ul li{
	color:#80CA00;
	font-family:Helvetica Narrow, sans-serif;
	font-size:12px;
	text-align:left;
	text-decoration:none; 
	list-style-type:square;
	margin: 0 2px 2px 2px;
}
#sidebar-right #RelatedTable td {
	padding: 2px;
	vertical-align: top;
	text-align: center;
}
#mainContent {
	background-color: #313131;
	border: 1px solid #c0c0c0;
	float: left;
	width: 982px;
	padding: 0 6px 10px 6px;
	font-size: 13px;
	font-family: Helvetica Narrow, sans-serif;
	line-height: normal;
	color: #e8ff7e;
	visibility: visible;
}
#mainContent a {
	font-family: Helvetica Narrow, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent a:hover {
	font-family: Helvetica Narrow, sans-serif;
	color: #313131;
	background-color: #ffffff;
	font-weight: bold;
}
#mainContent img {
	border: none;
	padding: 6px 6px;
}
#mainContent img a {
	border: none;
}
#mainContent img a:hover {
	border: none;
}
#mainContent hr {
	text-align: center;
	color: #BDCD60;
}
#mainContent h1 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #e8ff7e;
	margin-top: 10px;
}
#mainContent h2 {
	font-weight: bold;
	font-size: 16px;
	font-family:Helvetica Narrow, sans-serif;
	color: #5c430c;
}
#mainContent h5 {
	font-weight: bold;
	font-size: 14px;
	font-family:Helvetica Narrow, sans-serif;
	text-decoration:underline;
	color: #5c430c;
}
#mainContent p {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	vertical-align: top;
	text-align: left;
	display: inline;
	padding: 5px 0;
}
#mainContent .left {
	margin-right: 8px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #80ca00;
	float: left;
}
#mainContent .right {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: right;
}
#mainContent ul li {
	color: #313131;
}
#history {
	float: left;
	width: 750px;
	line-height: normal;
	padding: 0 5px;
}
#history a {
	color: #160C72;
}
#history a:hover {
	color: #FF9933;
	text-decoration: underline;
}
#history a:visited {
	color: #160C72;
}
#history p {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 12px;
	color: #5c430c;
	text-align: left;
	line-height: normal;
}
#historytext {
	width: 420px;
	float: left;
	font-family: Helvetica Narrow, sans-serif;
	font-size: 12px;
	color: #5c430c;
	line-height: normal;
	padding: 0 5px;
}
#historytext p {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 12px;
	color: #5c430c;
	line-height: normal;
}
#historyimage {
	float: right;
	text-align: left;
	width: 300px;
	line-height: normal;
	padding: 0 5px;
}
#chat {
	border:none;
	text-align:center; 
	padding-top: 15px;
}
#images {
	padding: 10px 0;
}
#footer {
	padding: 10px 0 0 0px; 
	font-family: Helvetica Narrow, sans-serif;
	float: left;
	width: 980px;
	background-color: #313131;
	clear: both;
	text-align: center;
	font-size: 9px;
	border-top: 2px solid #e8ff7e;
	visibility: visible;
}
#footer a {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: none;
}
#footer a:hover {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #e8ff7e;
	text-decoration: underline;
}
#footer p {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: small-caps;
	color: #e8ff7e;
	margin-top: 4px;
}
#footer ul {
	list-style-type: none;
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer li {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer hr {
	line-height: 8px;
	color: #80ca00;
}
#footer td {
	text-align: center;
}
#seals {
		margin-top: 20px;
		margin-bottom: 10px;
}
#seals table {
		margin-left: auto;
		margin-right: auto;
}
#seals td {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		vertical-align: middle;
}
.style9, .style11 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e8ff7e;	
}
.heading {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e8ff7e;	
	padding: 15px 0;
}	
#searchresults table tbody tr td {
	width: 150px;
	text-align: center;
	padding: 0 20px;
}
#SearchResult a {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E8FF7E;	
	text-decoration: underline;
}
#SearchResult a:hover {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #313131;	
	background-color: #e8ff7e;
	text-decoration: underline;
}
#mainContent .BannerGuide a {
	color: #313131;
}
#mainContent .BannerGuide a:hover {
	color: #ffffff;
	background-color: #313131;
}

