/* CSS Document */

body{
	background-color:#FFE6CC;
	font-size:80%; 
	font-family:Arial, Geneva, Helvetica, sans-serif; 
	color:#000000; 
	width:840px;
	}

#nav_wrapper{
	width:100%;
	background-color:#FFFFFF;
	float:left;
	}
	
.nav_left{
	background-color:#D3E9AD;
	width:22%;
	height:100%;
	border-right:#316300 1px solid;
	float:left;
	color:#D3E9AD;
	}
	
.nav_left a{
	color:#D3E9AD;
	}
	
.nav_right{
	width:76%;
	height:100%;
	padding-right:1em;
	background-color:#FFFFFF;
	text-align:right;
	float:right;
	}
	
.nav_right a{
	color:#316300;
	}
	
#header_wrapper{
	width:100%;
	float:left;
	border-bottom:#316300 1px solid;
	background-color:#FFFFFF;
	}

.header_left{
	width:22%;
	height:85px;
	background-color:#D3E9AD;
	background-image:url(../springconference09/images/nhla_header_left.png);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	border-right:#316300 1px solid;
	padding-bottom:1em;
	}
	
.header_right{
	width:76%;
	height:85px;
	background-color:#FFFFFF;
	background-image:url(../springconference09/images/nhla_header_right.png);
	background-repeat:no-repeat;
	float:right;
	padding-bottom:1em;
	padding-left:0.5em;
	}
	
#content_wrapper{
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	float:left;
	}
	
.content_left{
	width:22%;
	height:auto;
	float:left;
	background-color:#D3E9AD;
	border-right:#316300 1px solid;
	padding-bottom:100%;
	}

.content_left a{
	text-transform:uppercase;
	text-decoration:none;
	display:block; 
	width:15%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	color:#316300;
	}

.content_left ul{
	display:block;
	text-decoration:none;
	list-style:none;
	padding-bottom:100%;
	background-color:#D3E9AD;
	}
		
.content_left li{
	border-bottom:1px #FFFFFF solid;
	}

.content_right{
	width:76%;
	height:auto;
	float:right;
	background-color:#FFFFFF;
	padding-right:1;
	padding-left:1;
	padding-top:1;
	}

.content_right img{
	margin:0.5em;
	position:static;
	}
	
.content_right h1{
	font-size:120%;
	font-color:#316300;
	text-decoration:none;
	text-align:center;
	}

.content_right h2{
	font-size:100%;
	font-color:#316300;
	text-decoration:none;
	}
	
.content_right h3{
	font-size:90%;
	font-color:#316300;
	font-style:italic;
	}
	
.content_right ul{
	text-decoration:none;
	list-style:none;
	}

ul.steve li{
	text-decoration:none;
	list-style-type: disc;
	margin-left: 20px;
	}
	
.content_right table{
	width:610px;
	height:auto;
	margin-left:5px;
	}
	
.content_right th{
	text-align:center;
	border-style:none;
	border-width:1em;
	background-color:#D3E9AD;
	}
	
.content_right td{
	border-style:none;
	border-width:1em;
	}

.content_right p{
	margin:2em;
	}
	
#footer{
	width:100%;
	height:auto;
	float:left;
	font-size:80%;
	text-align:center;
	background-color:#D3E9AD;
	border-top:1px #316300 solid;
	padding-top:1em;
	}
	

	
	

