/*CSS Reset*/

html, body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

input, select, textarea, table { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

/* basic styles */

a:link { color: #163b99; }
a:visited { color: #0c2258; }
a:active, a:hover { color: #8d1703; }

body {
	background: #000;
	color: #454545;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #6cb424;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
	h2 { font-size: 170%; margin-bottom: .3em;}
	h3 { font-size: 170%; font-weight: normal; margin-bottom: .3em; }
	h4 { font-size: 170%; font-weight: normal; font-style: italic; margin-bottom: .3em; }

p {
	margin-bottom: 1em;
}

/* classes */
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

.clear { clear: both; }

.floatleft { float: left; margin: 0px 1em 1em 0px; }
.floatright { float: right; margin: 0px 0px 1em 1em; }

/* layout */

#wrapper {
	width: 891px;
	margin: 0px auto;
	text-align: left;
	background: url('images/base/columns.gif') repeat-y;
}

#top {
	width: 891px;
	height: 169px;
	position: relative;
	background: url('images/base/top.jpg') no-repeat;
}

#logo {
	width: 891px;
	height: 85px;
	margin: 0px;
}
	#logo a {
		display: block;
		width: 890px;
		height: 85px;
		background: url('images/base/top.jpg') no-repeat;
		text-indent: -9999px;
	}

#sponsored {
	color: #fff;
	text-transform: uppercase;
	font-size: 85%;
	text-align: center;
	margin-top: 5px;
}

#sponsors {
	margin: 0px;
	padding: 0px;
	list-style: none; 
	position: absolute;
	bottom: 8px;
	left: 3px;
}
	#sponsors li { float: left; }
	#sponsors-wbrb a, #sponsors-sts a, #sponsors-cea a, #sponsors-cw a, #sponsors-wbrbo a { display: block; float: left; height: 54px; text-indent: -9999px; background: url('images/base/menu.jpg') no-repeat; }
	#sponsors-wbrb a { width: 223px; }
		#sponsors-wbrb a:hover { background-position: 0px -54px; }
	#sponsors-cea a { width: 221px; background-position: -223px 0px; }
		#sponsors-cea a:hover { background-position: -223px -54px; }
	#sponsors-cw a { width: 222px; background-position: -444px 0px; }
		#sponsors-cw a:hover { background-position: -444px -54px; }
	#sponsors-wbrbo a { width: 221px; background-position: -666px 0px; }
		#sponsors-wbrbo a:hover { background-position: -666px -54px; }
		
#page2col {
	width: 891px;
	background: url('images/base/pagebg.jpg') no-repeat bottom left;
	min-height: 450px;
}
	#content_main {
		width: 618px;
		float: right;
		padding: 15px 30px;
	}
	
	#content_sub {
		width: 213px;
		float: left;
		padding-bottom: 215px;
	}

#menu {
	 margin: 0px; padding: 10px 0px 0px 0px; list-style: none;
}
	#menu a {
		display: block;
		padding: 5px 20px;
		width: 173px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu a:hover { background: #14368a; }
	
#footer {
	background: #000;
	width: 891px;
	padding: 5px 15px;
	color: #666;
	font-size: 75%;
}
	#footer a:link, #footer a:visited { color: #666; }
	#footer a:active, #footer a:hover { color: #b2c5f5; }
