﻿body {background-color: #999999; color: black; margin: 0; padding: 0; font: normal 10pt arial, helvetica, sans-serif;}

li {margin-bottom: 3pt;}
h1 {font-size: 22pt; font-weight: normal; color: #005a9c; margin: -7px 0 0 0; padding: 0;}
h2 {font-size: 14pt; color: #005a9c; margin: 0; padding-bottom: 5px;}
h3 {font-size: 12pt; color: black; margin: 0;}

.top {margin-top: 0;}
.top {margin-bottom: 0;}
.topbot {margin-top: 0; margin-bottom: 0;}

.small {font-size: 9pt;}
.large {font-size: 11pt;}

img {border: 0;}

/* Header */

#mainTable {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background-color: white;
	border-left: 3px solid #696a6d;
	border-right: 3px solid #696a6d;
}

#logo {
	width: 240px;
	padding: 22px 20px 0 0;
	color: #696a6d;
	font-size: 9.5pt;
	text-align: right;
}
	#logo .title {
		margin-top: 10px;
		color: #005a9c;
		font-size: 12pt;
		font-weight: bold;
	}
	#logo .titledate {color: #005a9c;}

#header {
	width: 720px;
	margin: 0;
	padding: 22px 0 0 0;
}
	#header .photo {
		position: relative;
		width: 720px;
		height: 179px;
		background: url(/images/topphotocover.png) no-repeat 0 0;
		z-index: 500;
	}
	#header #imageContainer {
		position: relative;
		width: 720px;
		margin-top: -179px;
	}

/* Navigation */

#topMenu {
	float: right;
	margin: 5px 15px -25px 0;
	padding: 0;
	color: #005a9c;
	font-size: 8pt;
	text-transform: uppercase;
}
	#topMenu a {color: #005a9c; text-decoration: none;}
		#topMenu a:hover {color: black;}

ul#menu {
	width: 680px;
	height: 27px;
	margin: -4px 0 0 0;
	padding: 0 0 0 40px;
	list-style: none;
	background-color: #005a9c;
}
	ul#menu li {
		display: block;
		float: left;
		padding: 2px 20px 0 20px;
		font-size: 10pt;
		line-height: 27px;
		font-weight: bold;
		text-transform: uppercase;
	}
		ul#menu a {
			display: block;
			text-decoration: none;
			color: white;
		}
			ul#menu a:hover {color: #F9C210;}

/* Left Sidebar */

#leftSidebar {
	width: 240px;
	padding: 30px 20px 0 0;
	color: #696a6d;
	font-size: 11pt;
}
	#leftSidebar h2 {
		width: 228px;
		margin-bottom: 5px;
		padding: 4px 6px;
		background-color: #696a6d;
		color: white;
		font-size: 11pt;
	}
	#leftSidebar p {
		margin-top: 0;
		padding-bottom: 8px;
		font-size: 9pt;
		line-height: 140%;
	}
	#leftSidebar ul {margin-top: 7px; list-style: none;}
		#leftSidebar li {font-size: 9pt; margin-left: -38px; padding-bottom: 5px;}
	#leftSidebar .blue {
		color: #005a9c;
		font-weight: bold;
	}
	#leftSidebar a {color: #005a9c;}
	#leftSidebar a:hover {color: black;}

/* Content */

#content {
	width: 470px;
	padding: 30px 20px 0 0;
}
#content-full {
	width: 700px;
	padding: 30px 20px 0 0;
}
	#content-full p {line-height: 140%;}
	#content p {line-height: 140%;}
	.quote {
		color: #005a9c;
		font-size: 13pt;
		line-height: 140%;
		font-weight: bold;
	}
		.quotename {
			color: black;
			margin-bottom: 30px;
			font-size: 8pt;
			text-align: right;
			text-transform: uppercase;
		}
	.sponsors {
		width: 150px;
		height: 100px;
		padding: 1px 10px 10px 0;
		background: url(/images/sponsorbox.gif) no-repeat 0 0;
		vertical-align: middle;
		text-align: center;
	}
		.sponsors img {margin: auto; vertical-align: middle;}
}
	.sponsors2 {
		width: 150px;
		height: 100px;
		background: url(/images/sponsorbox.gif) no-repeat 0 0;
		vertical-align: middle;
		text-align: center;
	}
	.presenter-right {
		float: right;
		margin: 0 0 10px 10px;
	}
	.presenter-left {
		float: left;
		margin: 0 10px 10px 0;
	}

/* Right Sidebar*/

#rightSidebar {
	width: 230px;
	padding-top: 30px;
	color: #696a6d;
	/*font-size: 6pt;
	text-transform: uppercase;
	text-align: right;*/
}
	#rightSidebar .button {padding-bottom: 30px;}
	#rightSidebar h2 {
		width: 218px;
		margin-bottom: 5px;
		padding: 4px 6px;
		background-color: #696a6d;
		color: white;
		font-size: 11pt;
	}
	#rightSidebar p {
		margin-top: 0;
		padding-bottom: 8px;
		font-size: 10pt;
		font-weight: bold;
		line-height: 140%;
	}
	#rightSidebar ul {margin-top: 7px; list-style: none;}
		#rightSidebar li {font-size: 9pt; margin-left: -38px; padding-bottom: 5px;}

/* Footer Layouts */

#footer {
	padding: 50px 0 15px 0;
	font-size: 7pt;
	text-align: center;
}

/* Tables */

#table {
	width: 100%;
	margin-top: 15px;
	border: 1px solid black;
	border-collapse: separate;
}
	#table th {
		padding: 3px;
		border: 1px solid white;
		background-color: #005a9c;
		color: white;
		font-weight: bold;
	}
	#table td {
		padding: 3px;
		border: 1px solid white;
	}