body {
	text-align: center;
	color: white;
	background-color: black;
	font-family: Verdana, sans-serif;
	font-size: 12px;

}

a {
	font-family: Verdana, sans-serif;
	TEXT-DECORATION: underline;
	color: #cccccc;
}

a:hover { 
    color: #96D1FF; 
    text-decoration: none; 
} 

#main {
	text-align: left;
	width: 854px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
border-top: 1px dashed #96D1FF;
border-bottom: 1px dashed #96D1FF;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	overflow: 0;
	min-height: 450px;

}

h1.logo {
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
  padding-bottom: 0px;
  padding-top: 0px;
	height: 75px;
}

.note {
	margin-top: 0px;
	font-size: smaller;
}

a img {
	border-style: none;
}

#copyright {
	height: 10px;
}

#copyright p {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	background-color: black;
	bottom: 0px;
	position: fixed;
	text-align: center;
	font-size: 10px;
}

#navigation ul {
  list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  padding-left: 0px;
  padding-top: 0px;
  text-align: left;

}

#navigation ul li {
  display: inline;
margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

