html, body {
  background-color: inherit;  
  margin:0px;
  padding:0px;
}

#header {
  background-color: #f5f5f5;     
  width: 100%;
  height: 120px;  
  padding:0px;
  margin:0px;
}

#navigation {
  position:absolute;
  background-color: inherit;
  top:210px;
  left:10px;
  width:145px;
  margin:0px;
  padding:0px;
}

#content {
  margin-top:0px;
  margin-left:160px;
  margin-right:0px;
}

#logo {
  position:absolute;
  top:5px;
  left:12px;
  width:82px;
  height:87px;
}

h2,h3,p,ul,o1,table {
  margin-left:170px;
  margin-right:20px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

h1 {
  font-family: Verdana,sans-serif;
  font-size: 22pt; 
  font-style: normal;
  font-weight: bold;
  color: #0000CD;     
  margin-left: 10px;
}

h2 {
  font-family: Arial,Helvetica,sans-serif;  
  font-size: 14pt;
  font-style: normal; 
  font-weight: bold; 
  color: #0000FF;    
  text-align: left;
}

h3 {
  font-family: Arial,Helvetica,sans-serif;  
  font-size: 12pt;
  font-style: normal;  
  font-weight: bold;  
  color: #8470FF;
  text-align: left;
}

p {
  font-size: 10pt;  
  font-style: normal;
  font-weight:normal;
  font-variant: normal;
  color: #4d4d4d; 
  text-align: justify;
}

ol {
  font-size: 10pt;
  font-style: normal;
  color: #4d4d4d;
}

ul {
  font-size: 10pt;
  font-style: normal;
  color: #4d4d4d;
}

li {
  font-size: 10pt;
  font-style: normal;
  color: #4d4d4d;
}

a:link {
  font-size: 9pt;  
  font-weight:bold;
  text-decoration: none;
  color: #4d4d4d;
}

a:hover {
  font-weight:bold;
  text-decoration: none;
  background-color: #cecece;
}

a:visited {
  font-weight:bold;
  text-decoration: none;
  color: #4d4d4d; 
}

a.navi, a.navi_first, a.navi_self {
  display:block;
  white-space:normal;
  overflow:hidden;
  background-color: #CCCCFF;  
  border-top: solid 5px White;
  border-bottom: solid 5px White;  
  font-family: Verdana,Tahoma,Arial,sans-serif;  
  font-size:11px;
  font-style: normal;
  font-weight:normal;
  text-decoration:none;
  line-height: 12px;
  padding:3px;
  text-align:left;
}

a.navi_first {
  font-weight:bold;
  font-size: 9pt;
}

a.navi:link, a.navi_first:link, a.navi:visited, 
a.navi_first:visited {
  color: #4d4d4d; 
}

a.navi_self:link, a.navi_self:visited {
  color: #4d4d4d;
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover, 
a.navi:active, a.navi_first:active, a.navi_self:active {
  color: #4d4d4d;
  background-color: #C0C0C0;  
}

