body {
	background-color: white;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}

a {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #1E56A0;
}

.document {
	background-color: #E5EBD0;
	width: 726px;
	text-align: left;
	padding: 0;
}

.main_page {
	padding: 0px;
	border: solid 1px #333200;
	height: 600px;
}

.menu {
	background-color: #B99B04;
	text-indent: 10px;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	font-size: 11px;
	color: white;
	font-weight: bold;
}

.content {
	vertical-align: top;
	position: relative;
	font-size: 12px;
	width: 500px;
	padding: 10px;
	text-align: left;
	color: #333200;
}

#nav_right {
	position: absolute;
	width: 200px;
	top: 185px;
	left: 530px;
	font-size: 12px;
	background-color: #E5EBD0;
}

.nav_right_link {
	color: #1E56A0;
	text-decoration: underline;
}

.nav_right_link:hover {
	color: red;
}
		
.nav_header {
	font-size: 14px;
	font-weight: bold;
	background-color: #E5EBD0;
	width: 100%;
	color: #333333;
}

.nav_body {
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
	background-color: #E3E8C8;
	color: #333200;
}

.talk {
	font-size: 14px;
	font-weight: bold;
}

.bottom_bar {
	background-color: #000000;
	color: #999999;
	text-align: left;
	font-size: 10px;
	padding: 2px;
}

.spacer {
	height:1px;
	font-size: 1px;
	background-color: #FFFFFF;
}