#menu {
        float: left;
        width: 20%;
        margin: 0%;
        margin-top: 110px;
        padding-top: 0%;
        font-size: 13.5pt;
}

#menu ul {
           margin-top: 0%;
           margin-right: 0%;
           padding-top: 0%;
           list-style-type: none;
           text-align: right;
           float: right;           
           width: 100%;
           margin-right: 5%;
}

#menu ul li {
              line-height: 130%;
}

#right {
         float: right;
         width: 80%;
         padding-top: 0%;
         margin: 0%;
}

#content {
           border: 1px solid black;
           background-color: white;
           padding-left: 5.5%;
           padding-right: 5.5%;
           padding-top: 0.5%;
           padding-bottom: 3.0%;
}

.clear {clear: both; }

body {
       background-color: #BFBFBF;
       color: black;
       text-align: center;
       font-family: arial, bitstream vera sans, sans serif;
       font-size: 12pt;
       margin-left: 0%;
       margin-right: 10%;
       margin-top: 0%
}

#main { margin: 0%; }

p { 
    text-align: justify;
    margin-bottom: 3%;
    line-height: 1.3em;
}

.small { 
	font-variant: small-caps;
}

#header {
          text-align: left;
          margin: 20px 0px 0px;
          padding: 0px;
          height: 90px;
}

#footer p{ 
         font-size: 10pt;
         text-align: center;
         line-height: 1em;
}

h1, h2, h3 { color: rgb(118, 125, 137); }
h4 {
     font-style: italic;
     font-weight: normal;
     text-decoration: underline;
}

a:link, a:visited {
    color: #ff8a04;
	text-decoration: none;
}

#menu a:link, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover,#footer a:hover {color: rgb(255, 255, 255); }

a:hover{
         color: #AAA; 
         font-weight: normal;
         text-decoration: underline;
}

a img {border: none; }

ul {text-align: left;}

h3, h4{text-align: left; }

.post {text-align: justify;}
dt{font-weight: bold; }
#content dt a:hover {font-weight: bold; }
#content h3 a:hover {font-weight: bold; }
dd {text-align: justify; }
