body {
  margin: 0;
  padding: 0;
  font: 0.8em verdana, arial, sans-serif;
  line-height: 140%;
  color: #626262;
}


h1 {
  font-size: 1.6em;
  color: #536C71;
  padding-bottom: 10px;
  border-bottom: 6px double #DBDBDB;
    letter-spacing: 0.4mm;
}

h2 {
  font-size: 1.4em;
  color: #8B0000;
  line-height: normal;
    letter-spacing: 0.3mm;
}

h3 {
  font-size: 1.2em;
  color: #8B0000;
  line-height: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #8B0000;
  font-weight: bold;
}

a:hover {
  color: #FF7F50;
}


ul li {
  list-style: square;
}

li {
	padding-bottom: 10px;
}

.blacktext
{
	color:black;
}

.copyright
{
	font-size: x-small;
	color: #ABABAB;
}

.copyright a
{
	font-size: x-small;
	color: #8A8A8A;
}

.copyright a:hover
{
	font-size: x-small;
	color: Silver;
}

.smalltext {
	font-size: x-small;
	text-align: left;
}

.nav a {
	  font-size: 1.2em;
	  padding:6px;
	  display:block;
}

.nav a:hover {
	display: block;
	padding:6px;
	color:white;
	background-image: url(images/nav-hover.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.bottomnav a {
	  font-size: 0.8em;
	  display:block;
}

.bottomnav a:hover {
	display: block;
	color:white;
	  	background-image: url(images/navbottom-hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:2px;
}