/*Sept 8 2003  Rev Nov 18, 2003  Mar 24 2004*/
img {
	float: left;
	margin: 15px;
}

dt {
	font-size: 110%;
	font-weight: bold;
}

body{
	background-image: url(8stwill1.gif);
	background-color: white;
	font: 1em Arial, Helvetica, sans-serif;
	color: Black;
}
h1, h2, h3{
	background: transparent;
	color: Black;
	text-align: center;
}
h4, h5, h6 {
	background: transparent;
	color: Black;
	}
h1 {
	font-size:  250%;
	font-weight: bold;
}

h2 {
	font-size: 200%;
	font-weight: bold;
}

h3 {
	font-size: 150%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 80%;
}

table  {
	padding:  2px;
	border-width : 0px;
	width: 95%;
}

a.link {
	color: Blue;
	text-decoration: underline;
}
a.vlink {
	color: Fuchsia;
	text-decoration: underline;
}
a.hover {
	color: Teal;
	text-decoration : underline;
}
a.alink {
	color: Black;
	text-decoration: underline;
}

.button {
	width: 20em;
	height: 5ex;
	background-color: #ffe09d;
	border-top: solid thin #ffcc66;
	border-left: solid thin #ffcc66;
	border-right: solid medium #ff9900;
	border-bottom: solid medium #ff9900;
}
.centre {
	text-align: center;
}

.fraction {
	font-size: smaller;
}

.left{
	margin-left: 25%;
}

.mybox {
	margin: auto 25% auto 10%;
	border: thin solid Blue;
}

.nine-columns td {
 width: 11%;
}
.nine-columns th {
	width: 12%;
}

.nobg td {
	background-image: none;
}

.reed td,th {
	border: 2px solid #ffcc66;
	padding: 5px;
}

.right {
	float: right;
}


.uline {
	text-decoration: underline;
}

.white {
	color: white;
}

#menuattop {
 text-align: center;
}


#header {
 /* border-bottom: 1px solid #000;*/
}
#menu {
  width: 20%;
  float: left;
}
#main {
  margin-left: 220px;
}
#footer {
margin-left: 25%;
  clear: both;
  font-size: 80%;
}
p {
  margin: 0.5em 1em;
}

#headline {
	clear: both;
}

#mainnav {
	float: left;
	width:200px;
}

#mainnav ul {
list-style: none;
margin: 0;
padding: 0;
}

#mainnav ul li {
list-style: none;
margin: 0;
padding: 0;
}

#mainnav li {
border-bottom: 2px solid white;
}

#mainnav li a:link {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 6px solid #e9967a;
border-right: 2px solid #e9967a;
background-color: #ffcc66;
color: black;
text-decoration: none;
}

#mainnav ul li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 6px solid #e9967a;
border-right: 2px solid #e9967a;
background-color: #ffd700;
color: black;
text-decoration: none;
}

/* Begin Horizontal navigation */
.navsec {
font-size: 90%; /* f don't use this - it makes the itmes overlap vertically*/
line-height: 150%;
 margin: 0px;
 padding: 0px;
 list-style-type: none;
} 
.navsec ul {
 list-style: none;
} 
.navsec li {
 display: inline; 
 margin: 0px;
 padding: 0px;
} 
.navsec a:link {
padding: 2px 5px 2px 5px;
color: black;
 background:  #ffcc66;
/* text-decoration: none;*/
/* border: 2px solid #e9967a; */
} 


.navsec a:visited {
padding: 2px 5px 2px 5px;
color: black;
 background: #ffcc66;
 /*text-decoration: none;
 border: 2px solid #e9967a; */
} 

.navsec a:hover {
 color: black;
 background-color: #ffcc66; 
/* text-decoration: underline;*/
	padding: 2px 5px 2px 5px;
} 

/* End horizontal navigation */


#photos {
	margin-bottom: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
	text-align: center;
}

#textonly {
	margin: 5% 5% 5% 5%;
}

