/* CSS Document */

body {
	background-color: #e5bf86;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/body_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}
	
#page {
	width: 795px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: 0px;
	background-repeat: no-repeat;
	color: #458a44;
	font-size: 9pt;
	}
	
#header {
	width: 795px;
	height: 105px;
	}
	
td.menu_item {
	border-right: 3px solid #458a44;
	text-align: center;
	width: 110px;
	height: 105px;
	}
	
#main {
	width: 795px;
	text-align: center;	
	padding-top: 25px;
	}

#content, td.content_left, td.content_left table, table.subtable, table.subtable table, ul {
	color: #458a44;
	font-size: 9pt;
	}


#content {
	width: 795px;
	text-align: left;
	margin-bottom: 150px;
	}
	
td.content_left {
	padding-left: 100px;
	padding-right: 10px;
	width: 340px;
	}
	
td.content_right {
	width: 345px;	
	}
	
table.subtable {
	margin: 0px -40px 0px -100px;
	}
	
table.subtable td {
	width: 310px;
	padding: 0px 25px 0px 115px;
	}
	
#footer {
	width: 795px;
	padding-bottom: 15px;
	}
	
#footer img {
	margin: 0px 300px 0px 15px;
	}
	

img {
	border: 0px;
	vertical-align: top;
	}
	
p {
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
h1, h2 {
	color: #458a44;
	font-style: normal;
	font-weight: bold;
	}
	
h1 {
	font-size: 13px;
	}
	
h2 {
	font-size: 13px;
	margin: 5px 0px 0px 0px;
	}
	
h3 {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	color: #e5bf86;
	}
	
a {
	text-decoration: underline;
	color: #458a44;
	}

ul {
	margin: 5px 0px 0px 0px;
	}
	
.center {
	text-align: center;
	}
	
.alignleft {
	float: left;
	margin-right: 10px;
	}

.speaker_pic {
	 float: left;
	 margin: 8px 5px -3px 0px;
	 }