@charset "utf-8";
td.dottedbg {
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-y;
	width: 1px;
}
td.conferencebg {
	background-image: url(images/conference_bg.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 171px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td.leftlink {
	font-size: 12px;
	color: #2c4079;
	background-image: url(images/left_link_bg.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 151px;
	padding-right: 20px;
}
td.leftlink a {
	font-size: 12px;
	color: #2c4079;
	text-decoration: none;
}
.bluehd {
	font-size: 20px;
	font-weight: bold;
	color: #022860;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
td.footer {
	font-size: 11px;
	color: #aa0b20;
	background-color: #c8c8c8;
	height: 30px;
	font-weight: bold;
}
td.footer a {
	font-size: 11px;
	color: #aa0b20;
	font-weight: bold;
	text-decoration: none;
}
td.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #012d82;
	height: 30px;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	margin-top: 2px;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #a7b5cb;
	color: #000000;
}
td.nav {
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	height: 33px;
}
table.content {
	border: 1px solid #022860;
	
