html
{
	/*background-color: #999999;*/
	background-color: #E0E0E0;
}

body
{	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	min-width: 780px;
	margin-top: 0;
	font-size: 13px;
}

#container
{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #333333;*/
	background-color: #FFFFFF;
    z-index: 9;
	
}

#header 
{	
	width: 780px;
	height: 235px;
	background-color: #006838;
	padding-bottom: 5px;
}

#header p
{
	text-align:right; 
	color: white;
	font-size: 14px;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 35px;	
}

#content
{
	padding: 0px;
	margin: 15px;
	position: relative;
}

#contentReg{
	padding: 0px;
	margin: 15px;
	width: 650px;
}

#footer{
	width: 780px;
	height:5px; 
	background-color:#E97B1E;
	background-repeat:no-repeat;
	z-index:8;
}

h2, h3{
	color:#006A00;
	margin-bottom:10px;
}

div.row {
  clear: both;
  padding-top: 5px;
	padding-bottom: 5px;
}


div.tblRow{
	clear:both;
	padding-top: 5px;
	padding-bottom:10px;
}


div.spacer{
	background-color:#FFFFFF;
	height:1px;
	margin-left:5px;
	margin-right:5px;
}

div.row span.label {
  float: left;
  width: 220px;
  text-align: right;
  padding-top:3px;
}

li#space4{
	margin-bottom:4px;
}

ul{
	list-style-position:outside;
}

tr.tblHdr2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

#backToTop
{
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 120px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	/*float: right;*/
}

#insTable td
{
	padding: 5px;
}

th{
	white-space: nowrap;
}

.leftCell
{
	width: 250px;
	text-align: right;
	font-weight: bold;
}

#objList li
{
	margin-bottom:15px;
	margin-left: -25px;
}

div.label{
	font-style:italic; 
	font-weight:bolder;
}

#loginBox
{
    width: 300px;   
    margin-left: 130px;
    margin-right: auto;
    border: 1px solid black;
    text-align: center;
}



#logoutLink
{
    margin-left: 10px;
	outline: none;
	font-size: 10px;
	text-decoration:none;
}

#logoutLink:hover
{
 	text-decoration: underline;
}


/* SPEAKER PRESENTATION SECTION */
h2.pres
{
	margin-top: 6px;
}

#searchName
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 275px;	
	text-align: right;
}

#SpeakerNav
{
	position: absolute;
	top: 50px;
	right: -10px;
}

#SessionDiv
{
	width: 550px;
}
