﻿
/*this style sheet governs the html files inside the directory */

	
 
/* basic elements */

body {
  padding-left:1em; 
  font-family: Georgia, Times New Roman, Times, serif;
  color:#000000;
  font-size: 10pt;
  background-color: white; background-repeat: no-repeat;
  }

 a:link, a:visited {
  color:#366362;
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  font-size: 10pt;
  font-family: Georgia, Times New Roman, Times, serif;
  background-color: transparent;
  }
   
a:hover {  
  color:#910D0B;
  background-color: transparent;
  }   

h3 {
  color:#000066;
  font-family: futura, arial, sans-serif; 
  font-weight: 600;
  font-size: 12pt;
  background-color: transparent;
  }
 h1, h2 {
  color:#000066;
  font-family: futura, arial, sans-serif; 
  font-weight: 600;
  font-size: 10pt;
  background-color: transparent;
  }

   


p {
  text-align: left;
  color: #000000;
  font-style: normal;
  font-weight: 300;
  font-size: 10pt;
  font-family: Georgia, Times New Roman, Times, serif;
  }  

ul {
  list-style-type: none;
  }     
   
/* emphasizers */

.ital {
  font-style:italic;
  font-size: 10pt;
  }  
	
.emphasis {
  color:#910D0B;
  font-style: italic;
  font-family: Garamond, Times New Roman, Times, serif;
  letter-spacing: 0.5em;
  background-color: transparent;
  }
	
.green {
  color:#66881B;
  font-size: 10pt;
  font-family: Georgia, Times New Roman, Times, serif;
  background-color: transparent;
  }

/* Page Content -  */ 


  
.logo {
  position:absolute;
  z-index:10
  top: 0em;
  left: 1em;
  background-color: transparent;
  height: 85px;
  width: 500px;
  }
  


.sitemenu {
  position:absolute;
  top:17em;
  left: 1em;
  font-size: 10pt;
  background-color:transparent;
  height: 15px;
  width:1000px; 
  }

.main {
  position:absolute;
  top: 3em;
  left: 0em;
  background-color: transparent;
  height:300px;
  width: 700px; 
  }

.caption{
  position:absolute;
  top: 26.5em;
  left:15em;
  text-align:right;
  font-size: 9pt;
  background-color: transparent;
  height:100px;
  width: 300px; 
  }

