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

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #000000;
	text-decoration: none;
}

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

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 100%;
	overflow: none;
	background-color: #026afc;
	border-right:1px solid #000;
}
h4 {
	color: #ccc;
	background-color: #026afc;
	text-align: center;
	height: 64px;
	line-height: 74px;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 0 0;
}

#menutop
{
	width: 165px;
	height: 200px;
	border-bottom:1px solid #808080;
	
	background-color: #026afc;
}

#main
{
	margin-left: 180px;
	padding: 20px;
}

p, td, th, i, blockquote, center { font-family: Verdana; font-size: 9pt; color: black }


