
body {
	color:#333;
	background-color:#ffcc00;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 8px 0px;
	padding:0px;
	font-size:24px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 	{
	font:bold 11px, verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	color:#cc0000
	}
	
h4 	{
	font:bold 12px, verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	color:#000000
	}	
	
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
table {font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;}
	
	
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#3333ff;}
a:visited {color:#cc00cc;}
a:hover {
	background-color:#ffff66;
	text-decoration: underline;
	}
  

/* All the content boxes belong to the content class. */

.content {
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3;
	}
	
#Header {
	margin:10px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	height:32px;
	border:1px solid;
	line-height:11px;
	background-color:#eee;

	}

body>#Header {height:14px;}
	

#leftnav {
	position:absolute;
	width:150px; /* Incorrect value fed to IE5/Win (browsers that understand CSS1, but not CSS2, selectors). */
	top:63px;
	left:20px;
	border:1px dashed;
	background-color:#eee;
	padding:10px;
	z-index:2;
	}
body>#leftnav {width:128px;} /* Correct width fed to browsers that understand CSS2 selectors. */
		
#rightnav {
	position:absolute;
	width:190px; /* Incorrect value fed to IE5/Win (browsers that understand CSS1, but not CSS2, selectors). */
	top:63px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
	}
body>#rightnav {width:168px;} /* Correct width fed to browsers that understand CSS2 selectors. */

