@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}.wrapper {
	height: auto;
	width: 625px;
	margin-left: 250px;
}
p {
margin: 0px;
}
.header {
	float: left;
	height: 75px;
	width: 730px;
}
.spacer {
	background-image: url(images/bar.jpg);
	float: left;
	height: 3px;
	width: 730px;
}
.logo {
	background-image: url(images/logo.jpg);
	float: left;
	height: 21px;
	width: 199px;
	margin-top: 50px;
	margin-left: 1px;
	font-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}		
.logo a {
			width: 199px;
			height: 21px;
			text-indent: -10000px;
			outline: none;
			display: block;
			
		}
.navigation {
	float: right;
	height: 16px;
	width: auto;
	margin-top: 50px;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
.top-adspace {
	float: left;
	height: auto;
	width: 615px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.content-area {
	float: left;
	height: auto;
	width: 760px;
}
.left-column {
	float: left;
	height: auto;
	width: 190px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.right-column {
	float: left;
	height: auto;
	width: 550px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.h3  {
	font: normal 12px verdana;
	color: #FFFFFF;
			   }
.footer {
	float: left;
	height: 20px;
	width: 700px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.highlightit img{
border: 1px solid #650c30;
height: 100px;
width: 120px;
float: left;
margin-left:13px;
margin-top:13px;
}

.highlightit:hover img{
border: 1px solid #cd0547;
height: 100px;
width: 120px;
float: left;
}

.highlightit:hover{
color: #cd0547; /* Dummy definition to overcome IE bug */
}
