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 { 
	margin-top: 0em;
	background-color: #ffffff;
	text-align: center;
}

#body { 
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	text-align: left;
	top: 0px;
}

#main {
	width: 750px;
}

#mastHead {
	width: 750px;
	top: 0px;
	vertical-align: top;	
}

#logo {
	display: inline;
}

#topLinks {
	margin-left: 50px;
	position: absolute;
	display: inline;
	vertical-align: top;
	text-align: right;
}

#navBar {
	text-align: center;
	white-space: nowrap;
}

#navBar>a>img {
	float:left;
	margin: 0px;
}

#navBar>a {
	margin: 0em;
	padding: 0em;
}

#map {
	margin: 0em;
	padding: 0em;
}

#sponsorFloat {
	float: right;
	width: 162px;
	margin-top: 1em;
}

#pageContent {
	width: 90%;
	margin: 1em auto 1em auto;
}

#footer {
	width: 748px;
	padding: 0em;
	margin: 0em; 
}

img {
	border: none;
}

body, p, ul, li {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	font-size: 10pt;
}

h3 {
	font-size: 12pt;
}

a {
	color: #034fa2;
}

a:visited {
	color: #8dc63f;
}

#footer a {
	font-size: 8pt;
	color: #262261;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
#footer a:hover {
	color: #00aef0;
}

#footer>a>img, #footer>img {
	margin: 0px;
}

.copy {
	font-size: 6pt;
}

#breadcrumb {
	font-size:8pt;
	margin-top: 0em;
}

.quote {
	margin: 1em 2em;
}

/* Schedule table styles */
.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 #0092c8;

}

.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;
}

