
BODY { 
  background: #009966; 
  color: black;
  font-family: arial, helvetica, san-serif;
  margin-left: 5%;	
  margin-right: 5%;
}



DIV.content { 
  background-color: white; 
  font-weight: normal;
  border-width : medium;
  border-color : gray;
  border-style : outset;
  margin-top: 0%;	
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  height: 100%; 
}

DIV.section { 
  background-color: white; 
  font-weight: normal;
  font-size: 80%;
  padding-left: 3%;
  padding-right: 3%;
  
}

P { font-family: arial, helvetica, san-serif }

P.special {
  font-weight: normal;
  padding: 1%; 
  margin-left: 10%;
  margin-right: 10%; 
  text-align: center;

}

P.nav-bar  {
	font-size : 100%;
	font-family : "Arial",  "Helvetica", sans-serif;
	font-weight : bold;
	background-color : #F7EFD6;
	text-align : center;
	border-width : medium;
	border-color : silver;
	border-style : outset;
	padding-left : 1%;
	padding-right : 1%;
	padding-top : 1%;
	padding-bottom : 1%;
}


IMG { border-style: none;  }
DIV.top { float: right; border-style: none; }

UL, OL { 
  margin-left: 3%; 
  margin-top: 0; 
}

UL { list-style: square; }

BLOCKQUOTE {Font-family : "Times New Roman", sans-serif; font-size : 80%; font-weight : bold; margin-left : 10%; margin-right : 10% }

A:link    { color: #336666; font-size: 105%; font-weight : bold; text-decoration: none; } 
A:visited { color: #336666; font-size: 105%; font-weight : bold; text-decoration: none;}
A:active  { color: #CCCCCC; font-size: 105%; font-weight : bold; text-decoration: underline;}
A:hover   { color: #CCCCCC; font-size: 105%; font-weight : bold; text-decoration: underline;}
A:name    { color: #FF0000; font-size: 105%; font-weight : bold; text-decoration: none; } 

H1 { font-size: 200%;  color:#333333; }
H2 { font-size: 150%;  color:#990000; }
H3 { font-size: 115%; color: #CC9966 ;}
H4 { font-size: 105%; }

H1 SMALL { font-size: 60%; font-weight: normal; color: #0000cc; }

EM { font-style: normal; font-weight: 600 }

STRONG { 
     font-weight: bold; 
     color: #330099;  }

STRONG.offsite { color: #336699 }

DT { font-weight: bold; color: #663366;  padding-bottom: 10px; padding-top: 0;}




