body {
	background-color: #FFFFFF;
	margin: 0px 36px 0 240px;
	padding: 0;
	background-image: url(images/graf_pbg.gif);
	background-repeat: repeat-x;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/* Netscape 4 Needs Font Styles at the P and DIV Level*/

p, div {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header { margin: 0;}

#header p {
	margin: 0;
	font-size: 12px;
	text-align: left;
}

#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 {
	left: 0px;
	width: 180px;
	top: 136px;
	color: #666666;
}
#maincontent p {font-size: 12px;}
#maincontent h1 { margin: 0 0 12px 0;}
#sidebar h2 { margin: 0 0 10px 0;}
#sidebar p {font-size: 10px; color: #666666;}
#footer {margin: 48px 0 0 0;}
#footer p {
	margin: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#sidebar a:link, #sidebar a:visited  {color: #000;}

/*Hover is Supported by MSIE4*/

#sidebar a:hover, #sidebar a:active  {color: #999;}
