/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FDFDFD;
	background-repeat: repeat-y;
	background-position: center;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	background-image: url(../images/bg.png);
}

/* Text styles */

.small{
font-size: 85%;
line-height: 100%;
}

.sub{
	font-weight: bold;
	color: #CC0000;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #486AAE;
}
a:active {
	text-decoration: underline;
	color: #486AAE;
}

h1 {color: #CC0000;
		font-size: 170%;
		line-height: 120%;
		padding: 0px;
		margin: 0px 0px 0px 0px;
}

/* Nav */

#navcontainer { 
width: 155px; 
float: left;
margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 140px;
background-color: #FFF;
border-bottom: 1px solid #486AAE;
}

#navcontainer a:link, #navlist a:visited
{
color: #CC0000;
text-decoration: none;
}

#navcontainer a:hover
{
color: #333333;
text-decoration: none;
background-color:#FCEBEB;
}

#content li
{
padding-bottom: 6px;

}


/* Exhib Sub Nav */
ul#subnavlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#subnavlist li
{
display: inline;
list-style-type: none;
}

#subnavlist a { padding: 3px 10px; }

#subnavlist a:link, #subnavlist a:visited
{
color: #fff;
background-color: #BBB;
text-decoration: none;
}

#subnavlist a:hover, #subnavlist li a#active
{
color: #fff;
background-color: #666;
text-decoration: none;
}


/* Div tags */

.clear {
	clear: both;
	line-height: 0px;
}

#header {
	width: 800px;
	height: 180px;
	background-image: url(../images/cbce_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
}

#content {
	margin-top: 20px;
	margin-left:  0px;
	margin-right: 0px;
	padding-right: 20px;
	width: 600px;
	float: right;
}
#footer {
	margin-top: 20px;
	margin-left:  0px;
	margin-right: 0px;
	padding-right: 20px;
	width: 600px;
	float: right;
}

#pic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#pichome {
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#news {
	float: right;
	width: 278px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #edf3f3;
	border: dashed #AAAAAA 1px;
	padding: 10px 10px 10px 10px;
}
#speaker {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: solid #AAAAAA 1px;
	padding: 0px 8px 8px 8px;
}
#speaker .name {
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 8px;
	margin-left: -8px;
	background-color: #edf3f3;
	border-bottom: solid #AAAAAA 1px;
	padding: 8px 8px 8px 8px;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	width: 800px;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

