body {
	margin:25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-indent: 5px;
}
* {padding:0; margin:0}
.dropdown {
	float:left;
	padding-right:5px;
	padding-left: 5px;
}
.dropdown dt {
	width:200px;
	border:2px solid #999999;
	padding:3px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/header.gif);
}
.dropdown dt:hover {background:url(../images/header_over.gif)}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:200px;
	display:none;
	z-index:200;
	opacity:0;
	background-color: #CCCCCC;
}
.dropdown ul {
	width:200px;
	list-style:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:200px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bgc {
	background-image: none;
	background-repeat: repeat-y;
	margin-left: 100px;
	background-color: #000000;
}
