body {
  font-family: "Times New Roman", Times, serif;
  font-size: small;
  background-color:#999966;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

#main {
margin: 0 auto;
width: 800px;
height: 600px;
border: 2px solid #000000;
background-color:#FFFFFF;
}

#header {
height: 100px;
background-color:#FFFFFF;
}

#links {
height: 40px;
display: block;
background-image:url(images/links-background.gif);
padding: 0px;
margin: 0px;
}

#links img {
border: 0px;
padding: 0px;
}

#header img {
padding-right: 75px;
}

#leftnav {
float: left;
width: 150px;
height: 455px;
background-color: #1A3F63;
border-right: 2px solid #000000;
padding-top: 5px;
list-style:none;
color:#CCCCCC;
overflow: auto;
}

#leftnav img {
border: 0px;
}

.links {
list-style:none;
}

#text {
height: 455px;
overflow:auto;
margin-left: 155px;
}
