		
		h4 {font-family: Arial ; font-size : 120%;}
		h5 {font-family: Arial ; font-size : 110%;}
		h6 {font-family: Arial ; font-size : 90%;}
		p {font-family: Arial ; font-size : 70%;}
		p.c {font-family: Arial ; font-size : 80%; }
		p.cred {font-family: Arial ; font-size : 80%; color : #564C66; }
		p.indent {text-indent: 1cm; }
		p.indent20red {margin-left: 20px; color: #564C66; font-size : 70%;}
		p.indent2080 {margin-left: 20px; font-size : 80%; }
		p.indent20 {margin-left: 20px; font-size : 70%; }
		p.indent40 {margin-left: 40px;  font-size : 80%; line-height : 18pt; }
		p.indent21 {margin-left: 20px;  font-size : 80%; }
		p.indent21red {margin-left: 20px;  font-size : 80%; color: #564C66; }
		p.indent0 {  font-size : 80%; line-height : 18pt; }
		

		* {
			margin: 0;
			padding: 0;
		}
		html, body {
			height: 100%;
			overflow: hidden;
		}
		#content, #navigation {
			height: 100%;
			overflow: auto;
		}

		#navigation {
			background: Silver;
			float: left;
			width: 150px;
		}
		
		/* Make the page scroll (has nothing to do with the technique) */
		
		p#makescroll { height: 150%; }


/* menu 2 */



/* end menu 2 */


/* menu 3 from hypergurl.com */
a.bi{
/*border-left:2px solid #225555; border-right:2px solid #000000; border-top:2px solid #225555; border-bottom:2px solid #000000; background-color:#990099; */

border:2px solid #000000; background:black url('images/indentbg.gif') repeat-x center; 
display:block;
font-family:Arial;
font-size:12pt;
font-weight:;
padding:2px;
text-decoration:none

}
a.bi:hover{
/* background-color:white; */
/* color:darkgray;  */
 background: darkgray url('images/indentbg2.gif') repeat-x center;
}
a.mi{
/* background-color:#990099; */
/* coral */
color:white;
display:block;
font-family:Arial;
font-size:12pt;
font-weight:;
padding: 2px;
text-decoration:none;
background: darkgray url('images/indentbg.gif') repeat-x center
}
a.mi:hover{
/* background-color:white; */
background: darkgray url('images/indentbg2.gif') repeat-x center;
/* color:darkgray; */
}
.mn{
/* background-color:fuchsia; */
/* background-color:#990099; */
border-color: #564c66 #564c66 #564c66 #564c66 ; 
background: darkgray url('images/indentbg.gif') repeat-x center;
/* border-style:solid; */
/* GSH - this makes the sub menu border disappear until I can stop a sub menu with zero entries being displayed. */
border-style:none;
border-width:2px;
z-index:100;
}
.sp{
/* BORDER-TOP:#000000 1px solid; */
/* MARGIN:2px; */
/* BORDER-BOTTOM:#225555 1px solid */
BORDER-TOP:#000000 1px solid;
MARGIN:2px;
BORDER-BOTTOM:#225555 1px solid
}

/* gsh attempt to keep hypergurl bar in place */
/* it works */

.indentmenu3{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

/* border from left of screen is here gsh 9/07 */

.indentmenu3 ul{
border-left:0px solid #564c66; border-right:0px solid #564c66; border-top:1px solid #564c66; border-bottom:1px solid #564c66; margin:0; padding:0; float: left;
width: 100%; /*width of menu*/
/*dark purple border*/
background: black url('images/indentbg.gif') repeat-x center;
}

.indentmenu3 ul li{
display: inline;
}

.indentmenu3 ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu3 ul li a:visited{
color: white;
}

.indentmenu3 ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: blue url('images/indentbg2.gif') repeat-x center;
}


/* end menu 3 */




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

/* border from left of screen is here gsh 9/07 */

.indentmenu ul{
border-left:0px solid #564c66; border-right:0px solid #564c66; border-top:1px solid #564c66; border-bottom:1px solid #564c66; margin:0; padding:0; float: left;
width: 100%; /*width of menu*/
/*dark purple border*/
background: black url('images/indentbg.gif') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url('images/indentbg2.gif') repeat-x center;
}