html {
	overflow:hidden
}

body {
       width:100%;
      overflow:auto;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
}

img {
	border: 0px;
}


a:active, a:visited, a:link {
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #CCCCCC;
	border-right:1px solid #FF0000;
}

#menutop {
	width: 200px;
	height: 105px;
	border-bottom:1px solid #808080;
	background-color: #FFFFFF;
}

#main {
	margin-left: 240px;
	padding: 20px;
	overflow: auto;

}

#main h2 {
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}
.navcontainer {
      width: 200px;
}

.navcontainer ul {
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a {
display: block;
padding: 3px 15px;
width: 170px;
background-color:#000099;
border-bottom:1px dotted #FF0000;
}

.navcontainer a:link, .navlist a:visited {
color:#FFFF00;
text-decoration: none;
}

.navcontainer a:hover {
background-color:#0099FF;
color: #fff;
}

#topmenu {
	border-top: 1px dashed #000099;
}
