BODY {
	background-color: White;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
BODY,BLOCKQUOTE,LI,P,PRE,OL,TD,UL {
   color: #333333;
	font-family: Arial, Verdana;
	font-size: 10pt;
	}

/* crop image boxes */
IMG {
	line-height: 0px;
	border: 0;
}

/* 2 sets: decreasing sizes; 1 green & 1 blue */
H1, H2, H3, H4, H5, H6 {   font-family:  Arial, Verdana;	}

H1, H4 {
   font-size: 14pt;
	font-weight: normal;
}
H2, H5 {
   font-size: 11pt;
   font-weight: bold;
}
H3, H6 {
   font-size: 9pt;
	font-weight: lighter;
}

H1, H2, H3 {   color: #006666;	}
H4, H5, H6 {	color: Blue;	}


/* regular links differing in color only */
A {
	font-family:  Arial, Verdana;
	text-decoration: none;
	}	
A:link {  	color: #006666;	}
A:active {	color: #666666;	}
A:visited {	color: #999966;	}
A:hover {	color: #FFCC66;	}

/* home page hot boxes */
td.box300 {
	width: 300px;
	border: 0;
	padding: 3px;
	text-align: left;
	text-valign: middle;
	color: #333366;
	font-family: Arial, Verdana;
	font-size: 9pt;
	font-weight: bold;
}

/* links for home page hot boxes - differing in size, weight, & color */
A.hb {
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	}
A.hb:link {	color: #333366;	}
A.hb:active {	color: Aqua;	}
A.hb:visited {	color: Black;	}
A.hb:hover {	color: Yellow;	}

/* masthead box at top of each page */
#masthead {
	position: relative;
	width: 760px;
	background-color: #FFFFCC;
	padding: none;
	border-width: 0 0 5px 0;
	border-color: #B0C4DE;
	border-style: solid;
	margin: 0;
	}

#mastbox {
	position: absolute;
	top: 0px;
	left: 146px;
	padding: 0;
	border: 0;
	margin: 0;
}

#mastname {
	color: #333366;
	font-family: "Bookman Old Style";
	font-size: 24pt;
	font-weight: bold;
	padding: 20px;
	border: 0;
	margin: 0;
}

/* menu appears along left-hand side of page */
#menu	{
	float: left;
	width: 150px;
	padding: 0;
	border: 0;
	margin: 0;
}

#menu A {
	width: 100%;
	font-size: 8pt;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	border-bottom-color: #cccc99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* menu level indents */
A.lev1 {	text-indent: 4px;	}
A.lev2 {	text-indent: 14px; }
A.lev3 {	text-indent: 28px; }

/* menu level 1&3 use default link colors. Level 2 colors are: */
A.lev2:link {	color: #cc6600;	}
A.lev2:active {	color: #666666;	}
A.lev2:visited {	color: #999966;	}
A.lev2:hover {	color: #FFCC66;	}

/* writable content area is 600px wide and ends after a common centered footer */
#contents {
	position: absolute; /* absolute from browser window - prevents float below menu */
	left: 161px;
	top:	123px;
	width: 600px;	/* writable width: 760 less menu less left margin */
	padding: 0;
	border: 0;
	margin: 0;
}

