body {
	font-family: "Times New Roman", Times, serif;
	background-image: url(JADE FILES/2011background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: White;
}

a {
	color: #00008B;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}


a:hover {
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: #7B68EE;
	text-decoration: underline;
}


h1 { font-family: "Times New Roman", Times, serif;  font-size: 13px;  font-style: normal;  font-weight: normal;    }

h2 {
	color: #0033FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}


#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color: White; 
  color:Black; 
  display:block; 
  width: 13em; 
  border: 1px solid #B4B4B4;
  padding:0.25em;
  margin: 0.5em 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:White;
  border: 1px solid #B4B4B4;
  background-color: #969696;
  font-family: Arial, Helvetica, sans-serif;
  }



#2menu a, #2menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color: White; 
  color:Black; 
  width: 18em; 
  border: 2px solid #B4B4B4;
  padding:0.45em;
  margin: 0.5em 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

#2menu a:hover {
  top:2px;
  left:2px;
  color:White;
  border: 1px solid #B4B4B4;
  background-color: #969696;
  font-family: Arial, Helvetica, sans-serif;
  }


