@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#logo {
	height: 117px;
	padding-bottom: 12px;
	background-image: url(../images/top_logo.jpg);
	background-repeat: no-repeat;
}
#nav {
	height: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #333333;
}
#banner {
	height: 75px;
	padding-top: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	color: #CCCCCC;
}
#leftColumn {
	float: left;
	width: 500px;
	color: #CCCCCC;
}
#rightColumn {
	float: right;
	width: 280px;
	color: #CCCCCC;
}
#rightColumn2 {
	float: right;
	width: 280px;
	color: #CCCCCC;
	overflow: auto;
	height: 500px;
}

#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: center;
	background-color: #333333;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF6633;
}
a:active {
	color: #FFCC00;
}
h1 {
	font-size: 36px;
	color: #FF6600;
	font-weight: bolder;
	text-align: center;
}
.oddRow{
	background-color: #CCCCCC;
	color: #000000;
}
.hoverRow {
	background-color: #FFFF00;
	cursor: pointer;
	cursor: hand;
	color: #000000;
}
.selectRow {
	background-color: #FF9900;
	cursor: pointer;
	cursor: hand;
	color: #000000;
}
