/*****************************************************
 
	Typography
 
******************************************************/

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, li, dl, dt, dd, th, td {
	font: 11px/1.6em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
h1, h2, h3, p, dl, dd, dd, img, #logo, #sponsors, #content {
	margin: 0;
	padding: 0;
	border: 0;
	}

h2 {
	font-family: 'Tahoma', Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
	margin-top: .6em;
	margin-bottom: .2em;
	color: #008BCC;
	border-bottom: solid 1px #F0F0F0;
}
 
h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: .8em;
	/* margin-bottom: .625em; */
	margin-bottom: .267em;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
}

p, img, ul, dl, table {
	margin-bottom: .8em;
}

li {
	margin-bottom: .6em;
	}
	
li ul {
	margin-top: .8em;
	}
	
a {
	text-decoration: none;
	color: #008BCC;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.display_none {
	display: none;
	}
	
.error {
	color: #CC0000;
	}

/*****************************************************
 
	Layout
 
******************************************************/
 
html {
	text-align: center;
	background-color: #008BCC;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
 
body {
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}	

#logo {
	position: absolute;
	left: 80px;
	top: 16px;
	z-index: 2;
	}
	
#sponsors {
	width: 160px;
	position: absolute;
	left: 80px;
	top: 424px;
	}
	
#sponsors ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sponsors li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#content { 	
	width: 440px;
	position: relative;
	left: 240px;
	top: 32px;
	z-index: 1;
	margin-bottom: 32px;
	padding: 32px 32px 8px 168px;
	background-color: #FFF;
	}
	
#footer {
	position: relative;
	height: 32px;
	}

/*****************************************************/