/* Rev Mar 24 2004 */
/* Rev Aug 16, 2007 */
input {
	font-size: 90%;
	margin-left: 5%;
}
body, td{
		background-image : url(gooseye2.gif);
		font: 100% Arial, Helvetica, sans-serif;
	}
body {
		margin: 5%;
	}

hr {
	color: teal;
	background-color: teal;
	border: 1px;
	height: 1px;
}

h1,h2,h3 {
		color: Teal;
		text-align: center;
	  font-weight: bold;
	}
h1{
		font: 200% Arial, Helvetica, sans-serif;
	}
h2{
		font: 175% Arial, Helvetica, sans-serif;
	}
h3 {
		color: Black;
		font: 150% Arial, Helvetica, sans-serif;
	}
li h3 {
	text-align: left;
}
h4 {
		font : 80% Arial, Helvetica, sans-serif;
	}
h5 {
	font : 60% Arial, Helvetica, sans-serif;
	}
#header {
	margin: 5% 5% 5% 25%;
}
#menu {
  width: 15%;
  float: left;
}
#main {
  margin-left: 25%;
}
#footer {
  clear: both;
  font-size: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

img {
	float: left;
}

#menuattop {
 text-align: center;
}

#textonly {
	margin: 5% 5% 5% 5%;
}

p {
  margin: 0.5em 1em;
}

ul {
list-style-image: url(bluedot.gif);
/*font-weight: bold; Removed Aug 16, 2007*/
margin: 0.5em 1em;
}
/*li {
margin-left: 2em;
} Removed Aug 16, 2007*/

a:link {
	color: blue;
	text-decoration : underline;
}
a:visited {
	color: Purple;
	text-decoration : underline;
}
a:hover {
	color: Teal;
	text-decoration : underline;
}
a:active {
	color: red;
	text-decoration: none;
}
table  {
	padding:  2px;
	border-width : 0px;
	width: 95%;
	/*text-align: center;*/
}

.first-line {
	font-weight: bold;
	}

.narrow {
	width: 82%;
}
.centre {
	text-align: center;
}

.nodisc {
	list-style-type: none;
	list-style-image: none;
	list-style: outside;
}
th {
		padding: 1% 5% 1% 1%; 
		font: bold 120% Arial, Helvetica, sans-serif; 
		color: Teal; 
		vertical-align: bottom; 
		}

td {
	padding: 1% 5% 1% 1%;
}

.fraction {
	 font-size: 80%;
}

