.Container{
	width: 800px;
	background-color:#FFF;
	text-align:left;
	margin: 0 auto;

	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.Content
{
	width:100%;
}
BODY {
  background:#333;
  color: #000000;
  margin: auto 0px;
  text-align: center;
  padding: 0px;
}


a.infoBoxHeading {
	color: #FFF;
}
.HeaderSearchLink{
	font-size: 10px;
	color:black;
	text-decoration:none;
}

.HDivider{
	clear:both;
	background-image:url(_images/hdivider.png);
	background-repeat:repeat-x;
	height:3px;
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ~~ The navigation list styles */
ul.NavBar {
	list-style: none; /* this removes the list marker */
	margin-bottom: 10px;
	padding:0px;
	background-color:#88171A;
	width:100%;
	height:30px;
}
ul.NavBar li {
	float:left;
}
ul.NavBar a, ul.NavBar a:visited {
	padding: 0px 11px 0px 11px;
	display: block;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-decoration: none;
	background-color:#88171A;
	white-space:nowrap;
	color:#FFF;
	font-size:10px;
	text-transform:capitalize;
	font-weight:bold;
}
ul.NavBar a:hover{
	color:#FC9;	
}
ul.NavBar a:hover, ul.NavBar a:active, ul.NavBar a:focus {
}



TR.footer {
  background-color:#88171A;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#FFF;
  font-weight: bold;
  text-align:center;
}
a.footer {
	color: #fff;	
}
