/* We use a Background Image for Netscape 4 because*/ 
/*it cannot span the entire window with a div bg color */
body {
	background-color: #d7d6cf;
	margin: 36px 36px 36px 240px;
	padding: 0;
	background-image: url(images/graf_pbg.gif);
	background-repeat: repeat-x;
}
h1, h2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/* Netscape 4 will not honor font styles on the body selector very well */
p, div {
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}
#header {
	margin-top: -35px;
}
#header p {
	margin: 0;
	font-size: 90%;
	text-align: right;
}
#mainwrapper {
	margin: 0 ;
	font-size: 90%
}


/*Sidebar is absolutely posititioned for NN4 because it's more stable than floating*/
#sidebar {
	position: absolute;
	left: 24px;
	width: 180px;
	top: 136px;
	color: #666666;
}
#maincontent p {
	font-size: 90% ; font-weight: normal;
}
#maincontent ul, li {
	font-size: 90% ; font-weight: normal;
}
#maincontent h1 { margin: 0 0 12px;}
#sidebar h2 { margin: 0 0 12px;}
#sidebar p {
	font-size: 90%;
	color: #333;

.footer {
	font-size: 70%;
}
#sidebar a:link, #sidebar a:visited  {color: #000;}
/*Hover is used because MSIE4 supports it*/
#sidebar a:hover, #sidebar a:active  {color: #999;}


#sidebar a:link, #sidebar a:visited  {color: #000;}
/*Hover is used because MSIE4 supports it*/
#sidebar a:hover, #sidebar a:active  {color: #999;}
