html {
	width: 97%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
.larger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 { font-size: 1.8em; font-weight: bold; text-align: center; }
h2 { font-size: 1.5em; font-weight: bold; font-style: italic; text-align: center;}
h3 { font-size: 1.3em; font-weight: bold; }
h4 { font-size: 1.1em; font-weight: bold; }
h2.nav2 { font-size: 1.2em; font-weight: bold; text-align: center; }
.title3		 {
	 font-size: 1.3em; 
	 font-weight: bold;
	 text-align: left; 
	 }
#footer {
	font-size: x-small;
	text-align: center;
}
.floatl { float: left; }
.floatr { float: right; }
.bulletCircle{
	list-style : disc;
	color : #6495ED;
}
.bulletSquare{
	color : black;
	list-style : url(CornflowerSquare.gif);
}
.blackText{
	color: black;
}
.boxed {
	/* background-color: #FFCC00;
	*/
	background-color: #EEE8AA;
	color: #6495ED;
}
.legend  {
	font-size: 1.3em;
	font-weight: bold;
	text-align : center;
}
.logo {
	background-color: #6495ED;
	color: #EEE8AA;
	font-size: 2.8em;
	font-family : "Bradley Hand ITC";
	font-weight : bold;
}
#navbuttons {
	font-size: 1.5em;
	color: #EEE8AA;
	background-color: #6495ED;
	font-weight: bold;
}
#navbuttonsCurrent {
	font-size: 1.5em;
	color: #6495ED;
	background-color: #EEE8AA;
	font-weight: bold;
}
#navbuttonHide {
	font-size: 1.5em;
	color: #6495ED;
	background-color: #6495ED;
	line-height : 7px;
}

#navbuttons :link {
	color : #EEE8AA;
}
.leftcol p {
	padding: 0 2px 0 3px;
}
.rightcol {
	margin: 0 0 0 210px;
	top: 0;
	padding: 3px;
}
.grayback {
	background-color: #CCCCCC;
	color: #000000;
	padding: 0 10px 0 3px;
	width: 85%;
}
.grayoutline {
	width: 85%;
	border-style: double;
	border-width: 3px;
	border-color: #CCCCCC;
	padding: 0 2px 0 2px;
}
.leftcol {
	position: absolute;
	z-index: 5;
	width: 160px;
	top: 0px;
	left: 0;
	margin: 0px;
	padding: 0 0 0 5px;
	font-size: .9em;
	border-width: 3px;
	border-color: #6495ED;
	border-style: none;
	background : #6495ED;
	color: #EEE8AA;
	height: 800px;
}
.middlecol{
	position: absolute;
	z-index: 5;
	width: 10px;
	top: 0px;
	left: 160px;
	margin: 0;
	padding: 0 0 0 0;
	border-width: 3px;
	border-color: #EEE8AA;
	border-style: none;
	background : #EEE8AA;
	height: 800px;
}
.horizTanBar{
	position:relative;
	z-index: 5;
	height: 5px;
	background-color: #EEE8AA;
	border-width: 0px;
	border-style: none;
	font-size: .3em;
}
a:visited {
	color: #EEE8AA;
}
.hideWhite{
	color: White;
}	