a:link {
	color: #51A2A2;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;

}

a:visited {
	color: #51A2A2;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;


}
a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #CCCC99;


}
a:active {
	color: #000066;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: 80%;
}
.footertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: 95%;

}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #99CCCC;
	font-weight: bold;



}
.table1	{
	background-image: url(images/header3.gif);
	background-repeat: no-repeat;
}
body {
	background-color: #FFFFFF;
}
h2 {
	font-family: "Gill Sans MT";
	font-size: 110%;
	color: #99CCCC;
	font-weight: normal;

}
.subm {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: #000000;
	font-weight : normal;
	background-color: #99CCCC;
	border: 1px solid;

}

.navigation { 
  padding: 0px;
  margin:	0px;
  height: 100%; 
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 75%;
 
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;

}

#menu {
width: 10em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 0px solid gray;
background: #eee;
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #9CC4C4;
}
