<!-- Put comments in file to provide further explanation
This is the stylesheet for print media -->
<!-- alternate font families: 
verdana, helvetica, sans-serif; 
OR garamond, serif; 
OR charlesworth, serif;

colors in use 
black:#000000
white:#ffffff
nearly_black:#330000
dark_red_brown:#660000
medium_red_brown:#990000

logo_green:				#

matching tones:
very_dark	_green:		#336633		
			_blue:		#336666
dark		_green:		#99cc99
			_blue:		#669999
			_olive_grn	#666633
medium		_green:		#99cc99  
			_blue:		#99cccc
			_olive_grn:	#999966
light		_green:		#ccffcc  
			_blue:		#ccffff
			_olive_grn:	#cccc99
bright		_olive_grn:	#999900
-->



<!--  For links in the page detail -->
a:link {color:#cc9933; text-decoration:none; } 
a:visited {color:#996600; text-decoration:none;}
a:hover{color:#ff9933;} 
a:active{color:#ff9933;} 

<!--  For links in the left nav -->
<!--  Menubar navs are in a separate stylesheet, styles_menubar.css -->
<!-- Three levels of navs  -->
a.navat0:link {font-family: charlesworth, serif; font-size: .9em; color:#666633; text-decoration:none;font-weight: bold; background: cc9933;} 
a.navat0:visited {color:#666633; text-decoration:none;}
a.navat0:hover,a.nav0:active	{ color:#fff; } 

a.navat1:link {font-family: garamond, serif; font-size: 0.8em; color:#666633; text-decoration:none;font-weight: bold; background: cc9933; } 
a.navat1:visited {color:#666633; text-decoration:none;}
a.navat1:hover,a.nav1:active	{ color:#fff;} 

a.navat2:link {font-family: garamond, serif; font-size: 0.8em; color:#666633; 
text-decoration:none;font-weight: bold; background: cc9933;} 
a.navat2:visited {color:#666633; text-decoration:none;}
a.navat2:hover,a.nav2:active	{ color:#fff; } 

<!-- Each nav level has a corresponsing format to use when you are at the page -->
a.nav0:link {font-family: charlesworth, serif; font-size: .9em; color:#660000; text-decoration:none; font-weight: bold; background: cc9933;} 
a.nav0:visited {color:#660000; text-decoration:none;}
a.nav0:hover,a.navat0:active	{color:#fff;} 

a.nav1:link {font-family: garamond, serif; font-size: 0.9em; color:#660000; text-decoration:none; font-weight: bold;background: cc9933;} 
a.nav1:visited {color:#660000; text-decoration:none;}
a.nav1:hover,a.navat1:active	{color:#fff;} 

a.nav2:link {font-family: garamond, serif; font-size: 0.8em; color:#660000; text-decoration:none; font-weight: bold;background: cc9933;} 
a.nav2:visited {color:#660000; text-decoration:none;}
a.nav2:hover,a.navat2:active	{color:#fff; font-weight: bold;} 

body {text: #330000; background-color: #660000;  
	font-family: verdana, helvetica, sans-serif;}
div {font-family: verdana, helvetica, sans-serif ; background-color: #ffffff;} 
div.head {background-color: #660000;}
div.body {font-family: verdana, helvetica, sans-serif; background-color: #660000;} 

/* Headers */
h1 {font-family: garamond, serif; font-size: 1.4em; color: #cc9933; font-weight: bold; text-align: center; margin-top: .5em; margin-bottom: 1em;}
h1.left {text-align: left; margin-left: 3em;}

h2 {font-family: garamond, serif;font-size: 1.2em; color: #aa6633; font-weight: bold; text-align: center; margin-top: 2em; margin-bottom: 0em;}
h2.left {text-align: left; margin-left: 3em;}

h3 {font-family: garamond, serif;font-size: 1.0em; color: #660000; font-weight: bold; text-align: center; margin-top: 1em; margin-bottom: 0em;}
h3.left {text-align: left;}

input {color: #999966;font-family: verdana, helvetica, sans-serif;}
input.required {color: #999966; background: #ff9;}
input.submit {color: #030; background: #9c9;}

select {color: #999966; background: #ff9;font-family: "comic sans MS", verdana, helvetica, sans-serif;}
textarea {color: #999966;font-family: verdana, helvetica, sans-serif;}
textarea.required {background: #ff9;}
ul {font-size: .83em; font-family: verdana, helvetica, sans-serif ;
	color: #330000; margin-left:2em; margin-right: 2em; margin-top:} 1em; margin-bottom: 0em;
li {font-size: .83em; font-family: verdana, helvetica, sans-serif ;
	color: #330000; margin-left: 5em; margin-right:3em; margin-top: .3em; margin-bottom: 0em;}
li.warning {font-size: .83em;color: #330000;}

p {font-size: .83em; font-family: verdana, helvetica, sans-serif ;
	color: #330000; margin-left:2em; margin-right: 2em; margin-top: 1em; margin-bottom: 0em;}
p.contrast {color:006600; font-weight: bold; font-size: .75em;}
p.update {margin-top: 5em;}
p.indent {text-indent: 2em;color: #330000;} 
p.warning {font-size: .83em;color: #ff0000;}
img {margin-left: 1em; margin-right: 1em; margin-top:1em; margin-bottom 3em;}
<!--  Page Detail is displayed inside a table, so this is the underlying style if <p> or other tags are not used. -->

td {font-family: verdana, helvetica, sans-serif; font-size: 1em;
 	color:#000000; background: #ffffff; vertical-align: top;}
td.pagebottom {color:#000; text-align: center; font-size: .7em; }
td.navhead {v-align: center; background: cc9933;} 
td.mainpage {background: #ffffff; }
td.header {background: #660000; }




