#menu 
	{
	margin-top:85; 
	float:left; 
	width:110; 
	background-color:#00ddcc;
	margin-left:10;
	height:100%;
	}
	
#top 
	{
	float:top; 
	height:85;
	}
	
#body 
	{
	margin-top:85; 
	margin-left:150; 
	}

body
	{
	font-family:Arial,Helvetica;
	width:800;
	}

.fieldhelp
	{
	font-size: xx-small;
	font-style: italic;
	}

.menulink
	{
	text-decoration: none;
	font-weight: bold;
	}

.fineprint
	{
	font-size: xx-small;
	text-decoration: none;
	}

.optional
	{
	font-size: small;
	font-weight: bold;
	color: black;
	}

.report
	{
	font-size: small;
	font-weight: bold;
	color: black;
	}

.required
	{
	font-size: small;
	font-weight: bold;
	color: red;
	}

.nodeco
	{
	text-decoration: none;
	}

.categoryheader
	{
	font-size: large;
	font-weight: bold;
	color: blue;
	background: #00ddcc;
	}

.sectiontitle
	{
	font-size: normal;
	font-weight: bold;
	background-color: #cc99ff;
	}

.sitetitle
	{
	font-size: xx-large;
	font-weight: bold;
	}
	
.pagetitle
	{
	font-size: Large;
	font-weight: bold;
	}	

.sitesubtitle
	{
	font-size: normal;
	font-weight: bold;
	margin-bottom: 20;
	}
	
.error
	{
	color: red;
	font-size: medium;
	font-weight: bold;
	}