body { 
	color: black; 
	background: white; 
	margin: 0; 
	padding: 0;
	 }

h1 { color: #006600; font-size: 180%;  font-family: Arial, Helvetica, sans-serif;  }
h2 { color: #006600; font-size: 150%;  font-family: Arial, Helvetica, sans-serif;  }
h3 { color: #006600; font-size: 150%; font-family: Arial, Helvetica, sans-serif; line-height: 110%; }
h4 { font-size: 100%; font-family: Verdana, Arial, sans-serif; line-height: 100%; }

h5 { 
  font-size: 75%; 
	font-family: Arial, sans-serif; 
	color:black; 
	}

h6 { 
  font-size: 70%; 
	font-family: Arial, sans-serif; 
	color:black; 
	text-transform: uppercase; 
	}

p { 
  font-size: 100%; 
  font-family: Verdana, Tahoma, Arial, sans-serif; 
  margin: 0 0 0 0;
  }

p.menu { 
  font-size: 100%; 
  font-family: "Comic Sans MS", Tahoma, Arial, sans-serif, serif; 
  color: black; 
  }
	
pre { font-family: monospace; }
ul { font-size:120%; }

a:link {color: blue; }
a:visited {color: red; font-size: 80%; }
a:active {color: teal; }
a:hover {color: navy;}

th {background: #99ffcc }

#headl {
	position: absolute;
	top: 0px;
	left: 0px;
                height: 63px;
	border: 0;
	background-color: #009900;
	padding: 0px;
	z-index: 2;
}

#headr {
	position: absolute;
                height: 63px;
	top: 0px;
	left: 175px;
	right: -3px;
	border: 0;
	background-color: #009900;
	padding: 0px;
	z-index: 2;
}

#navleft {
	position: absolute;
	width: 170px;
	top: 64px;
	left: 0px;
	font-size: 0.9em;
	border: 0;
	background-color: #99ffcc;
	padding: 10px;
	z-index: 1;
	a:hover {font-weight: bold; border-left-color: ;};
}
 
#content {
	position: absolute;
	min-width: 200px;
	top: 74px;
	left: 170px;	
	border: 0;
	background-color: white;
	padding: 20px;
	z-index: 1;
}
	
#fullpage {
	position: absolute;
	min-width: 200px;
	top: 74px;
	left: 10px;	
	border: 0;
	background-color: white;
	padding: 20px;
	z-index: 1;
}

#leftcol {
	width: 50%;
	min-width: 150px;
	left: 170px;
	border: 0;
	background-color: cyan;
	padding: 20px;
	z-index: 1;
}

#rightcol {
	width: auto;
	min-width: 150px;
	border: 0;
	background-color: white;
	padding: 20px;
	z-index: 1;
}
		
