body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
  }
	
FORM, Li, UL, OL, P, TD, TH, Blockquote, DL, div, span, address { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
  }

BODY {
	background-color: white;
	color: #333333;
	margin-right: 10%;
	margin-left: 5%;
}

P, DD, DL{
  text-align: left;
  padding: 2px;
  }
 
H1, H2, H3, H4, H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #f3880a;
  background-color: transparent;
  }

.Hd1, .Hd2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #f3880a;
  background-color: transparent;
  }

.Hd3, .Hd4, .Hd5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333333;
  background-color: transparent;
  }
  
H1, .Hd1 {
  font-size: 1.8em;
  margin-top: 20px;
  }

H2, .Hd2 {
  font-size: 1.5em;
  margin-top: 16px;
  }
  
H3, .Hd3 {
  font-size: 1.3em;
  margin-top: 9px;
  }
  
H4, .Hd4 {
	font-size: 1em;
  margin-top: 7px;
  }

/*H5, .Hd5 {
	font-size: 0.95em;
  margin-top: 7px;
  }
*/
img {
	border: 0px none white;
	color: white;
  background-color: transparent;
}

img.inmenu {
	border: 0px none #dddddd;
	color: #dddddd;
  background-color: transparent;
}

A {
	text-decoration: none;
  font-weight: bold;
	font-style : italic;
}

A:hover { text-decoration: underline; }
 
STRONG, TH {
  font-weight: bold;
  color: #f3880a;
  background-color: transparent;
  }

EM {
  font-style: italic;
  }
  
BIG {
  font-size: larger;
  }

address {
  text-align: left;
  border: 1px none;
}
 
 
code {
	font-family: lucida-console, courier-new, monospace;
}
 
.Right {
  text-align: right;
  }
  
 .MugShot {
  float: right; 
  }
 
.Left {
  text-align: left;
  }

.Just {
  text-align: justify;
  }
  
.Centred {
  text-align: center;
 }

.SmallText {
  font-size: .9em;
  line-height: 105%;

  }  

.Together {
  line-height: 105%;
  }
    
.smaller {
  font-size: smaller;
  }  
  
 .leftcolumn {
  width: 157px;
  float: left;
 margin: 1px;
 /* background-color : #e8f4fb;*/
 }
 
.box {
  border: 2px solid #f3880a;
  margin: 0px;
  margin-top: 10px;
  width: 157px;
  background-color : #e8f4fb;
  float: none;
  color: black;
 } 

.box-head {
  background-color : #f3880a;
  color: white;
  font-weight: bold; 
  margin: 0px;
  width: 157px;
  border: 1px none;
  padding: 1px;
  float: none;
  }

.inbox {
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 0px;
  text-align: left;
	line-height: 1.1em;
}

.mainbody {
  margin-left: 200px;
  margin-top: 0;
  border-top: 0;
 }

 .banner {
  width: 100%;
  height: 60px;
  background-color : #e8f4fb;
  border: 1px none;
  text-align: left;
  font-size: 22pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #f3880a;  
/*  padding-bottom: 8px;*/
 }
 
 .menu {
	background-color : #dddddd;
	color: black;
	/*width: 100%; */ 
	padding-left: 200px;
	margin-top: -10px;
	border: 1px none;
	padding-bottom : 2px;
	padding-top : 6px;
}

