	html,body
	{
		margin: 0;
		padding: 0;
		font: 100% georgia, helvetica, arial, sans-serif;
		text-align: left;
		color: #000;
		background-color: #fff;
		background-image: url(schtripes.gif)
	}

	a:link { color: #000; text-decoration: underline;}
	a:visited { color: #000; text-decoration: underline; }
	a:hover { color: #000; text-decoration: none;} 
	a:active { color: #000; text-decoration: underline; }


	.head {font-size: 12pt; font-weight: bold;}
	.bighead {font-size:16pt; font-weight: bold; text-decoration: underline overline; letter-spacing: .5em; padding: 2px; }
	.indent {text-indent: 20px; }
	.caption { font-family: verdana, arial, sans-serif; font-size: 7pt; font-weight: bold;}


	#container
	{
		padding: 5px;
		margin-top: 2%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 2%;
		text-align: left;
		color: #000;
		background-color: #fff;
		border: 1px solid black;
	}

	#header 
	{ 
		background-color: #066; 
		padding: 5px;
		color: #fff;
		font-size: 32pt;
	}

	#underheader
	{ 
		background-color: #6c9; 
		color: #000;
		padding: 5px; 
		font-size: 11pt;
	
	}
		#underheader a {color: #fff;}

	#menu
	{
		float: left;
		width: 160px;
		margin-left: 0px;
		margin-bottom: 5px;
		color: #000;
		background-color: #cff;
		padding: 2px;
		display: block;
		
	}
		#menu a { display: block; color: #000; width: 155px; }
		#menu ul { width: 155px; margin-left: 5px; padding-left: 0px; list-style: none;}
		#menu li { width: 155px; font-size: 13pt; border-bottom: 1px solid #BDEDED; }
		#menu a { padding-top: 2px; padding-bottom: 2px;}
		#menu a:hover {background: #BDEDED;}
	#content 
	{ 
		background-color: #eee; 
		margin-left: 180px; 
		margin-right: 0px; 
		margin-bottom: 5px;
		margin-top: 5px;
		padding: 2px; 
		font-size: 10pt;
	}

	#footer
	{
		clear: both;
		background-color: #cff;
		height: 20px;
		padding: 5px;
	}