body {
  background-color: white;
  background-image: url(logos/logoblack.gif);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  }

body.empty {
  background-color: white;
  background-image: none;
  }


/* change color of logo below as needed */
 
body.index {
  background-color: white;
  background-image: url(logos/logomaroon.gif);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  } 
  

h1 { 
  font-family: times, serif;
  text align: right;
  }
  
h2 {
  font-family: times, serif; font-size: -1;
  }  
  

hr {
  width: 90%;
  text align: center;
  color: #CD853F; 
  noshade;
  }

 
p {
  font-family: arial, sans-serif;
  }  
  
p.copyright {
  text-align: right;
  font-family: arial, sans-serif;
  font-size: x-small;
  margin-right: 2.5em;
  }   
  
      
table.page {
  width: 90%;
  border-width: 0;
  text-align: center;
  } 
  
table.twocol {
  width: 90%;
  }
  
 
td.nav {
  width: 12.5%;
  text-align: center;
  font-family: arial, sans-serif;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  }


div.nav {
  font-family: arial, sans-serif;
  }  
  
div.page {
  text-align: left;
  font-family: arial, sans-serif;
  margin-left: 5em;
  margin-right: 5em;
  }
 
div.centre {
  text-align: center;
  font-family: arial, sans-serif;
  width: 100%;
  }
  
  
div.done { font-style:italic; color:gray; }  
  
img.ImageLeft {
   float: left;
   border: 1px solid black;
   margin-right: .5em;
   }

img.ImageRight {
   float: right;
   border: 1px solid black;
   margin-left: .5em;
   }   
  
img.ImageCenter {
	float: center;
	border: 1px solid black;
	margin-left: .5em;
	margin-right: .5em;
	}
  
   
a:link { color: navy; text-decoration: underline }
a:visited { color: purple; text-decoration: underline }
a:hover { color: green }