@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 9pt;
	color: #808080;
	line-height: 20px;
	}
body {
	background-image: url(images/layout/cbbg.jpg);
	background-repeat: repeat;
	}
#container {
	position: relative;
	margin: 0 auto;
	vertical-align: top;
	width: 100%;
	text-align: center;
	}


a:link {
	color: #7D9F21;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #7D9F21;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #AAC550;
	}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #ABC750;
	}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}
h1 {
	font-size: 16px;
	color: #7C7C7C;
	padding-top: 15px;
	}
h2 {
	font-size: 12px;
	color: #294010;
	text-transform: uppercase;
	}
h3 {
	font-size: 14px;
	}
ul {
	list-style-image:url(images/bullet.gif);
	padding-right: 20px;
	}	
#content {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	}
#footer {
	position: relative;
	margin: 0 auto;
	bottom: 0; 
	background-image: url(images/footer.png);
	width: 800px;
	height: 178px;
	}
/*#footer {
	position: fixed;
	_position: absolute;
	margin: 0 auto;
	bottom: 0;
	_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	background-image: url(images/footer.gif);
	width: 800px;
	height: 178px;
	}*/
	
	
.underline {
	border-bottom: 1px dashed;
	border-bottom-color: #879E33;
	}
.tag_po {
	background-image: url(images/tag_po.png);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.speaker {
	float: left;
	margin: 0px 10px 0px 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #879E33;
	border-bottom: 1px solid #879E33;
	border-spacing: 0;
	}