@charset "utf-8";
.topbar {
	background-color: #CC6;
	height: 20px;
	width: 100%;
	position:fixed;
	top:0;
	left:0;
	display: block;
	height: 10px;
	padding: 0.3em 0.2em 0 0.8em;
	margin-bottom: 1px;
}

#sidemenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #CC6;
	background-color: #303018;
	display: block;
	height: 600px;
	width: 200px;
	position:fixed;
	top: 38px;
	left:20px;
}

#body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999950;
	overflow: scroll-y;
	margin-left: 200px;
	max-width: 600px;
	padding: 20px;
	height: 400px;
	text-align: justify;
	vertical-align: 110%;
}
body {
	background-color: #4B4B25;
}
.navlist {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-align: right;
	list-style-type: none;
	padding-right: 20px;
	display: block;
	height: 2em;
	padding: 0.3em 0.2em 0 0.8em;
	margin-bottom: 1px;
	color: #303018;
	text-decoration: none;
}

.navlist a:hover{
	color: #6FF;
	background-color: #996;
	}
a:link {
	text-decoration: none;
	color: #996;
}
a:visited {
	text-decoration: none;
	color: #996;
}
a:hover {
	text-decoration: none;
	
}
.headingintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FF9;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9C6;
	text-align: right;
	display: block;
	padding-top: 20px;
	padding-right: 5px;
}
#container {
	height: 630px;
	width: 100%;
}
.anchordiv {
	width: 100%;
	height: 30px;
}
a:active {
	text-decoration: none;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #CC6;
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
	list-style-type: none;
	position: fixed;
	height: 20px;
}
