@charset utf-8;
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.larger {
	font-size: 1.4em;
}


body {
	background-color: #958A74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .938em;
	color: #000000;
}
#top {
	background-image: url(../Images/Header_Trees_Logo.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 143px;
	margin-top: 20px;
	position: relative;
}
#top ul {
	list-style-type: none;
	display: inline;
	position: absolute;
	top: 100px;
	left: 120px;
}
#top li {
	display: inline;
}
#top ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.938em;
	color: #949494;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
#top ul li a:hover {
text-decoration:none;
}

#body  {
	background-image: url(../Images/Full_Length_Sidebar/Body_Mid_1px.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#noSidebar {
	background-image: url(../Images/No_SideBar/Body_Mid_1px.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.sidebar {
	background-image: url(../Images/SideBar/Sidebar_Mid1px.jpg);
	background-repeat: repeat-y;
	width: 240px;
}

#sidebar1 {
	position: absolute;
	top: 6px;
	left: 540px;
}
#sidebar1 div {
	margin-left: 26px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 40px;
	margin-top: 15px;
}
#speakers_photos {
	width: 240px;
	position: absolute;
	left: 540px;
	top: 32em;
}
#speakers_photos img {
	margin-bottom: 10em;
}


#sidebar1 p {
	color: #FFFFFF;
	margin-top: 35px;
}
#mainBodyCopy p {
	margin-top: 20px;
}


#mainBodyCopy {
	padding-left: 36px;
	width: 500px;
	padding-bottom: 30px;
	padding-top: 20px;
}
#mainBodyCopy  h2  {
	font-style: italic;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .938em;
	color: #000000;
	font-weight: normal;
}
#mainBodyCopy ul {
	list-style-type: none;
	margin-top: 20px;
}
#mainBodyCopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .938em;
	color: #000000;
	text-decoration: underline;
}
#mainBodyCopy a:hover {
	text-decoration: none;
}



#secondaryCopy {
	position: absolute;
	left: 565px;
	top: 55px;
	width: 205px;
	max-height: 95%;
}
#secondaryCopy p {
	color: #FFFFFF;
	margin-top: 35px;
}
#secondaryCopy  a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#secondaryCopy a:hover {
	text-decoration: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.938em;
	color: #333333;
	text-align: center;
	background-color: #958a74;
}
#copyright a {
	color: #333333;
	text-decoration: underline;
}
#copyright a:hover {
	text-decoration: none;
}

.topImage  {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
	display: block;
}

.bottomImage  {
	margin-bottom: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	display: block;
	position: absolute;
	bottom: 0px;
}
