/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */


BODY
{
	background-color: #C2DC46;
	background-repeat: repeat;
}

TABLE, TD, TH, DL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 11PX; color: #333333
	} 
	
	.header	
	{
		color: #006C64;
		font-family: verdana, sans-serif;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
	}
	
	.paragraphheader	
	{
		color: #006C64;
		font-family: verdana, sans-serif;
		font-size: 11px;
		line-height: 1.2em;
		font-weight: bold;
	}
	
	.subheader	
	{
		color: #DC670D;
		font-size: 12;
		line-height: 1.5em;
		font-weight: bold;
	}
#maintable { background-image: url(siteimages/tile.gif); }

#side { background-image: url(siteimages/side.gif); }

LI 
 {
 	list-style-position: outside;
 	list-style-image: url(siteimages/dot.gif);
 }
 
 #footer 
 {
 	color: #DC670D;
 	font-size: 10;
 	line-height: 1.5em;
 	padding: 15px 0px 15px 0px;
 	text-decoration: none;
 }
 
 a.footer:link, a.footer:visited,  a.footer:active
 {
 	color: #DC670D;
 	font-size: 10;
 	line-height: 1.5em;
 	padding: 15px 0px 15px 0px;
 	text-decoration: none;
 }
 
 a.footer:hover 
 {
 	color: #DC670D;
 	font-size: 10;
 	line-height: 1.5em;
 	padding: 15px 0px 15px 0px;
 	text-decoration: underline !important;
 }