h1 {position:relative;top:20px; font-family: arial; font-size:1.2em; color:#6C0000; font-weight:800; padding-left:10px;}
h2 {position:relative;top:17px; text-align:left; width:700px; font-family: Verdana, Arial; font-size:0.7em; font-weight:400;}
.indent {position:relative;top:10px; margin-bottom: 3px; padding-left:50px; text-align:left; width:700px; font-family: Verdana, Arial; font-size:0.8em; font-weight:800;}

table.dotted {border-bottom: #678590 dotted 2px;)


A.holnav:link {

	 color :#990000;
	 FONT-SIZE  :10px;
	 FONT-FAMILY : Verdana ;
     FONT-WEIGHT:800;
	 TEXT-DECORATION  : none ;
}
A.holnav:visited {

	 color :#990000;
	 FONT-SIZE  :10px;
	 FONT-FAMILY : Verdana ;
     FONT-WEIGHT:800;
	 TEXT-DECORATION  : none ;
}
A.holnav:hover {

	 color :#9990000;
	 FONT-SIZE  :10px;
     FONT-WEIGHT:800;
	 TEXT-DECORATION  : none ;
}



/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.nav>li:hover{
	padding-right: 1px;
} [*]

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

.redtext {color:#990000; font-size:10pt; font-family:verdana;}