﻿body {
	background-color:#FFF;
	padding-top: .5em;
	padding-left: 0;
	padding-right: 0;
}

p {
	margin-top: 0;
	font: 1em sans-serif;
	text-align: justify;
	color: #000
}

h6   {
	font: 1.1em sans-serif;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}

h5   {
	font: 1.3em sans-serif;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}

h4   {
	font: 1.5em sans-serif;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}

h3   {
	font: 1.7em sans-serif;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}

h2   {
	font: 2em sans-serif;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}

h1   {
	font: 2em sans-serif;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

img.right {
	float: right;
	margin: 3px;
	border: none;
}

img.left {
	float: left;
	margin: 3px;
	border: none;
}

img.main {
	margin-top: 1em;
	border: medium #440e0f solid;
}

img.center{
	margin: 3px;
}
img.headers {
	margin-top: .7em;
}

#header {
	width: 100%;
	height: 170px;
	margin-bottom: .1em;
	position: relative;
	margin-left: 0;
}

div#heading img {
	display: none;
}
#heading {
	background: url('imgs/headers/2009MeetingLogo_header.png') no-repeat left top;
	width: 100%;
	height: 190px;
	margin-top: -1em;
	margin-left: -1em;
	margin-bottom: 0;
	position: absolute;
	left: 0;
}

#headingright {
	background: url('imgs/headers/2009Meeting_info.png') no-repeat right bottom;
	width: 280px;
	height: 170px;
	margin-top: -1.8em;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	position: absolute;
	top: 0px;
	left: 70%;
}

#content {
	width: 890px;
	height: 100%;
	margin-top: .2em;
	margin-left: auto;
	margin-right: auto;
}

#contentleft {
	width: 370px;
	height: 73%;
	top: 0;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	z-index: 20;
	margin-left: 0;
}

#contentright {
	width: 515px;
	height: 73%;
	margin-left: 400px; 
	top: 190px;
	margin-right: 1em;
	margin-bottom: 0;
	margin-top: 2em;
	position: absolute;
	z-index: 30;
 }
 
#contentcenter {
	width: 885px;
	height: 73%;
	top: 0;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	z-index: 20;
	margin-left: 0;
	margin-right: 1em;
}

#navigation {
	width: 100%;
	height: 1.2em;
	margin-top: .5em;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	font: 1.1em sans-serif;
	font-weight: bold;
	z-index: 10;
	min-width: 400px;
	text-align: center;
	background: #fff;
}

div#navigation a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

div#navigation a:link{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

div#navigation a:active {
	text-decoration: none;
	color: #000;
}

div#navigation a:hover {
	text-decoration: underline;
	color: #000;
}

span.navigation {
	text-decoration: underline;	
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #440e0f;

}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #440e0f;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #440e0f;
}

a:hover {
	text-decoration: none;
	color: #440e0f;
}




