body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
}

#main {
	width: 950px;
	position: absolute;
	margin-left: -475px;
	left: 50%;
}

#header {
	width: 950px;
	height: 260px;
	text-align: right;
}

#themeselector {
	padding: 2px;
}

form {
	padding: 0px;
	margin: 0px;
}

#contentwrapper {
	width: 950px;
	background-color: #FFF;
}

#content {
	padding: 6px;
}

#contentheader {
	background-repeat: no-repeat;
	height: 70px;
}

#footer {
	color: #FFF;
	font-size: 8pt;
	text-align: center;
}

.videolink, .scoreslink, .homelink {
	display: block;
	text-decoration: none;
	font-size: 1px;
}

.homelink {
	width: 149px;
	height: 68px;
}

.videolink {
	width: 134px;
	height: 68px;
}

.scoreslink {
	width: 149px;
	height: 68px;
}

#scorebox {
	background-position: center;
	background-repeat: no-repeat;
}

.gameboxheader {
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 382px;
	height: 23px;
	text-align: left;
}

.gameboxheaderinside {
	padding-left: 3px;
	padding-top: 2px;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}

.gameboxbody {
	width: 382px;
	background-color: #FFF;
	text-align: left;
}

.gameboxbodyinside {
	padding: 2px;
	font-size: 10pt;
}

.scoreboxcell {
	font-size: 14pt;
	font-weight: bold;
}

.sbpheading {
	font-size: 14pt;
	font-weight: bold;
	padding: 3px;
}

.videosub {
	font-size: 8pt;
}

.videolinknormal {
	padding: 2px;
	background-color: #FFF;
}

.videolinkhover {
	padding: 2px;
	background-image: url("/images/linkbackgrad.gif");
	cursor: pointer;
}

.scoreschoolname {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #DDD;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px dashed #DDD;
}

#welch, #midch, #keych, #allch {
	display: block;
	text-decoration: none;
	font-size: 1px;
	width: 110px;
	height: 110px;
}

#welch {
	background-image: url("/images/wellington-choice-off.gif");
}

#keych {
	background-image: url("/images/keystone-choice-off.gif");
}

#midch {
	background-image: url("/images/midview-choice-off.gif");
}

#allch {
	background-image: url("/images/glw-choice-off.gif");
}

#welch:hover {
	background-image: url("/images/wellington-choice-on.gif");
}

#keych:hover {
	background-image: url("/images/keystone-choice-on.gif");
}

#midch:hover {
	background-image: url("/images/midview-choice-on.gif");
}

#allch:hover {
	background-image: url("/images/glw-choice-on.gif");
}

