html, body 
  {
 margin-left: 10%;
 margin-right: 10%;
 padding: 0;
 height: auto;
 background-color: white;
 font-family: trebuchet ms;
 color: #000080;
 text-align: justify;	
 vertical-align:center;
 }     

 img
{  border-color: white ;
}

#header
  {
 padding: 15px;
 /*border-style: solid;
 border-color: #ff0000;
 border-top-width: 0px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 1px;*/
 
  }

  
  
#centerimage
  {
 text-align: center;
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 0px;
  }


#container
  {
height: 100%;
/*<!--min-height: auto;*/
position: relative; 

background-color: white}

#leftbar
  {
 height: 100%;
 /*min-height: 100%;*/
 position: center;
 background-color: gray;
 float: left;
  }

#rightborder 
  {
  width: 115px;
 line-height: 150%;
 font-size: 85%;
 border-style: solid;
 border-right-width: 1.5px;
 border-left-width: 3px;
 border-right-color: #d00000;   /*000080*/  
 border-top: none;
 border-left: none;
 border-bottom: none;
   }                
 
#rightborder a
  {
 font-family: trebuchet ms;
 color: #000080;
 font-size: 100%;
 text-decoration: none;
  }

#rightborder a:hover
  {
 font-family: trebuchet ms;
 color: #d00000;
 font-size: 100%;
 text-decoration: underline;
  }


#link a
  {
 font-family: trebuchet ms;
 font-weight: bold;
 color: #000080;
 text-decoration: none;
 border-color: #d00000;
 border-bottom-width: 1px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-top-width: 0px;
 border-style: dotted; 
  }

#link a:hover
  {
 font-family: trebuchet ms;
 color: #d00000;
 text-decoration: none;
  border-color: #d00000;
 border-bottom-width: 1px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-top-width: 0px;
  }

#topline
  {
 color: #d00000;
 font-weight: heavy;
 font-variant: small-caps;
 font-size: 150%; 
  }
  
  #topline a
  {
  text-decoration: none;
 border-style: none;
 
  }
  
  #topline a:hover
  {text-decoration: none;
 border-style: none;}

  #topline a:visited
  {
  color: #d00000;
  text-decoration: none;
 border-style: none;}
  
#head
  {
 color: #000080;
 font-variant: small-caps;
 font-weight: bold;
  }

#head a
  {
 font-family: helvetica, arial, sans-serif;
 color: #ff0000;
 font-size: 90%;
  }

#head a:hover
  {
 font-family: helvetica, arial, sans-serif;
 color: #ff0000;
 font-size: 90%;
 text-decoration: none;
  }


#body
  {

padding: 10px;
padding-bottom: 15px;
text-align: justify;  
 }


#footer 
  { 
 text-align: center;
 width: 100%;
 /*bottom: 10px;*/
 height: 10px;
 font-family: trebuchet ms;
 font-size: 70%;
 font-weight: bold;
 padding: 8px;
 border-style: solid;
 border-color: #ff0000;
 border-top-width: 1px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
    }      

#footer a
  { 
 color: #000080;
 font-family: trebuchet ms;
 font-weight: bold;
 text-decoration: underline;
 
   }      



