body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
html,body {
	height:100%;  
	width:100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:120%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color:#000;
}

#container {
	width: 900px;
	background: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	float: left;
	background: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	width: 897px;
	height: 45px;
	margin: 0 0 0 1px;
}

#login {
	width: 550px;
	height: 20px;
	margin: 10px 0 0 340px;
}

#banner {
	float: left;
	background: url(images/banner.jpg);
	width: 900px;
	height: 211px;
}

#navigation {
	float: left;
	background: url(images/nav_bg.jpg);
	width: 897px;
	height: 59px;
	margin: 0 0 0 1px;
}

#navigation ul {
	margin: 0;
	padding: 0;

}

#navigation li{
	display:inline;
	margin: 0 0 0 0;

}

#maincontent {
	float: left;
	width: 598px;
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
}

#rightcontent {
	float: right;
	width: 298px;
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
}

#footer {
	float: left;
	background: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 897px;
	height: 50px;
	margin: 50px 0 0 1px;
	padding: 0 0 0 0;
}

.recentdownloads {
	float: left;
	width: 297px;
	height: 50px;
	margin: 0 0 0 0;
	padding 0 0 0 0;
	background: url(images/recent_downloads.jpg);
	border-bottom: solid 1px #eae8e8;
}

.recent_downloads_content {
	padding: 0 0 0 0;
	margin: 15px;
	font-family: arial;
	font-size: 65%;
	color: #fff;
}

.recent_downloads_img {
	float: left;
	margin: 10px;
}

.footer {
	float: left;
	margin: 0 0 0 0;
	padding: 15px 0 0 15px;
	font-family: arial;
	font-size: 65%;
	color: #eae8e8;
}

.copyright {
	margin: 0 0 0 0;
	padding: 15px;
	font-family: arial;
	font-size: 65%;
	color: #eae8e8;
	text-align: right;
}

.latestBox {
	float: left;
	width: 299px;

	border-top: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.latestHeadlinebg {
	float: left;
	background: url(images/latest_bg.jpg) no-repeat;
	width: 299px;
	height: 27px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.latestHeadline {
	padding: 0 0 0 0;
	margin: 4px 0 0 22px;
	font-family: arial;
	font-size: 70%;
	color: #ffffff;
	font-weight: bold;
}

.sponsorHeadlinebg {
	float: left;
	background: url(images/sponsors_bg.jpg) no-repeat;
	width: 298px;
	height: 27px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.sponsorHeadline {
	padding: 0 0 0 0;
	margin: 4px 21px 0 0;
	font-family: arial;
	font-size: 70%;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}

.newsHeadlinebg {
	float: left;
	background: url(images/headline_bg.jpg) no-repeat;
	width: 598px;
	height: 27px;
	padding: 0 0 0 0;
	margin: 0 0 0 0px;
}

.newsHeadline {
	padding: 0 0 0 0;
	margin: 3px 0 0 21px;
	font-family: arial;
	font-size: 70%;
	color: #ffffff;
	font-weight: bold;
}

.latestTable {
	float: left;
	width: 299px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cellspacing: 0;
	cellpadding: 0;
}

.latestTablec {
	width: 299px;
	height: 20px;
	background-image: url(images/table_bg.jpg);
	border-bottom: solid 1px #eae8e8;
	border-right: solid 1px #eae8e8;
	font-family: arial;
	font-size: 55%;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

.latestTablec a:link {
	color: #fff;
}

.latestTablec a:visited {
	color: #fff;
}

.latestTablec a:hover {
	color: #b2050a;
}

.contentBox {
	float: left;
	width: 597px;
	background: #1f1f1f;
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
}

.content {
	padding: 0 0 0 0;
	margin: 20px;
	font-family: arial;
	font-size: 65%;
	color: #fff;
}

.content a:link {
	color: #fff;
}

.content a:visited {
	color: #fff;
}

.content a:hover {
	color: #b2050a;
}

.roster {
	float: left;
	width: 549px;
	border-top: solid 1px #9e9e9e;
	border-left: solid 1px #9e9e9e;
	border-right: solid 1px #9e9e9e;
	margin: 25px 0 0 25px;
	padding: 0 0 0 0;
}

.rosterc {
	width: 549px;
	height: 20px;
	background: url(images/table_bg.jpg) repeat-x;	
	border-bottom: solid 1px #9e9e9e;
	font-family: arial;
	font-size: 7pt;
	color: #fff;
	padding: 0 8px 0 8px;
	margin: 0 0 0 0;
}

.results {
	float: left;
	width: 550px;
	border-top: solid 1px #9e9e9e;
	border-left: solid 1px #9e9e9e;
	margin: 15px 0 0 25px;
	padding: 0 0 0 0;
}

.resultsc {
	height: 20px;
	background: url(images/table_bg.jpg) repeat-x;	
	border-bottom: solid 1px #9e9e9e;
	border-right: solid 1px #9e9e9e;
	font-family: arial;
	font-size: 7pt;
	color: #fff;
	padding: 0 0 0 8px;
	margin: 0 0 0 0;
}

.achievements {
	float: left;
	width: 550px;
	border-top: solid 1px #9e9e9e;
	border-left: solid 1px #9e9e9e;
	margin: 25px 0 0 25px;
	padding: 0 0 0 0;
}

.achievementsc {
	width: 550px;
	height: 20px;
	background: #000;	
	border-bottom: solid 1px #9e9e9e;
	border-right: solid 1px #9e9e9e;
	font-family: arial;
	font-size: 7pt;
	color: #fff;
	padding: 8px 8px 8px 8px;
	margin: 0 0 0 0;
}

img.right {
	float: right;
	margin: 25px;
}

img.left {
	float: left;
	margin: 25px;
}

img.center {
	margin: 25px 25px 25px 200px;
}

.green {
	font-family: arial;
	font-size: 7pt;
	color: #00cc00;
}

.red {
	font-family: arial;
	font-size: 7pt;
	color: red;
}

.yellow {
	font-family: arial;
	font-size: 7pt;
	color: #f8cb00;
}

ul#menu {
  background: url(images/recent_downloads.jpg);
  width: 297px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 33px;
  padding: 0px;
}

ul#menu li, 
  ul#menu a {
  font-family: arial;
  font-size: 11px;
  color: #fff;
  padding: 0 0 0 0;	
}

ul#menu li {
  border-bottom: solid 1px #858282;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #a30000;
}

ul#menu a.active {
  color: #a30000;
}





a:link {text-decoration: none; color: #eae8e8;}
a:visited {text-decoration: none; color: #eae8e8;}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: #b2050a;}