html {
	background: #315271 url(/images/html_bg.gif) repeat 0 0;
  font-family: "Lucida Grande", Arial, sans-serif;
}

body {
  margin-top: 0;
}

h1, h2, h3, h4, p, ul, ol, dl, table {
  font-weight: normal;
  font-family: "Lucida Grande", Arial, sans-serif;
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  color: #6d8ead;
  padding-bottom: 10px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h4 {
  padding-top: 15px;
}

p, ul, ol, dl, table {
  font-size: 12px;
  padding-bottom: 5px;
}

a {
  color: #6d8ead;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

.clear {
	clear:both;
}

.canvas {
	width: 860px;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
}

.indent {
  padding-left: 20px;
}

table {
  border-collapse: collapse;
}

td, th {
  text-align: left;
  padding: 8px;
}

#canvas_bg {
	background: url(/images/canvas_bg.gif) repeat-y 0 0;
}

#canvas_bottom {
	height: 25px;
	background: url(/images/canvas_bottom.gif) no-repeat 0 0;
}

#header {
	background: #FFF url(/images/header_bg.gif) no-repeat 100% 0;
	border-bottom: 10px solid #c88e25;
	margin-bottom: 10px;

	position: relative;
}

#logo {
  float: left;
}

#organizers {
  position: absolute;

  color: #C88E22;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;

  text-align: right;
  width: 288px;
  left: 0;
  top: 75px;
}

#contact_links {
  position: absolute;
  right: 3px;
  bottom: 3px;
}

#nav_bar {
	float: right;
	height: 36px;
	margin-top: 20px;
	background-color: #000;

	position: relative;
}

#nav_bar ul{
	padding: 0;
	margin: 0;

	font-size: 15px;
}

#nav_bar li {
	height: 36px;
	float: left;

	list-style: none;

	border-right: 1px solid #000;
}

#nav_bar li.last {
  border-right: none;
}

#nav_bar a {
	display: block;
	height: 20px;
	padding: 7px 20px;

	position: relative;
	top: 1px;

	background-color: #6d8ead;
	color: white;
	text-decoration: none;
}

#nav_bar a:hover {
	background-color: #c88e25;
}

#nav_bar li.first a {
  padding-left: 0px;
  height: 36px;
  top: 0;

  background: url(/images/nav_bg.gif) repeat-x 0 0;
}

#nav_bar li.first a {
  padding-top: 0;
  padding-bottom: 0;
}

#nav_bar li.first a:hover {
  background-image: url(/images/nav_bg_active.gif);
}

#nav_bar li.first a span {
  display: block;
  height: 22px;
  padding: 7px 0 7px 30px;
  background: url(/images/nav_bar_left_border.gif) no-repeat 0 0;
}

#nav_bar li.first a:hover span {
  background-image: url(/images/nav_bar_left_border_active.gif);
}

#content_container {
  float: left;
}

.sidebar_container {
  float: right;
}

.content {
  width: 587px;
  height: 12px;
}

#content_top {
  background: url(/images/content_top.gif) no-repeat 0 0;
}

#content_middle {
  border-right: 1px solid #000;
  padding-left: 28px;
  padding-right: 22px;
  width: 536px;
  height: auto;

  background-color: #FFF;
}

#content_bottom {
  background: url(/images/content_bottom.gif) no-repeat 0 0;
  margin-bottom: 10px;
}

.sidebar {
  width: 251px;
  height: 13px;
}

#sidebar_top, .sidebar_top {
  background: url(/images/sidebar_top.gif) no-repeat 0 0;
}

#sidebar_middle, .sidebar_middle {
  border-left: 1px solid #000;
  padding-left: 22px;
  padding-right: 18px;
  width: 210px;
  height: auto;
  background-color: #FFF;
}

#sidebar_middle img, .sidebar_middle img {
  vertical-align: middle;
}

#sidebar_bottom, .sidebar_bottom {
  background: url(/images/sidebar_bottom.gif) no-repeat 0 0;
  margin-bottom: 10px;
}

#footer {
  padding-left: 28px;
}

#home_content p{
  font-size: 13px;
  line-height: 20px;
}

.section_beginning {
  padding-top: 15px;
}

.no_pad {
  padding: 0;
}

.main_speaker_bio, .abstract {
  clear: both;
  padding-top: 10px;
}

.main_speaker_bio img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  padding: 3px;
}

.center {
  text-align: center;
}

.time_row td {
  border-top: 1px solid #CCC;
}

.abstract_header {
  padding-top: 30px;
}

.abstract h4 {
  padding-top: 0px;
}

.registration_link:link, .registration_link:visited, .registration_link:active {
  color: #000;
  text-decoration: none;
  background: url(/assets/46/registration_button.jpg) no-repeat 0 0;
  display: block;
  width: 166px;
  height: 16px;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
}

.registration_link:hover {
  color: #FFF;
}

#register_button {
  float: right;
  width: 40%;
  text-align: center;
}

#register_button strong {
  display: block;
  color: #1F3447;
  font-size: 1.3em;
}

.sponsors {
	padding: 10px;
}

.sponsor img {
	vertical-align: middle;
}

.sponsor_name {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
  color: #6d8ead;
	position: relative;
	left: 15px;
}
