@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	font-family:Comic Sans MS;
	color:#000000;
}
#PageTitle {
	text-transform:uppercase;
	font-size:16px;
	text-align:left;
	margin:4px auto;
	color:#ffffff;
}

.HomeText {
	color: #FFFFFF;
	font-size:26px;
	font-weight:bold;
}


h1 {
	text-transform:uppercase;
	font-size:22px;
	text-align:center;
	margin:4px auto;
	color:#000000;
}
h2 {
	text-transform:uppercase;
	font-size:18px;
	text-align:center;
	margin:4px auto;
	color:#000000;
}
h3 {
	font-size:30px;
	text-align:center;
	margin:4px auto;
	color:#000000;
}
#container {
	width:978px;
	/*border:1px solid #dddddd;*/
	margin:4px auto;
	padding:0px;;
}
#header {
	width:100%;
	height:173px;
}

#mainContent {
	width:100%;
	
	border:1px solid #555555;
	padding:18px;	
	/*margin:32px 4px 4px 4px;*/
	background-color:#ffffff;
}

#leftCol {
	float:left;
	width:440px;
	margin-left:20px;
	border:1px solid #eeeeee;
	padding:10px;
}
#rtCol {
	float:right;
	width:440px;
	margin-right:20px;
	border:1px solid #eeeeee;
	padding:10px;
}
.clearBoth {
	clear:both;
	line-height:0px;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
color:#ff0000;
text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:visited:hover {
color:#ff0000;
text-decoration:underline;
}
#footer {
	margin:4px auto;
	text-align:center;
}