* {
	outline: 0;
}
html {
	/*
	 * This hack forces firefox to display a scrollbar on every page, like IE.
	 * This allows pages to remain in the same position whether they require
	 * vertical scrolling or not.
	 */
	overflow-y:scroll;
}

body {
	background-color: #99badd;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#body {
	width: 796px;
	margin: 1em auto;
}

#navMenuWrapper {
	background: url('nav_bg-top.gif') no-repeat;
	float: left;
	width: 204px;
	text-align: center;
}

#navMenuBody {
	background: url('nav_bg.gif') repeat-y;
	margin-top: 1em;
}

ul.navList {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
li.navItem {
	margin: 0;
	padding: 0;
	height: 25px;
}

#navMenuBottom {
	background: url('nav_bg-btm.gif') no-repeat;
}

#sponMenuWrapper {
	background: url('spon_bg-top.gif') no-repeat;
	float: left;
	width: 204px;
	text-align: center;
	margin-top: 10px;
}

#sponMenuBody {
	background: url('spon_bg.gif') repeat-y;
	margin-top: 1em;
}

#sponMenuBottom {
	background: url('spon_bg-btm.gif') no-repeat;
}

#mainContentWrapper {
	background: url('body_bg-top.gif') no-repeat;
	width: 586px;
	text-align: left;
	float: right;
}

#mainContent {
	background: #ffffff url('body_bg.gif') repeat-y;
	margin-top: 9px;
	padding: 0 1em 0 1em;
}

div#mainContentWrapper > div#mainContent {
	margin-top: -0.5em;
}
#mainContentBottom {
	background: url('body_bg-btm.gif') no-repeat;
}

#copyright {
	font-size: 8pt;
	text-align: right;
	margin: 1em 1em 0em;
}

.breadcrumbs {
	padding-top: 0.5em;
	font-size: 9pt;
}

p, li {
	font-size: 10pt;
}

h3 {
	color: #212c62;
	margin: 0;
}

.quote {
	margin: 1em 4em;
}

.scheduleTableTime {
	font-size: x-small;
	width: 25%;
}

.sessionHead {
	font-size: x-small;
	font-weight: bold;
	margin-top: 0em;
}
.style3 {
	font-size: x-small;
	margin-top: 0em;
	margin-bottom: 1em;
}

.style4 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: medium;
	border-top: 1px solid #4987fa;
}

.style5 {
	font-weight: normal;
}

.style6 {
	font-size: 11.0px;
	font-weight: bold;
}

.style7 {
	text-indent: -.25in;
	font-size: 11.0pt;
	font-weight: bold;
}

.style9 {
	font-size: 8.0pt;
	font-weight: bold;
	color: #1F42F3;
}


