#container {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

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

img
{
	border: 0px;
}

th{
	font-weight:normal;
}

body > #menu
{
	float: left;
} 

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

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

#menu
{
/**	position: absolute;
	top: 0;
	left: 0; **/
	float: left;
	width: 200px;
	height: 100%;
	background-color: #e4cc9c;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
/**	background-color: #ffeab8;**/
}

#main
{
	/**vertical-alignment:top;**/
	margin-left: 215px;
	padding: 10px;
	margin-right:10px;
}


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

#main h3
{
    font-size: 150%;
	text-align: center;
}
#main h4{ text-align: center;}

#main h1{
	font-size: 300%;
}
#main li{
margin-bottom:-10px;
/*padding-left:15px;*/
}

#peoplelists li{
	margin-bottom:0px;
	list-style-type: none;
}

#main ul{
/**display: inline;**/
}

#ulfixmargin{
	margin-top:-10px;
vertical-align:top;
	}


.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
