
body {
    background-color:black;
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    margin:0pt;
    padding:180px 20px 0pt 0px;
}

div#header {
    float: right;
    height: 152px;
    left: 0pt;
    position: absolute;
    top: 0pt;
    width: 100%;
}

div#header img {
    display:block;
    float:right;
    margin-left:auto;
    margin-right:auto;
}

div#sidebar {
    height:100%;
    left:0px;
    margin-left:20px;
    position:absolute;
    top:180px;
    width: 180px;
}

body > div#header {
    position:fixed;
}

body > div#sidebar {
    position:fixed;
}

#note p {
    color: #8e8e8e;
    text-align: center;
    font-size: 0.8em;
}

div#sidebar-content {
    color: #8e8e8e;
}

div#sidebar p {
/*margin:0em;*/
/*padding:0em 0em 0em;*/
}

#sidebar li {
    list-style-type: none;
    margin:0pt;
    padding:0.2em;
}

#sidebar a {
    color: #8e8e8e;
    display:block;
    padding:0.2em;
    text-decoration:none;
}

#sidebar a:link {
    color: #8e8e8e;
}

#sidebar a:visited {
    color: #8e8e8e;
}

#sidebar a:hover {
    color: blue;
}

#sidebar a:active {
    background-color:gray;
    color: #8e8e8e;
}

div#content {
    color: #8e8e8e;
    font-size:0.9em;
    text-align: justify;
    margin-left: 260px;
    padding:0em 0em 1em;
}

div#content p {
    padding:0em 1em;
}

div#content img {
    border:medium solid #8e8e8e;
    display:block;
}

* html body {
    overflow:hidden;
}

* html div#content {
    height:100%;
    overflow:auto;
}

* h2 {
    border-bottom: 2px solid blue;
    color: blue;
    font-family:sans-serif;
    font-size:16px;
    line-height: 1.5em;
    text-indent:1em;
    margin: 2em 0em 1em 0em;
    clear: both;
}

img {
    border:medium none;
}

img.center {
    margin:2em auto;
}

div.figureRight {
    float: right;
}

div.figureRight p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0em;
}

div.figureLeft {
    float: left;
}

div.figureLeft p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0em;
}

#footer {
    clear:both;
    color: #8e8e8e;
    font-family:Sans-Serif;
    font-size:0.8em;
    text-align:right;
}

#footer a {
    color:#27AEFE;
}

#footer a:hover {
    color:#FFFFFF;
}      


