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

body {
	margin: 0;
	background-image: url(images/dbt_bg2.jpg);
	background-position: center top;
	background-repeat: repeat-y
}

#container {
	width: 827px;
	margin: 0 auto 0 auto;
}

#topstuff {
	width: 827px;
	height: 250px
}

#logoarea {
	float: left;
	margin-top: 60px;
	margin-left: 37px;
	width: 500px;
}

#buttonarea {
	float: right;
	width: 250px
}

p.blocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -5px;
	letter-spacing: -1px;
	font-size: 120%;
	color: #459f53
}

p.aboutblocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 120%;
	color: white
}

#aboutsection {
	width: 750px;
	margin-left: 37px;
	height: 200px;
	clear: both;
}

#about {
	float: left;
	width: 396px;
	height: 200px;
	background-image: url(images/about_bg_01.jpg)
}

#aboutimage {
	width: 354px;
	float: right
}

#about h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: white;
	padding: 10px 10px 20px 30px;
	line-height: 25px
}
	
.underlinemenu{
	font-weight: bold;
	width: 100%;
	clear: both;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: #00ceab;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #00ceab; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color: #047562;
	border-bottom-color: #047562;
}

#everythingelse {
	clear: both;
	width: 750px;
	margin-left: 37px;
	margin-top: 20px
}

#mainleft {
	float: left;
	width: 425px;
	margin-top: 5px;
	margin-bottom: 20px
}

#mainright {
	float: right;
	width: 325px;
	background-image: url(images/confbio_bg.gif);
	background-repeat: no-repeat;
	padding-top: 20px
}

#mainleft h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #047562;
	font-size: 130%;
	padding-left: 15px;
	text-transform: uppercase
}

#mainleft p {
	font-family: Arial, Helvetica, sans-serif;
	color: #047562;
	font-size: 90%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px
}

#mainleft a {
	font-weight: bold;
	color: #06b596;
}

#mainleft a:hover {
	background-color: #047562;
	color: #FFFFFF;
	text-decoration: none
}

#mainright h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #047562;
	font-size: 110%;
	padding-left: 15px
}

#mainright p {
	font-family: Arial, Helvetica, sans-serif;
	color: #047562;
	font-size: 90%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px
}

#mainright a {
	font-weight: bold;
	color: #06b596;
}

#mainright a:hover {
	background-color: #047562;
	color: #FFFFFF;
	text-decoration: none
}

#footer {
	clear: both;
	width: 750px;
	margin-top: 50px;
	margin-left: 39px;
	text-align: center
}

#footer p {	
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
}
.clear {
	clear: both
}
ul.pdf {
	list-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 75%; margin: 10px 0 10px 0
}

ul.pdf li {
	background: url(images/pdf_bullet.jpg) left center no-repeat; padding: 15px 0 15px 60px
}