.body {

     background-color: green;

      }

div.page {

     width: 100%;

     background-color: white;

     margin-left: auto;

     margin-right: auto;

     min-height: 100%;

     margin-bottom: 10px;

     margin-top: 10px;

     border-top: 2px inset gray;

     border-right: 6px outset black;

     border-bottom: 6px outset black;

     border-left: 2px inset gray

     }

.headerimg {

     width: 100%

     }

div#menu {

     float: left;

     width: 18%;

     text-align: right;

     margin-top: 0px;
     
     font-size: 12px;
     }

.menu {

     background-color: white;

     width: 100%;

     border-right: 2px solid green;

     padding: 5px;

     }

td.menutd {
     
     text-align: right;

     padding: 5px

     }

div#content {

     text-align: left;

     float: right;

     width: 80%;

     margin-right: 5px;

     margin-top: 5px;

     font-family: "Trebuchet MS", "Palatino Linotype", "Book Antiqua", Palatino, serif;
     }

.content {

     width: 100%;

     padding: 5px;

     background-color: white;

     text-align: left;
     font-color: black;

     }

div.submenu {

     color: green;

     font-family: "Trebuchet MS";

     font-weight: bold;
     
     font-size: 16px;

     margin-bottom: 8px

     }

div.menulist {

     color: blue;
     
     font-family: "Trebuchet MS";

     font-size: 14px;

     text-decoration: none;

     }

a.submenuhref:link {

     color: blue;
     
     text-decoration: none;

     }

a.submenuhref:visited {

     text-decoration: none;

     color: #686868

     }

a.submenuhref:hover {

     color: #383838;

     }

a.menulisthref:link {

     text-decoration: none;

     color: blue;

     }

a.menulisthref:visited {

     text-decoration: none;

     color: #C00000;

     }

a.menulisthref:hover {

     color: #FF0000

     }

div.submenudesc {

     color: green;

     font-size: 10px

     }

h1.title {

     font-size: 24px;

     color: green;

     font-style: italic;
	 
	 text-align: left;

     }

h3.pagehead {

     font-size: 24px;

     color: green;

     font-style: italic;

     font-family: book antiqua, serif;

     }

div#footer {

     position: relative

     }

.footertable {

     width: 100%;

     text-align: center;

     }

hr {

     color: green;

     height: 3px;

     }

.editlink {

     color: blue;

     text-decoration: none;

     font-family: tahoma;

     font-size: 12px

     }

.editlinkbar {

     background-color: red;

     color: red;

     border: 1px solid green

     }
img {
     border: none;
     }