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

body {
	background-color: #000000;
	margin-top: 0px;
}
body,td,th {
	color: #f3f3f3;
	font-family: Trebuchet MS;
}
table {
	background-color: #333333;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	}
.style1 {
	font-size: 12px;
	}
.style1 a:link {
	color: #f3f3f3;
	text-decoration: none;
	}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
.maincontent {
	padding: 10px;
}
.columnContent {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 13px;
}
.navigation {
	font-size: 14px;
	color: #000000;
	background-color: #f3f3f3;
	font-weight: bold;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	width: 146px;
	padding-left: 4px;
}
.navigation a:link {
	color: #000000;
	text-decoration: none;
	}
.navigation a:hover {
	color: #ff3333;
	text-decoration:underline;
	}
.navigation a:active {
	color: #ff3333;
	text-decoration: none;
	}
.navigation a:visited {
	text-decoration: none;
	}
.sponsors {
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
	margin-bottom: 8x;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
.maincontent a {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent .foghat {
	width: 300px;
	position: relative;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 650px;
	background: url("/images/wrapperbg.png") repeat;
	}
#side-a {
	float: left;
	width: 157px;
}

#side-b {
	float: right;
	width: 193px;
}

#content { 
	float: left;
	width: 45%;
}.noBorder .noBorder a {
	color: #FFFFFF;
}

