body
   {
   text-align: center; /* So main box centers with earlier IE version */
   background-color: #FFFFFF;
   font-family: sans-serif;
   }

#main_box
   {
   position: relative;
   width: 90%; 
   min-width: 760px;
   max-width: 984px;
   margin: 0px auto;
   text-align: left; 
   padding: 0px;
   border-style: solid;
   border-color: #0000B2;
   border-width: 4px;
   }

#header
   {
   height: 100px;
   width: 100%;
   padding: 0px; 
   margin: 0px;
   border-bottom-style: solid;
   border-bottom-color: #0000B2;
   border-bottom-width: 2px; 
   background-color: #FFCC66;
   }

#logo
   {
   position: absolute;
   top: 2px;
   left: 0px;
   height: 100px; 
   width: 258px;
   padding: 0px; 
   border-style: none;
   border-width: 0px;
   background-color: transparent; 
   }

#banner
   {
   position: relative; 
   padding: 0px; 
   top: 30px;
   margin-left: 256px; 
   margin-right: 15%; 
   text-align: center;
   border-style: none;
   border-width: 0px; 
   background-color: transparent; 
   }

.banner_text
   {
   display: inline;
   color: #0000B2;
   }

h1, h2, h3, h4
   {
   text-align: center;
   }

h3.left_h3
   {
   text-align: left;
   }

#menu
   {
   position: absolute;
   top: 102px;
   left: 0px;
   width: 230px;
   padding: 10px; 
   line-height: 2em;
   font-weight: bold;
   background-color: #FFFFAA; 
   }

.selected_menu
   {
   background-color: #FFCC66;
   border-color: #0000B2;
   border-style: solid;
   border-width: 2px; 
   font-weight: bold;
   }

.unselected_menu
   {
   font-weight: bold;
   }

.unselected_menu:hover
   {
   background-color: #FFCC66;
   }

#content
   {
   padding: 10px; 
   margin-left: 250px;
   background-color: #FFFFFF;
   }

#content_contactme
   {
   padding: 10px; 
   margin-left: 230px;
   background-color: #FFFFFF;
   }

#page_error_text
   {
   color: #FF0000;
   }

#printnote
   {
   padding: 10px; 
   margin: 5px;
   /*display: inline; /* for IE */
   }

#footer
   {
   padding: 10px; 
   border-top-style: solid;
   border-top-color: #0000B2;
   border-top-width: 2px;
   background-color: #FFCC66;
   text-align: center;
   clear: right;
   }

.indent
   {
   margin-left: 3em;
   }

