@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	margin-left: 35px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #001A3C;
	background-image: url(../images/main-bg-1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000;
	overflow: hidden;
}
#header-top {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 25px;
	position: relative;
	line-height: 25px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#header-left {
	position: absolute;
	width: 400px;
	left: 10px;
}
#header-right {
	position: absolute;
	width: 300px;
	right: 10px;
	color: #FFF;
	text-align: right;
}

#top-menu {
	background-color: #000000;
	width: 950px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;

}

#left-col {
	color: #FFFFFF;
	background-color: #06367e;
	width: 185px;
	float: left;

}
#sport-menu-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	background-color: #FC0;
	text-align: center;
	height: 30px;
	font-weight: bold;
}

#left-content {
	width: 165px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#left-content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#right-col {
	float: right;
	width: 250px;
	overflow: hidden;
	color: #FFF;
	background-color: #06367e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.right-col-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	background-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A4CDFF;
	border-bottom-color: #A4CDFF;
}
.right-col-title a { text-decoration: none !important; }

#right-col a {
	color: #FFF;
	text-decoration: underline;
}
#right-col a:hover { color: #FC0; 
}
#right-col-content {
	margin-top: 15px;
	overflow: hidden;
	padding: 10px;
}
#sponsors-title {
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	background-color: #001A3C;
	text-align: center;
	height: 24px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}


#content-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/content-bg-1.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #FFFFFF;
	min-height: 550px;
}
#content-container-wide {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/content-bg-2.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #FFFFFF;
	min-height: 550px;
}


#home-content-container {
	padding: 0px;
	float: left;
	width: 769px;
	margin-left: 1px;
}
#news-area {
	float: left;
	width: 500px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
	position: relative;
	z-index: 0;
}
#wide-area-container {
	padding: 0px;
	width: 764px;
	clear: none;
	float: left;
}
#page-title {
	color: #FFFFFF;
	background-color: #06367E;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 1px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 31px;
	height: 31px;
}
#wide-area-content { padding: 20px; 
}
#wide-area-content h1 {
	color: #06367E;
}
#wide-area-content h2 {
	color: #06367E;
}

#wide-area-content a {
	color: #000000;
	text-decoration: underline;
}
#wide-area-content a:hover {
	color: #FFA800;
}

#wide-area-content ul {
	margin-left: 50px;
}
#wide-area-content  ol li {
	margin-left: 50px;
	list-style-type: decimal;
	margin-bottom: 10px;
}
#wide-area-content li {
	list-style-type: disc;
}




#news-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #06367E;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	padding-left: 10px;
	margin-top: 1px;
	margin-bottom: 20px;
}

#news-area a {
	color: #000000;
	text-decoration: underline;
}

#news-area h1 {
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#content-area-wide {
	float: left;
	width: 739px;
	overflow: hidden;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
}
#content-area-wide a {
	color: #000000;
}
#content-area-wide h1 {
	font-size: 18px;
	font-weight: bold;
}
.gap-15 {
	height: 15px;
}





#footer {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 45px;
	color: #FFFFFF;
	background-color: #000000;
	height: 45px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/footer_bg_1.jpg);
	background-repeat: no-repeat;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
}
#footer-copyright    {
	float: left;
	width: 700px;
}
#footer-e7  {
	line-height: 45px;
	background-image: url(../images/e7_spin_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	float: right;
	height: 45px;
	width: 100px;
	padding-right: 30px;
	color: #FFFFFF;
}
#footer-e7 a  {
	text-decoration: none;
}
#footer-e7 a:hover {
	color: #FCAD00;
}
.clear {
	clear: both;
	float: none;
}

#news_article {
	width: 527px;
	clear: none;
	float: left;
}
#news-headlines {
	clear: none;
	float: right;
	width: 175px;
	overflow: hidden;
}

