body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  color: #656A65;
  background: #fff url(../images/common/background.gif) top left repeat-y;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.8em;
}

h1 {
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 18pt;
    color: #005490;
    letter-spacing: 2pt;
}

h2 {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: #005490;
    font-variant: small-caps;
    font-weight: bold;
    border-bottom: 1px solid #002F90; 
    padding-top: 0;
    padding-bottom: 0;
}

h3 {
    font-family: Verdana, sans-serif;
    font-size: 8.5pt;
    letter-spacing: 0;
    color: #005490; 
    font-weight: bold;
}

h4 {
    font-family: Verdana, sans-serif;
    font-size: 8.5pt;
    color: #000000;
    letter-spacing: 1pt; 
    font-weight: bold;
}

h5 {
    font-family: Verdana, sans-serif;
    color: #005490;
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: normal;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

a img {
    border: 0;
}

p, ol {
    font-size: 8.5pt;
    font-family: Verdana, sans-serif;
    color: #656A65;
    font-weight: normal;
}

p.copyright {
	padding-top: 20px;
	text-align: center;
    font-size: 9px;
}

p.comment {
    font-size: 8.5pt;
    color: red;
    font-weight: normal;
    font-style: italic;
}

ul {
    list-style-type: square;
    font-size: 8.5pt;
    font-family: Verdana, sans-serif;
    color: #656A65;
    // padding-left: 2em;
    margin-left: 0em;
}

ul.big {
  font-size: 16pt;
}

#leftcontent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 175px;
  background: #ddecff;
  border-right: 1px solid #999;
  padding: 0px;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: inherit;
}
html>body #leftcontent {
  height: inherit;
  width: 174px;
}

#centercontent {
  background: #fff;
  margin-left: 178px;
  margin-right: 10px;
  padding: 30px;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 175px;
  margin-right: 10px;
}
html>body #centercontent {
  margin-left: 176px;
  margin-right: 10px;
}

#rightcontent {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 175px;
  height: 100%;
  background: #ddecff;
  border-left: 1px solid #999;
  padding: 0px;
}


#poweredby {
  background: white;
  border: 1px solid black;
  position: absolute;
  width: 136px;
  left: 13px;
  bottom: 15px;
  padding: 5px 8px 8px 8px;
  z-index: 1;
}
html>body #poweredby {
  position: fixed;
  left: 11px;
}
