body{
 margin: 0;
 padding:0;
 font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; 
 font-size: 16px;
 color: #000066;
 }
 


div#jar {
  text-align:left;
  width:800px;
  margin:auto;
  background-color: #cccccc;
  color: #000d5e;
  border:1px solid #000066;
  }
  
  
div#header {
  height:80px;
  text-align: center;
  background-color: #cccccc;
  color: #000066;
  }


div#bar {
  height:25px;
  background:#c0c0c0;
  color: #333333;
  border:solid #000000;	
  border-width:1px 0 1px 0;
  }


div#footer {
  padding: 1%;
  text-align: center;
  clear: both;
  background-color: #cccccc;
  color: #000d5e;
  border-top: solid #000066 1px; 
  margin:0;
  }



div#contentblock {
  position:relative;
  width:770px;
  background-color: #ffffff;
  padding:15px;
  border-top: solid #000066 1px; 
  }


div#l-col {
  float:left;
  width:145px;
  }



div#r-col {
  width:645px;
  text-align: justify;
  background-color: #ffffff;
  color: #000d5e;
  margin-bottom: 10px; 
  }


div#maincontent {
  text-align: justify;
  background-color: #ffffff;
  color: #000066;
  margin-bottom: 10px; 
  }









h1 {
  font-family : Century, Georgia, "Times New Roman", serif;
  font-size : 200%;
  font-weight: bold;
  margin-bottom : 9px;
  margin-top : 0px;
  }

h2 {
  font-family : Century, Georgia, "Times New Roman", serif;
  font-size : 150%;
  font-weight: bold;
  margin-bottom : 6px;
  margin-top : 0px;
  }

h3 {
  font-family : Century, Georgia, "Times New Roman", serif;
  font-size : 125%;
  font-weight: bold;
  margin-bottom : 6px;
  margin-top : 0px;
  }

h4 {
  font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; 
  font-size : 110%;
  font-weight: bold;
  margin-bottom : 6px;
  margin-top : 10px;
  }

ul li {
  margin-bottom : 4px;
  margin-right  : 18px;
  }

p.copyrights {
  margin: 6px;
  font-size: 75%;
  }