a, a:visited {
	color: #5ec4ff;
}

a.navigation_button:link, a.navigation_button:visited {
	color: #003300;
	cursor: pointer;
	text-decoration: none;
	background-color: inherit;
}

a.navigation_button:hover {
	background-color: #003300;
	color: white;
}

a.navigation_button:active {
}

body {
	background-color: #003300;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

div.main_content_area {
	background-color: #585e1e;
	border: 3px solid #ffbf25;
	color: white;
	margin-top: 1px;
	padding: 12px;
	text-align: left;
	width: 738px;
	background-image: url(content_bg.gif);
	background-repeat: repeat-x;
}

div.navigation_bar {
	background-color: #ffbf25;
	color: #003300;
	height: 27px;
	width: 768px;
	font-weight: bold;
	margin-top: 1px;
}

img.border-yellow {
	border: 2px solid #ffbf25;
}

span.navigation_button {
	border-width: 1px;
	border-style: solid;
	line-height: 26px;
	text-align: center;
	padding: 2px 18px 3px 18px;
	background-color: transparent;
	/* not used with Span: width: 103px; */
}

span.navigation_button_spacer {
	padding-left: 3px;
	padding-right: 3px;
}

span.section_header {
	border-bottom: 2px solid #003300;
	color: #c2daa0;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

span.views {
	font-size: 11px;
	font-style: italic;
	text-align: center;
}