/* class tags applying to all HTML tags */

.footer {
	text-align: center;
	font-size: 12pt; 
	font-family: Arial; 
	position: absolute;
	bottom: 0;}
.highlight {
	color: blue }
.image {
	border-style: none; }
.navigate {
	font-size: 10pt; }
.right {
	text-align: right }

/* class tags applying to specific HTML tags*/
a:link { 
	color: blue; } 
a:visited { 
	color: purple; } 
address { 
	margin-top: 1em; 
	padding-top: 1em; 
	border-top: thin dotted; } 
BLOCKQUOTE { 	
	margin-top: 1em; 
	margin-right: 0em; 
	margin-bottom: 1em; 
	margin-left: 0em; 
	font-style: italic; }
body { 
	padding-left: 11em; 
	font-family: Arial, SunSans-Regular, sans-serif; 
	color: black; 
	background-color: #FFFFFF; } 
div.floatleft {
	position: relative;
	float: left;
	width: 250px;
	}
div.floatright {
	position: relative;
	float: right;
	width: 250px;
	}
div.sidebar {
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	 }
div.maintext {
	position: absolute;
	background-color: white;
	font-size: 14pt;
	top: 20px;
	left: 155px;
	height: 100%;
	width: 100%;  }
h1 { 
	text-align: center;
	font-size: 24pt; 
	font-family: Optima, Arial, SunSans-Regular, sans-serif; } 
h1.narrowed {
	text-align: center;
	font-size: 24pt/.94; 
	font-family: Optima, Arial, SunSans-Regular, sans-serif; } 
h3 {
	text-align: center;
	font-size: 10pt/.94;
	}
h4 {
	text-align: center;
	font-size: 8pt;
	font-style: italic/.94;
	}
p {
	color: black;
	text-align: left;
	font-family: arial; }
/* p:first-letter {
	font: bold 300%;
	float: left;
	color: blue } */
p.alert {
	color: red; }
p.bodytext {
	color: black; }
ul.navbullet {
	position: relative;
	list-style-type: none; 
	left: 1em; 	
	font-size: 10pt;
	)
ul.navbar { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	position: absolute; 
	top: 0em; 
	left: 1em; 	
	width: 9em; } 
ul.navbar a { 
	text-decoration: none; } 
ul.navbar li { 
	background: white; 
	padding: 0.3em;  } 

