body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 36px 36px 0px 240px;
	padding: 0;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Netscape 4 Needs Font Styles at the P and DIV Level*/
p, div {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
}

#header {
	margin: 0px;
}

#header p {
	margin: 0px;
	font-size: 12px;
	text-align: left;
}

#menubar {
	margin: 5px;
}

#menubar p {
	margin: 5px;
	font-size: 12px;
	text-align: right;
}

#mainwrapper {margin: 0;}


/*Sidebar is absolutely posititioned for NN4 because
it's more stable than floating. We will be floating the sidebar in the
version 5 style sheet*/

#sidebar {
	position: absolute;
	left: 24px;
	width: 180px;
	top: 136px;
	color: #666666;
	background-color: #FFFFFF;
}

#maincontent p, ul {
	font-size: 14px;
	line-height: 1.5;
}

#maincontent h1, h2 { margin: 0 0 12px 0;}
#sidebar h2 { margin: 0 0 10px 0;}
#sidebar p {font-size: 12px; color: #666666; background-color: #FFFFFF;}
#footer {margin: 48px 0 0 0;}
#footer p {
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#maincontent a:link, #maincontent a:visited  {color: #000000;}
#sidebar a:link, #sidebar a:visited  {color: #000000;}

/*Hover is Supported by MSIE4*/
#maincontent a:hover, #maincontent a:active  {color: #999999;}
#sidebar a:hover, #sidebar a:active  {color: #999999;}

input, textarea {
	border: 1px solid #000000;
}

input.button {
	color: #000000;
	background-color: #CCCCFF;

}

#html401check a:link, #html401check a:hover, #html401check a:active, #html401check a:visited {
}
