#mainTable {
	width: 100%;
	padding: 0px;
	border: 0px;
}
#leftColumn {
	width: 152px;
	height: 200px;
	font-size: 80%;
	border-top: 3px solid #990000;
}
#leftColumn ul li:hover {
	background-color: #EEEEEE;
	background-image: url(../img/leftNavBkgSelected.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#leftColumn ul a {
	text-decoration: none;
	color: black;
}
#leftColumn ul.navTopic {
	margin: 0px 1px 0px 0px;
	list-style-position: outside;
	padding: 0px;
	list-style-type: none;
}
#leftColumn ul.navTopic li {
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #cccccc;
}
#leftColumn ul.navTopic li.selected {
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #cccccc;
	background-color: #eeeeee;
	background-image: url(../img/leftNavBkgSelected.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#leftColumn ul.navItem {
	margin: 6px 0px 6px 10px;
	padding: 1px 10px 1px 10px;
	list-style-position: outside;
}
#leftColumn ul.navItem li {
	margin: 6px 0px 6px 0px;
	padding: 1px 10px 1px 6px;
	list-style: disc url(../img/arrowCone.gif);
}
#leftColumn ul.navItem li:hover {
	background-image: none;
	list-style: disc url(../img/arrowCone.gif);
	background-color: #ffffff;
}
#leftColumn a.utility {
	display: block;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
	font-size: small;
	padding: 2px 6px 2px 6px;
	text-align: center;
}
#leftColumn a.utility:hover {
	text-decoration: none;
}
#centerColumn {
	padding: 0px 0px 20px 40px;
}
#centerColumn div {
	width: 80%;
}
#centerColumn h1 {
	font-weight: normal;
	margin: 16px 0px 0px 0px;
	font-size: x-large;
	color: #999999;
}
#centerColumn h2 {
	font-weight: normal;
	margin-top: 0px;
	font-size: large;
}
#centerColumn h3 {
	font-weight: normal;
	margin-bottom: 0px;
	font-size: large;
}
#centerColumn h3 a.moreInfo {
	font-size: .6em;
}
#centerColumn h4 {
	font-weight: bold;
	margin: 8px 0px 2px 0px;
	font-size: medium;
}
#centerColumn mainImg {
	width: 400px;
	height: 234px;
	clear: right;
}
#centerColumn .intro {
	width: 40%;
	margin: 18px;
	float: left;
}
#centerColumn ol li {
	margin-bottom: 24px;
}
#rightColumn {
	background-color: #ffffff;
	text-align: left;
	float: right;
	width: 200px;
}
#rightColumn div img {
	display: none;
}
#rightColumn div hr {
	display: none;
}
.gameDetails {
	width: 90%;
	font-size: small;
	margin-top: 3px;
	margin-bottom: 6px;
}
.gameDetails th {
	border-right: 1px dotted #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #cccccc;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 1px 4px 2px 4px;
	font-size: 90%;
}
.gameDetails tr {
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.gameDetails tr:hover {
	background-color: #eeeeee;
}
.gameDetails td {
	border-bottom: 1px dotted #cccccc;
	padding: 4px;
}