body {
 font-size: 12pt; 
 font-family: Verdana, Ariel;
 margin: 0;
}

a:link { color: #36C;} 
a:visited { color: #666; } 
a:hover { color: red; }

p { 
  font-size: 12pt; 
  margin: 6pt 12pt 0 12pt; 
}

.verticaltext {
  writing-mode: bt-rl;
  filter: flipv fliph;
   }
	 
fieldset {
  margin: 6pt;
	padding: 12px;
}



h1 { 
 margin: 12pt 12pt 0 12pt;
 font-size: 22pt;
 color: #006666;
 font-weight: bold; 
}
h2 { 
 margin: 24pt 12pt 0 12pt;
 font-size: 18pt;
 color: #008877;
 font-weight: bold; 
}
h3 { 
 margin: 24pt 12pt 0 12pt;
 font-size: 16pt;
 font-family:"Calisto MT";
 color:navy;
 font-weight:bold;
 font-style:italic;
} 
.hang {
  text-indent: -3em;
  margin-left: 3em;
} 


/* This is divisions of each page */

#navigation {
position: absolute;
left:10px;
width:100px;
	}
	
#maincontent {
background: #FFFFCC;
margin-left: 20px;
margin-right:20px;
margin-bottom:25px;
	}
