* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
}
label {
	display: block;
	position: relative;
	margin: 10px 4px;
	width: 190px;
}
label input, label select {
	position: absolute;
	left: 200px;
}
ol,ul {
	margin-left: 10px;
}
#submit {
	margin-left: 317px;
}
label #change {
	position: absolute;
	left: 400px;
}
.header {
	background: url("images/top.gif");
	height: 136px;
	width: 852px;
}
body {
	text-align: center;
	background: url("images/background.gif") top center;
}
object, embed {
	margin-left: 250px;
}
#page {
	width: 852px;
	margin: 0px auto;
	text-align: left;
	background: url("images/body-background.gif") white;
	overflow: hidden;

}
h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	margin-top: 15px;
}
p {
	margin-bottom: 10px;
}
#copyright {
	text-align: center;
	clear: both;
	font-size: .8em;
	padding: 17px;
	background-image: url("images/gradient-bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-right: 3px;
}
.links {
        display: block;
        width: 841px;
        overflow: auto;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
}
.links img {
	float: left;
}

.links a {
	text-decoration: none;
	/*padding: 4px 9px 3px;*/
        padding: 4px 2.8px 3px;
	height: 18px;
	color: black;
	float: left;
	background-image: url("images/tab-off.gif");

}
.links a:hover {
	background-image: url("images/tab-on.gif");
}
.mainpane {
	clear: both;
	padding: 30px;
	font-size: 14px;

}
.mainpane li {
	margin-left: 10px;
}
.infobox {
	float: right;
	border: 1px solid;
	width: 200px;
	margin: 5px;
}
.infobox h2 {
	background-color: #181c31;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 0px;
}
.infobox div {
	padding: 4px;
	font-size: .9em;
}
.sportsList a {
	font-size: 12px;
	display: block;
	float: left;
	padding: 3px 0px;
	color: #FFF;
	width: 262px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	background: url("images/button-black-262.gif") no-repeat;
	text-decoration: none;
}
.sportsList a .selected {
	background: url("images/button-blue-262.gif") no-repeat;
}
.sportsList {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	overflow:hidden;
	
}
.contentList {
	background-color: white;
	overflow: hidden;
	padding: 20px;
	border: 1px solid black;
}
.contentList div a {
	border: 1px solid rgb(222, 228, 239); 
	margin: 1px; 
	padding: 3px; 
	float: left; 
	width: 48%;
	
}
#googlead {
	text-align: center;
	clear: both;
	padding-top: 30px;
	
}
#googlead iframe {
	margin: 0px auto;
	border: 1px solid black;
	
}

.logincontainer {
	height: 111px;
}

.login {
	float: right;
	color: white;
	text-align: right;
	font-size: 12px;
}

.login input{
	border: 1px solid black;
}
