@charset "UTF-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FDFDFD;
}
#wrapper {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 120px;
}
#leftColumn {
	float: left;
	width: 250px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#mainContent {
	width: auto;
	margin-left: 258px;
}
#footer {
	height: 100px;
	width: 900px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 7px;
}

a {
	font-family: "Trebuchet MS";
	color: #7791AC;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS";
	color: #D80426;
	text-decoration: underline;
}
#mainContent2 {
	width: auto;
	margin-left: 280px;
}
.headers {
	font-size: 16px;
	color: #7791AC;
	text-decoration: underline;
}
#wrapper #mainContent h1 {
	margin: 0px;
	padding: 0px;
}
.wh1 {
	text-align: center;
	font-size: 16px;
}
