#wrapper {
	background-color:#F7F7F7;
	text-align:left;
	width:650px;
}
#header {
	display:none;
}
#content {
}
#content #left {
	background-color:#FFFFFF;
	border-right-color:#B0B0B0;
	border-right-style:solid;
	border-right-width:1px;
	float:left;
	min-height:500px;
	width:639px;
}
* html #content #left {
	height:500px;
}
#content #right {
	float:right;
	width:260px;
}
#content #full {
	background-color:#FFFFFF;
	min-height:500px;
	width:650px;
}
* html #content #full {
	height:500px;
}
#navigation {
	display:none
}
#subnavigation {
	display:none
}
#sponsors {
	display:none
}
#box {
	margin:0px;
}
#footer {
	display:none;
}
.submenu {
	display:none
}
.submenuitem {
	background-color:#0C8000;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
}
.submenuitem a {
	text-decoration:none;
	color:#FFFFFF;
}
tr.alt td {
	background: #D9EDF9;
}
tr.over td {
	background: #BCD4EC;
}
.stripeMe th {
	background: #BCD4EC;
	font-weight: normal;
}
.clearleft {
	clear: left;
}
