
body {
	background-color: #78937b;
	font-family: Helvetica, Arial, sans-serif;
}

a:link, a:active, a:visited {
	color: #8E2438;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #78937B;
	text-decoration: underline;
}

.container	{
	border: 1px solid Black;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 750;
}
	  
.menubar {
	background-color: #8E2438;
	color: #FFFFFF;
	width: 185px;
}

.menubar .bottombar {
	vertical-align: bottom;
}

.spacer {
	height: 4px;
	width: 8px;
}

.content {
	height: 148;
	width: 555px;
}

img {
	border: none;
}

.dropdown {
	position: relative;
	display: none;
}

.dropdown a, .dropdown a:visited, .dropdown a:link, .dropdown a:active {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 5;
	padding-left: 5;
	font-size: 95%;
}

.dditem {
	width: 185;
	border-bottom: 1px solid #FFFFFF;
}

.dropdown a:hover {
	color: #F0FBA2;
}

.title {
	font-weight: bold;
	font-size: 125%;
}

.disclaim {
	font-size: 75%;
}

.desc {
	margin-left: 5px;
	padding-left: 5px;
}

.llink {
	font-weight: normal;
}
