html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 1.00em 'Times New Roman', Cambria, serif;
  font-size:16px;
  background: rgb(253,254,255);/*#F0EFE2;*/
  color: #333;}

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}


img
{ border: 0;
  margin: 0;
  max-width: 100%;
  height: auto}


/*
img
{ border: 0;
  margin: 0;
  display: inline-block;}
*/

h1, h2, h3, h4, h5, h6 
{ font: bold 'Baskerville Old Face',roman,serif,variable;
  font-size:175%;
  color: #333;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 0;}

h2
{ font: normal 'Times New Roman', Cambria, serif;
  font-size:150%;
}

h3
{ font: normal 'Times New Roman', Cambria, serif;
  font-size:135%;

}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: normal 'Baskerville Old Face',roman,serif,  variable;
  font-size:120%;
 }

h5, h6
{ font: italic 'Baskerville Old Face',roman,serif,variable;
  font-size:95%;
  padding: 0 0  5px 0;
  color: #000;}

h6
{ color: #362C20;}

a, a:hover
{ outline: none;
  text-decoration: underline;
  /*color: #1293EE;}*/
  color: #A4AA04;}

a:hover
{ text-decoration: none;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;
  line-height:200%;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ background: rgb(6,31,105);
  /*height: 240px;}  height should equal logo + menubar*/
  height: 134px;}  /* was 220*/

#logo
{ width: 768;/*825px;*/
  /*position: relative;*/
  height: 106px; /*was 168*/
  background: rgb(6,31,105) url(ZZBanner1.png) no-repeat;
  background-size: contain;
}

#logo #logo_text 
{  /*position: absolute;*/
  
  top: 14px;
  /*right: 10%;*/
  /*text-align:left;*/
  text-align:center;

}


#logo h1
{ font: normal 'Baskerville Old Face',roman,serif,  variable;
  font-size:320%;
  font-weight:normal;  
  border-bottom: 0;
  text-transform: none;
  white-space: nowrap;
  margin: 0;}

#logo h2
{ font: normal 'Times New Roman', Cambria, serif;  
  border-bottom: 0;
  text-transform: none;
  white-space: nowrap;
  margin: 0;}


#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover 
{ padding: 0;
  color: #FFF;
  letter-spacing: 0.14em;
  text-decoration: none;}


<style>
#logo_text h1 a .logo_colour
{ font-size:320%;

color: #FFF;
}

#logo_text h2
{ font-size: 175%; 
  
 
  padding: 4px 0 0 0;
  color: #FFF;
}


@media screen and (max-width: 768px)
#logo_text h1 a .logo_colour
{ font-size:240%;
color: #FFF;
}

#logo_text h2
{ font-size: 125%
  padding: 4px 0 0 0;
  color: #FFF;


}
</style>

#menubar
{ width: 768px;
/*877px;*/
  /*width: 100%;*/
  /*float: center;*/
  margin: auto;
  height: 24px; /*was 52*/ 
  padding: 0;
  /*background: #29415D url(menu.png) repeat-x;*/
} 


ul#menu
{ /*float: center;*/
  /*margin: 0;*/ 
  margin: auto;
  padding: 0;}

ul#menu li
{ 
  font-size: 75%;
  display: inline-block;  
  letter-spacing: 0.1em;
  /*padding: 10px 1% 6px 1%;*/ 
  padding: 0% 1% 0% 1%; 
  text-align: center; 
  /*float: center;*/ 
  /*text-transform: */
  text-decoration: none;  
}

ul#menu li a
{    
  color: white;  
  text-decoration: none;
} 

ul#menu li a:hover, 
ul#menu li.selected a, 
ul#menu li.selected a:hover
{ 
  color: white;  
  background: rgb(6,31,115);
  padding: 15px 0 15px 0;
}



#site_content
{ width: 768px;/*837px;*/
  overflow: hidden;
  margin: 0 auto 0 auto;
  /*padding: 20px 24px 20px 37px;} put just enough left padding so that text doesnt disappear when squeeze*/
   padding: 20px 5px 20px 5px;}
  /*background: #FFF url(content.png) repeat-y;} */

.sidebar
{ float: right;
  width: 25%;/*190px;*/
  /*padding: 0 15px 20px 15px;} put just enough padding so separation from content to left is maintained*/  
  padding: 0 0 0 20px;
}

.sidebar2
{ float: right;
  width: 23%;/*190px;*/
  /*padding: 0 15px 20px 15px;} put just enough padding so separation from content to left is maintained*/  
  padding: 0 0 0 20px;
}

.sidebar ul
{ width: 178px; 
  padding: 4px 0 0 0; 
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
  display: block;
  background: transparent url(link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;
  text-decoration: none;} 

#content
{ text-align: left;
  width: 75%;  
}

#content2
{ text-align: left;
  width: 77%;  
}

#content3
{ text-align: left;
  width: 100%;  
}



.sidebar2
{ float: right;
  text-align: left;
  width: 20%;/*190px;*/
  /*padding: 0 15px 20px 15px;} put just enough padding so separation from content to left is maintained*/  
  padding: 0 0 0 20px;
}

#content2
{
  text-align: left;
  width: 80%;
}

#content ul
{ margin: 2px 0 22px 0px;}

#content ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}

#footer
{ width: 768px;/*878px;*/
  font: normal 'Times New Roman', Cambria, serif;
  font-size:100%;
  height: 33px;
  padding: 24px 0 5px 0;
  text-align: center; 
  /*background: #29425E url(footer.png) repeat-x;*/
  background: rgb(6,31,105) url(zzbanner1.png) no-repeat;
  background-size: contain;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: underline;}

/*
.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% arial, sans-serif;}
*/

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #263C56; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 10px 0 10px 0;
  border: none;
}

table tr th, table tr td
{ background: #3B3B3B;
  color: #FFF;
  padding: 4px 2px;
  text-align: center;}
  
/*
table tr td
{ background: #F0EFE2;
  color: #47433F;
  border-top: 1px solid #FFF;}
*/

table tr td
{ background: #FFF;
  color: #47433F;
  padding: none;
  border: 1px solid #FFF;
  object-fit: fill;
  }