/******* Resets *******/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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;}
ol,ul {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;}
td { padding: 3px }
em{font-style: oblique;}
strong{font-weight: bold;}
h1 { font-size: 1.5em; margin: .67em 0; font-weight: bold }
h2 { font-size: 1.17em; margin: .75em 0 1.5em 0; font-weight: bold }
h3 { font-size: 1.00em; margin: .83em 0; font-weight: bold}
p { margin-top: 3px; margin-bottom: 1em; }
h1, h2, h3, h4 { color: #cc0000; }
/*** End Resets ****/
/* COMMON */
body {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background: url('img/background.jpg') center repeat-y #333300;
}
a {
	text-decoration: none;
}
.left { float: left; }
.padding_top { padding-top: 25px }
#header { 
	position: relative;
	background: url('img/header_bg.gif') top left no-repeat;
	border-bottom: 11px solid #990000;
	height: 118px;
	width: 100%;
}
#logo { margin-left: 25px; margin-top: 10px; float: left; }
#sponsors { 
	float: right; 
	margin-top: 13px;
	margin-right: 22px;
	clear: none;
}
#nav {
	background-color: #616161;
	clear: both;
	float: left;
	width: 100%;
}
#nav li {
	float: left;
	padding: 10px 6px;
	text-transform: uppercase;
}
#nav li a {
	font-weight: bold;
	color: #FFF;
}
#nav li a:hover {
	color: #CCC;
	font-weight: bold;
	/* color: blue; */
}
#nav li a:visited {
	font-weight: bold;
	color: #FFF;
}
#page {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
/* SUB PAGE */
body.sub #content {
	float: left;
	width: 890px;
	margin-top: 10px;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
body.sub #copy {
	width: 600px;
}
body.sub #right_col {
	width: 270px;
}
/* END SUB PAGE */
#content {
	float: left;
	width: 900px;
	margin-top: 10px;
	padding-bottom: 25px;
}
#copy {
	float: left;
	width: 630px;
}
#welcome {
	background: url('img/welcome_bg.png') no-repeat;
	padding-top: 225px;
}
#right_col {
	float: right;
	width: 260px;
	padding-left: 10px;
	clear: right;
}
/*** Schedule ***/
ul.schedule { float: left; width: 100%;}
ul.schedule  li{
	display: block;
	font-size: 9pt;
	padding-bottom: 5px;
}
#footer { 
	text-align: center;
	font-size: 8pt;
}
