body {
  font-family: Georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
  margin:0px 0px; padding:0px;
  text-align:justify;
  font-size:12px;
}

a
{
	text-decoration:none;
	font-weight:bold;
	color:white;
}
a:hover
{
	text-decoration:underline;
}
.OuterBorder {
	width:1000px;
	margin:0px auto;
	text-align:left;
	border:1px #d1d1d1;
	border-style:solid;
	background-color:#fff;
}

.TopBlackBar {
	width: 490px;
	background-color: black;
	color:white;
	padding: 4px;
	float: left;
	border:1px #000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	border-style:solid;
}
.ImageContentArea {
	width: 500px;
	padding: 0px;
	float: left;

}
.BlackBar{
	width: 1000px;
	background-color: black;
	float: none;
	height: 4px;
	
}
.Footer{
	margin: 10px;
	width: 950px;
	color: black;
	text-align: center;
}
.Footer a{
	color: navy;
}