<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
	margin:20px 20px 20px 20px;
	font-family: "Arial Narrow";
	color:#68701c;
		}
	
	.main {
	border-left:1px solid #68701c;
	border-right:1px solid #68701c;
	border-top:1px solid #68701c;
	border-bottom:1px solid #68701c;
	background:#FBE78B;
	font-family: "Arial Narrow";
	font-size: 12px;
	text-align: left;
	color:#68701c;
	margin: 40px;
	padding: 5px;

		}
		
		.maindiv {
	border-left:1px solid #68701c;
	border-right:1px solid #68701c;
	border-top:1px solid #68701c;
	border-bottom:1px solid #68701c;
	background:#D7E07E;
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color:#68701c;
	margin: 20px;
	padding: 5px;

		}
		
		.submenu {
	border-left:1px solid #68701c;
	border-right:1px solid #68701c;
	border-top:1px solid #68701c;
	border-bottom:1px solid #68701c;
	background:#FBDB7D;
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#68701c;
	margin: 40px;
	padding: 5px;

		}
		td
{color: #68701c;
font-weight: plain; 
padding-left: 0px;
font-size: 12px;}



.outline 
{  
valign: top;
border: 1 solid #68701C;}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	.mainmenu {
	border-left:1px solid #68701c;
	border-bottom:1px solid #68701c;
	float:right;
	width:230px;
	background:#D7E07E;
	padding:5px;
	margin:0px 0px 10px 10px;
	font-family: "Arial Narrow";
		}
		
a {
	color:#68701C;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family: "arial narrow";
	}
a:link {color:#68701C;}
a:visited {color:#68701C;}
a:hover {background-color:#FBE78B;}
			
	p,h1,h2,h3,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
	font-size:40px;
	padding-top:10px;
	font-family: "Arial Narrow";
	color:#68701c;
		}
		
	h2 {
	font-size:20px;
	padding-top:10px;
	font-family: "Arial Narrow";
	color:#68701c;
		}
		
	h3 {
	font-size:14px;
	padding-top:10px;
	font-family: "Arial Narrow";
	color:#68701c;
	align:center;
		}
	
	#menu p { font-size:10px}
	
</style>
