﻿body, p, div, h1, h2, h3, h4, a, table, td, span
{
    margin: 0px 0px 0px 0px;
    border: solid, 0px, #6598CB;
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
    padding: 0px 0px 0px 0px;
    color: White;
        
}
body 
{
    background-color: #6598CB;
    background-image: url("../images/backglobe.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#wrapper 
{
    width: 950px;
}
.logo_wrapper 
{
    text-align: center;
}
.logo 
{
    color: White;
    font-weight: bold;
}
.logo_small 
{
    color: White;
    font-weight: bold;
    font-size: 10pt;
}

.right_sidebar 
{
    float: right;
    width: 120px;
    background-image: url("../images/backtexture.gif");
    background-repeat: repeat;
    text-align: center;
    padding: 10px;
}
.right_sidebar_text 
{
    color: White;
    font-size: 10pt;
}
.sidebar 
{
    background-image: url("../images/backtexture.gif");
    background-repeat: repeat;
    width: 150px;
    padding: 10px;
    display: block;
    float: left;
    text-align: right;    
}
.sidebar_links 
{
    color: #a0d0FF;
    text-decoration: none;
    display: block;
    margin-right: 8px;
}
.sidebar_links:hover 
{
    text-decoration: underline;
    color: White;
    display: block;
}
.copyright_wrapper
{
    display: block;
    clear: both;
    text-align: center;
}
.copyright_text 
{
    color: Black;
    font-size: 9px;
}
.main 
{
    margin-left: 200px;
    margin-right: 180px;
}
p 
{
    color: White;
    padding: 10px 0px 10px 0px;
}
a
{
    font-weight: normal;
    text-decoration: none;
}
a:hover
{
    color:Blue;
}
    
ul
{
    color:White;
    padding: 10px 0px 10px 0px;
}
li
{
    margin: 0px 0px 15px 0px;
}
h1 
{
    color: White;
    font-size: 26px;
}  
h2 
{
    color: White;
    font-size: 22px;
    text-decoration: none;
}  
ol.listTopLevel
{
    list-style-type: upper-roman;
}
ol.listSubLevel
{
    list-style-type: lower-roman;
}
ol.listSubSubLevel
{
    list-style-type: lower-alpha;
}
img.booklink
{
    border: solid 2px #003366;
}
img.booklink:hover
{
    border: solid 2px white;
}
