/* This is the style sheet for pages with dark blue (#000033) backgrounds */
/* The image must be specified in the body style attribute in the HTML */
/* created on:			3/5/01 at 12:34 PM */
/* last modified on:	3/5/01 at 12:34 PM */ 

body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999933; background-attachment: fixed; background-color: #000033; background-repeat: no-repeat; background-position: left bottom}
h1 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: bold; font-variant: small-caps}
h2 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; font-variant: small-caps}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: #999966; margin-right: 5px; margin-left: 5px}
a:link {	text-decoration:none; color:#CC0033	}
a:visited	{	text-decoration:none; color: #99FFCC	}
a:hover	{	text-decoration:underline; color: #000000; background-color: #333366;}
#content	{	position:absolute; left:333px; top:50px; width:300px; height:300px; z-index:1; overflow: visible;	}
#navTree	{	position:absolute; left:40px; top:50px; width:110px; height:120px; z-index:2;	}		
