/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ul {list-style: none}

/*#######################
  Element Styles 
#######################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; 
     color:#efefef; background:#262626 url(../images/body_bg.jpg) left top no-repeat}
h2, h3, h4, h5, p, ul, ol, dl {margin:8px 0}
h2, h3, h4, h5 {font-weight:bold; color:#15d1c6}
h2 {font-size:24px; font-style:italic; color: #ffff15}
h3 {font-size:18px; font-style: none; color: #ffff15}

a {color:#ffff15; text-decoration: none}
	a:hover {font-weight:bold; font-size: 15px; color: #ffff47}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

.right {float:right; display:inline; padding: 5px}
.left {float:left; display:inline; padding: 5px}

.sponsornames {color: #F03322; font-size: 18px; padding-right: 5px}

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:960px; margin:0 auto}

h1 {width:930px; height:37px; padding:20px 15px 12px 15px; 
    margin-bottom:12px; font-size:36px; text-transform:uppercase; color:#006EEC}

#navigation {width:100%; height:52px; margin:0; border-right:1px solid #282828; 
             border-left:1px solid #282828; border-top:1px solid #282828; 
             background:url(../images/nav_bg.png) left top repeat-x}
	#navigation li {float:left; display:inline; height:52px; font-size:16px; 
                    text-transform:uppercase; color: #efefef; padding: 15px 15px 0px 15px; 
                    border-left:1px solid #282828; border-right:1px solid #282828}
		#navigation li a {display:block; font-size:15px; padding: 15px 15px 0px 15px; 
                          text-align:center; text-decoration:none; color:#298DFF}
			#navigation li a:hover {color:#F03322}

#content {clear:both; float:left; padding:15px; width:930px; border-left:1px solid #000; border-right:1px solid #000; border-bottom:1px solid #000; background:url(../images/content_bg.png) left top repeat}	
	#content p {line-height:1.25em}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
	#content .three_columns {float:left; display:inline; width:283px; 
                             margin:0 15px 5px 0}
		#content .three_columns img {float:left; display:inline; margin-right:15px}
	#content .two_columns {float:left; display:inline; width:435px; margin-right:15px}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, 
Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:50px 0 30px 0; font-size:.9em; font-style:italic; color:gray}



