body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
	font-family:  verdana, tahoma, arial;
	font-size: 80%;
	line-height: 200%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

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: #666;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #666;
}

#main
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
}

#main h1
{
	border-bottom: 1px solid #808080;
	font-family: verdana, tahoma, arial;
	font-weight: 125;
	letter-spacing: 8px;
	font-size: 1.3em;
	text-align: center;
}

#main h2
{
	font-family: verdana, tahoma, arial;
	font-weight: 110;
	letter-spacing: 1.5px;
	font-size: 1em;
	text-align: center;
}

#main h3
{
	border-bottom: 1px solid #808080;
	font-family: verdana, tahoma, arial;
	font-weight: 105;
	letter-spacing: 0px;
	font-size: 1.1em;
	text-align: center;
}

#main h4
{
	font-family: verdana, tahoma, arial;
	font-weight: 105;
	letter-spacing: 0px;
	font-size: 1em;
	text-align: left;
}

#main h5
{
	font-family: verdana, tahoma, arial; 
	font-weight: 85;
	letter-spacing: 4px;
	font-size: .7em;
	text-align: center;
}

#main p
{
	border-bottom: 1px solid #808080;
	font-family: verdana, tahoma, arial; 
	font-weight: 105;
	letter-spacing: 0px;
	font-size: 1em;
	text-align: left;
}


#main label
{
	float: left;
	width: 120px;
	font-weight: bold;
}

#main input, textarea
{
	width: 280px;
	margin-bottom: 5px;
}

#main textarea
{
	width: 280px;
	height: 185px;
}

#main .boxes
{
	width: 1em;
}

#main #submitbutton
{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

#main br
{
	clear: left;
}

_______________________________________________

.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: #666;
border-bottom: 1px dashed #999;
}

.navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #555;
color: #fff;
}

#topmenu
{
	border-top: 1px dashed #999;
}

