
/* Layout Stylesheet */ 


body{
  min-width: 820px
  max-width: 820px
  color: #000000;
  background: #bfc4cb;
  margin: 20px;
  padding: 0px;
  font: 11px verdana, arial, helvetica, sans-serif;
}

h1 {
    
    font-weight: bold;
    font-size: 150%;
    color: #B0E0E6;
    text-align: center;
    padding: 50px 10px 2px 10px;
}

img {
    border-style: none;
}

.images {
	padding: 2px;
	background: transparent;
    border: none;
}

h2 {
    margin: 12px 210px 20px 190px;
	padding: 2px 10px 2px 10px;
	font-size: 16px;
	color: #eeeeee;
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	background: #5f7797;
	border: 2px solid #354463;
}

h2 a:link    { font-size: 16px; color: #e9f2fc; text-decoration: none; }
h2 a:visited { font-size: 16px; color: #e9f2fc; text-decoration: none; }
h2 a:hover   { font-size: 16px; color: #e9f2fc; text-decoration: underline; }
h2 a:active  { font-size: 16px; color: #e9f2fc; text-decoration: underline; }

h3 {
	font: bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4 {
    font-size: 120%;
	border: 2px solid #354463;
    margin: 0px 0px 10px 0px;
    color: #e9f2fc;
	background: #5f7797;
	padding: 2px 10px 2px 10px;
}

h5 {
  font: 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #5f7797;
  color: #464c64;
  background: #a7aeb8;
  padding: 4px 4px 4px 10px;
  margin: 10px 0px 10px 0px;
} 


h5 a:link { font-size: 11px; color: #464c64; text-decoration: none; }
h5 a:active { font-size: 11px; color: #464c64; text-decoration: none; }
h5 a:visited { font-size: 11px; color: #464c64; text-decoration: underline; }
h5 a:hover { font-size: 11px; color: #464c64; text-decoration: underline; }

h6 {
  font: 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #5f7797;
  color: #464c64;
  background: #a7aeb8;
  padding: 5px 4px 5px 4px;
  margin: 10px 0px 10px 0px;
} 

#left1{
 width: 178px;
 height: 180px;
 position: absolute;
 top: 0px;
 left: 20px;
 border: 1px solid #5f7797;
 background: #bfc4cb;
 color: #464c64;
 margin: 20px 0px 10px 0px;
 padding: 0px;
 z-index: 1;
 background: url('siteicon.jpg');
 background-repeat: no-repeat;
 background-position: left;
 z-index: 3;
}

#left1 span {
  display: none;
}

#left{
 position: absolute;
 top: 180px;
 left: 20px;
 width: 180px;
 border: 0px solid #333333;
 background: #bfc4cb;
 color: #464c64;
 margin: 7px 0px 10px 0px;
 padding: 0;
 z-index: 1;
 }

#right{
 position: absolute;
 top: 0px;
 right: 20px;
 width: 180px;
 border: 0px solid #333333;
 background: #bfc4cb;
 color: #464c64;
 margin: 10px 0px 10px 0px;
 padding: 0px;
 z-index: 1;
 }

#hdr{
 height:150px;
 background:#7c8aa4;
 color:#7c8aa4;
 margin: 0px 200px 20px 200px;
 padding:0;
 border: 2px solid #354463;
 border-width: 2px 2px 2px 2px;
 } 
      
#center{
 position: relative;
 margin: 0 181px 20px 181px;
 border: 0px solid #333333;
 background: #bfc4cb;
 color: #333333;
 padding: 20px;
 z-index: 3;
 }