/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #fff;
	background-image: url(../images/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 auto;
}

#container {
	display: block;
	width: 834px;
	background-image: url(../images/sports_mid.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 auto;
}

#headerContainer {
	margin: 0 auto;
	width: 834px;
	height: 153px;
}

#contentcontainer {
	margin: 0 auto;
/*	background-image: url(../images/sports_mid.jpg); */
	width: 834px;
}

#navContainer {
	margin: 0 auto;
	background: url(../images/sports_nav2010.jpg) no-repeat;
	width: 834px;
	height: 28px;
}

#clearingBottom {
	clear: both;
}

#footLinks {
	margin: 0 auto;
	width: 794px;
	padding: 0px 20px 0px 20px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	color: #000000;
	font-weight: normal;
}

#footLinks a{
	margin: 0 auto;
	color: #000000;
	font-weight: normal;
}

#footLinks a:hover{
	margin: 0 auto;
	color: #009;
}

.navlinks a{
	color: #FFFFFF;
	padding: 5px 5px 23px 5px;
	line-height: 23px;
	background: url(../images/nav_back.jpg) repeat-x;
	list-style: none;
	height: 28px;
}

.navlinks a:visited{
	color: #FFFFFF;
}

.navlinks a:hover{
	color: #FFFFFF;
	padding: 5px 5px 23px 5px;
	background: url(../images/nav_back_over.jpg) repeat-x;
	height: 28px;
}

#menuHeader {
	margin: 0 auto;
	background: url(../images/nav_titles.jpg) no-repeat;
	width: 200px;
	height: 27px;
}

.menuHeaderText {
	color: #FFFFFF;
	padding: 4px 0px 22px 20px;
	line-height: 22px;
}

#badges {
	width: 100%;
}

/* Left hand section of page body (if you have one!) */
#leftContainer {
	text-align: left;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-left: 17px;
	padding: 0px 0px 0px 0px;
}

#leftData {
	text-align: left;
	width: 180px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	clear: inherit;
}

#menuBadge {
	width: 200px;
}	

/* Right hand section of page body */
#rightContainer {
	text-align: left;
	width: 575px;
	float: right;
	margin-top: 0px;
	margin-right: 22px;
	padding-top: 0px;
}

/* Other styles */
.download_title {
	color: #000000;
	font-weight: bold; 
	font-size: 10pt;
}

.download_desc {
	color: #000000;
	font-weight: normal; 
	font-size: 8pt;
}

