body {
 color: #000000;
 background-color: #FFFFFF;
 font-family: verdana, sans-serif }

div.header { 
 width: 800px;
 height: 100px;
 border-style: solid;
 border-color: #000000;
 border-width: 1px;
 background-color: #3299CC;
 margin-bottom: 10px }
 
div.menu { 
 width: 166px;
 height: 600px;
 position: absolute;
 float: left;
 border-style: solid;
 border-color: #000000;
 border-width: 1px;
 background-color: #3299CC;
 margin-top: 1px;
 margin-right: 1px }
 
div.page { 
 width: 631px;
 height: 100%;
 position: absolute;
 float: right;
 padding: 5px;
 margin-left: 176px;
 border-style: solid;
 border-color: #000000;
 border-width: 0px;
 background-color: #FFFFFF }
 
div.footer { 
 width: 800px;
 height: 20px;
 position: relative;
 float: left;
 border-style: solid;
 border-color: #000000;
 border-width: 1px;
 color: #000000;
 margin-top: 1px }
 
p.header {
 font-size: 20pt;
 text-decoration: none;
 text-align: center }
 
p.footer {
 margin-left: 5%;
 margin-top: 0%;
 margin-bottom: 0%; 
 font-size: 10pt;
 text-decoration: none;
 text-align: left }
 
p.menutext {
 font-size: 9pt;
 text-decoration: none;
 text-align: center }
 
hr.topic {
 position: relative;
 left: -5px;
 width: 620px }
 
img.logo {
 position: absolute;
 left: 150px }
 
img.castor {
 position: relative;
 left: 57px }

input.button {
 width: 5em;
 font-size: 8pt; }

input {
 width: 100%;
 font-size: 8pt; }
 
#navcontainer { width: 166px; }

#navcontainer ul {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 font-family: Arial, Helvetica, sans-serif }

#navcontainer a {
 display: block;
 padding: 3px;
 width: 160px;
 background-color: #036;
 border-bottom: 1px solid #eee }

#navcontainer a:link, #navlist a:visited {
 color: #EEE;
 text-decoration: none }

#navcontainer a:hover {
 background-color: #369;
 color: #fff }


