@charset "utf-8";

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}

table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #008bbe;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 3px;
	padding: 0px 5px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	margin-bottom: 15px;
	padding-top: 0px;
	text-align: left;
}

#inner {
	width: 780px;
	border-left: 10px solid #cae095;
	border-right: 10px solid #cae095;
	background-color: #ffffff;
}

#menu {
	margin-left: 34px;
	width: 710px;
}

#menuleft {
	background-image: url(images/menuleft.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 22px;
	float: left;
}

#menuright {
	background-image: url(images/menuright.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 22px;
	float: left;
}

#menucontent {
	float: left;
	background-color: #cbe096;
	width: 670px;
	height: 18px;
	border-top: 2px solid #777777;
	border-bottom: 2px solid #777777;
	font-family: arial black;
	font-size: 10px;
}

#themenu {
	list-style-type: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-top: 2px;
}

.menuitem {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 30px;
}

#menucontent a {
	color: black;
	text-decoration: none;
	padding: 0px 30px;
}

#menucontent li:hover {
	background-color: #aac075;
}

#content {
	padding: 10px 35px;
}

#content h1 {
	margin: 0px 0px 6px 0px;
}

#biopic {
	float: left;
	padding: 0px 5px 0px 0px;
}

#speakers {
}

#speakers img {
}

.speaker {
	float: left;
	padding: 10px 23px;
	text-align: center;
}

.speaker:hover {
	background-color: #eeeeee;
}

.speakername {
	font-weight: bold;
	font-size: 14px;
}

#sponsortable {
	width: 700px;
}

.sponsorrow {
}

.sponsoritem {
	width: 350px;
	text-align: center;
}

.sponsoritem img {
	vertical-align: middle;
	padding: 15px 0px;
}

#nextsteps {
	list-style-type: circle;
}

.nextstepsitem {
	margin-left: 10px;
}
	

#bottom {
	width: 800px;
	height: 40px;
	background-image: url(images/bottom.gif)
}

#footer {
	width: 800px;
	font-size: 10px;
	text-align: center;
	background-color: #008bbe;
	text-align: center;
	
}

.bluetext {
	color: #007bae;
	font-weight: bold;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.nounderline {
	text-decoration: none;
	color: #000000;
}

.floatleft {
	float: left;
}