/* CSS Document */
body{
background-color: #5f553e;
text-align: center;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 754px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y; 
}

#header {
width: auto;
margin: 0px;
}

#right_content{
	width: 240px;
	float: right;
	margin: 0px 6px 0px 0px;
}

#right_text{
	width: 200px;
	margin: 20px;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

#right_content ul{
	list-style: square;
}

#right_content a:hover {
	text-decoration: none;
}

#content {
	width: 500px;
   margin: 0px 0px 0px 6px;
	float: left;
	min-height: 300px;
}

#body_text{
	font-size: 12px;
	margin: 20px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

#body_text li{
	padding: 3px;
}

#body_text table{
	font-size: 12px;
}

#body_text ul{
	list-style: square;
}

/* IE6 Only ****************************************/
* html #content{
margin-left: 3px;
}

* html #right_content{
margin-right: 3px;
}

/* Site Menu *************************************************/
#nav{
	width: 660px;
}

#nav ul{
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 82px;
	width: 100%;
	height: 27px;
	background-color: #84000A;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#nav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#nav ul li{
display: inline;
}

#nav ul li a{
	float: left;
	color: #FFFFFF;
	padding: 6px 22px 7px;
	text-decoration: none;
}

#nav ul li a:visited{
color: #FFFFFF;
}

#nav  ul li a:hover, .solidblockmenu li {
color: #84000A;
background-color: #DBCAA7;
}

#nav a.current:link {
color: #84000A;
background-color: #DBCAA7;
}
#nav a.current:visited {
color: #84000A;
background-color: #DBCAA7;
}

#nav a.current:hover {
color: #84000A;
background-color: #DBCAA7;
}

#nav a.current:active {
color: #84000A;
background-color: #DBCAA7;
}

#nav ul .last a{
	border-right: none;
}

/* Print Brochure *************************************************/

#navcontainer a.brochure:link {
background: url(images/pdf.gif) no-repeat 20px center;
}

#navcontainer a.brochure:visited {
background: url(images/pdf.gif) no-repeat 20px center;
}

#navcontainer a.brochure:hover {
background: url(images/pdf.gif) no-repeat 20px center;
}

#navcontainer a.brochure:active{
background: url(images/pdf.gif) no-repeat 20px center;
}
/**********************************************************/

#footer {
background-image: url(images/footer.gif);
background-repeat: no-repeat;
height: 112px;

}

.footer_text{
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	clear: both;
}

a:link {
	color: #0000FF;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

.date{
	color: #84000A;
	font-weight: bold;
	font-size: 12px;
}

.session{
	color: #004C7B;
	font-weight: bold;
	font-size: 14px;
}

h1{
font-size: 16px;
padding-bottom: 5px;
color: #84000A;
}

img.speaker{
	margin-right: 10px;
}
