html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: transparent url(../images/back-top.gif) no-repeat top left;
    
    font-family: Georgia, serif;
    font-size: 10pt;
    color: #1a1c1a;
}

table {
font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 {
    /*
    font-family: Arial, sans-serif;
    */
    font-family: Times New Roman, serif;
    color: #339900;
}

a {
    color: #114411;
}

a:hover {
    text-decoration: none;
}

div#container {
    position: relative;
    
    left: 80px;
    width: 680px;
    
    margin-top: 150px;
    margin-right: 30px;
    
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}
html>body #container {
    height: auto;
}

div#left_top_corner {
    float:left;
    width: 120px;
    height: 70px;
}

div#menu {
    float: right;
    width: 185px;
    padding: 10px;
    margin-left: 10px;
    
    background-color: #fafdfa;
    border: 2px dotted #668866;
    
    color: #666666;
    
    font-family: Arial, sans-serif;
    
    /* /
    font-family: Georgia, Times New Roman, serif;
    */
    font-size: 10pt;
    font-weight: bold;
}

div#menu .title {
    color: #339900;
    font-size: 12pt;
    font-weight: bold;
    
    margin-bottom: 10px;
}

div#menu ul {
    padding: 0px;
    margin: 0px;
    
    margin-top: 5px;
}

div#menu ul li {
    padding-left: 0px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 3px;
}

div#menu ul li ul li {
    font-size: 9pt;
    
    margin-top: 2px;
    margin-bottom: 1px;
}

div#main {
    /*padding-bottom: 400px;*/
text-align: justify;
}

p.capitalized:first-letter {
    font-size: 200%;
    font-weight: bold; 
    float: left;
    margin-right: 5px;
}

h1 {
    clear: left;
font-size: 24pt;
}

div#bottom {
    position: relative;
    clear:both;
    /*bottom: 0;*/
    border: 1px solid white;

    /*
    position: relative;
    clear: both;
    */
    
    left: -80px;
    width: 760px;
    height: 400px;
    background: url(../images/back-bottom.gif) no-repeat top left;
}

div#bottom p {
    display: block;
    
    margin-top: 180px;
    margin-bottom: 200px;
    margin-left: 120px;
    margin-right: 245px;
    
    font-size: 9pt;
    text-align: right;
    color: #667766;
}

/* NEWS PAGE */

div#news div.news_item {
    border-bottom: 2px ridge #EEEEEE;
}

div#news div.news_item span.date {
    font-weight: bold;
    font-size: 10pt;
    
    margin-right: 0.5em;
}

div#news div.news_item span.title {
    font-weight: bold;
    font-size: 12pt;
    color: #339900;
}
