/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

html {
	height: 100%;
	}

body {
	background: url(../images/bkgrd/body-bkgrd.jpg) top center no-repeat #000000;
	text-align: center;
	height: 100%;
   	}

div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	}
	
div#header {
	width: 900px;
	border-bottom: 1px solid #000000;
	}
	
div#subheaderimg {
	width: 900px;
	height: 212px;
	border-bottom: 1px solid #000000;
	}
	
div#main {
	width: 900px;
	background-color: #FFFFFF;
	padding: 20px 0 20px 0;
	}
	
div#main-wrap {
	background: url(../images/bkgrd/main-bkgrd.gif) top center repeat-y;
	}
	
div#sidebar {
	float: left;
	width: 217px;
	padding: 0 19px 0 19px;
	}
	
div#content {
	float: left;
	width: 606px;
	padding: 0 19px 0 19px;
	color: #333333;
	}

div#footer {
	width: 900px;
	background: url(../images/bkgrd/footer-bkgrd.jpg) top center no-repeat;
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#nav {
	width: 900px;
	border-bottom: 1px solid #000000;
	}
	
div#links {
	width: 900px;
	height: 90px;
	background: url(../images/bkgrd/links-bkgrd.jpg) top center no-repeat;
	}
	
div#registration {
	float: left;
	width: 215px;
	padding: 16px 20px 0 20px;
	}
	
div#registration h1 {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	}
	
div#registration p {
	float: left;
	width: 118px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	}
	
div#registration a {
	float: right;
	width: 74px;
	}
	
div#sponsors {
	float: left;
	width: 606px;
	padding: 25px 0 0 34px;
	}
	
div#sponsors ul {
	list-style-type: none;
	}
	
div#sponsors ul li {
	float: left;
	margin-right: 34px;
	}
	
div#sponsors ul li.last {
	margin-right: 0;
	}

div#sponsors2 {
	float: left;
	width: 606px;
	padding: 28px 0 0 22px;
	}
	
div#sponsors2 ul {
	list-style-type: none;
	}
	
div#sponsors2 ul li {
	float: left;
	margin-right: 22px;
	}
	
div#sponsors2 ul li.last {
	margin-right: 0;
	}
	
div#sponsors3 {
	float: left;
	width: 606px;
	padding: 30px 0 0 18px;
	}
	
div#sponsors3 ul {
	list-style-type: none;
	}
	
div#sponsors3 ul li {
	float: left;
	margin-right: 12px;
	}
	
div#sponsors3 ul li.last {
	margin-right: 0;
}

div#sponsors4 {
	float: left;
	width: 606px;
	padding: 0;
	}
	
/*******************************************************************************
	Sidebar
*******************************************************************************/
div#schedules {
	width: 217px;
	padding-bottom: 23px;
	background: url(../images/bkgrd/dhr-bkgrd.gif) bottom center no-repeat;
	}

div#schedules h1 {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
div#schedules p {
	color: #999999;
	font-size: 10px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	}
	
div#schedules table#schedules-login-table tr td {
	padding: 2px;
	height: 22px;
	}
	
div#schedules table#schedules-login-table tr td.lbl-col {
	width: 50px;
	}

div#schedules label {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	}
	
div#schedules input.user,
div#schedules input.pass {
	height: 16px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	}
	
div#schedules input.user {
	width: 152px;
	}
	
div#schedules input.pass {
	width: 117px;
	}
	
div#schedules input.sub {
	vertical-align: middle;
	}

div#events {
	width: 217px;
	padding-top: 18px;
	}
	
div#events h1 {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
div#events div.upcoming-events-item,
div#events div.upcoming-events-item-last {
	width: 217px;
	padding: 10px 0 10px 0;
	}
	
div#events div.upcoming-events-item {
	background: url(../images/bkgrd/hr-bkgrd.gif) bottom center no-repeat;
	}
	
div#events div.upcoming-events-item h2,
div#events div.upcoming-events-item-last h2 {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
div#events div.upcoming-events-item h4,
div#events div.upcoming-events-item-last h4 {
	color: #F37736;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
	}
	
div#events div.upcoming-events-item p,
div#events div.upcoming-events-item-last p {
	color: #999999;
	font-size: 10px;
	}

/*******************************************************************************
	Content
*******************************************************************************/
#content,
#content * {
	font-family: Arial, sans-serif;
	}

#content h1 {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.3em;
	}

#content h2 {
	color: #F37736;
	font-size: 1.67em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	}

#content h3 {
	color: #000000;
	font-size: 1.17em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 1.0em;
	padding-bottom: 0.3em;
	}

#content h4 {
	color: #F37736;
	font-size: 0.92em;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content p {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content p.center {
	text-align: center;
	}
	
#content p.indent {
	margin-left: 1.75em;
	}
	
#content p.footnote {
	font-size: 0.9em;
	padding-top: 1.3em;
	}
	
#content a {
	color: #C41230;
	}

#content ul {
	margin-left: 1.0em;
	padding-bottom: 0.5em;
	list-style-type: none;
	}
	
#content ul li {
	background: url(../images/bkgrd/bullet.gif) top left no-repeat;
	padding-left: 15px;
	}

#content ol {
	margin-left: 2.6em;
	padding-bottom: 0.5em;
	}
	
#content div.hr {
	width: 100%;
	height: 1px;
	background: url(../images/bkgrd/hr-bkgrd.gif) top center no-repeat;
	font-size: 1px;
	margin: 15px 0 15px 0;
	}
	
#content span.back-link {
	color: #C41230;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#follow {
	float: left;
	width: 216px;
	height: 74px;
	padding: 16px 0 0 19px;
	}
	
div#follow a {
	margin-bottom: 3px;
	}
	
div#follow a.last {
	margin-bottom: 0;
	}

div#copyright {
	width: 900px;
	height: 35px;
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
	color: #666666;
	}
	
div#copyright a {
	color: #666666;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}
