body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #1F1F1F;
}

a 
{
    font-weight: bold;
    text-decoration: none;
    color: #336699;
}

a:hover 
{
    text-decoration: none;
    color: #ffffff;
    background-color: #336699;
}

h1 
{
    font-family: verdana, helvetica, arial;
    font-size: 16px;
    font-weight: bold;
    color: #006699;
    font-variant: small-caps;
    margin-top: 5px;
    margin-bottom: 10px;
}

h2 
{
    font-family: verdana, helvetica, arial;
    font-size: 14px;
    font-weight: bold;
    color: #006699;
    font-variant: small-caps;
    margin-top: 5px;
    margin-bottom: 5px;
}

#container 
{
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 1px solid #666666;
    background-image: url(/images/hdr_clouds_faded_bottom.jpg); 
    background-repeat: repeat-x;
    width: 980px;
}

#logo 
{
    height: 105px;
    width: 133px;
    padding-top: 5px;
    text-align: left;
}

#maincontent 
{
    font-size: 12px;
    text-align: justify;
    margin: 35px 6px 6px 6px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#footer
{
    font-size: 11px;
    text-align: justify;
    margin: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px dashed #006699;
}

#googleads 
{
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#navbar 
{
    float: right;
}

#menu 
{
    margin: 0px;
    padding: 0px;
}

#menu ul, #menu li  
{
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#menu a 
{
    color: #336699;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-right: 0px;
    padding: 3px 6px 3px 6px;
    text-decoration: none;
    font-variant: small-caps;
}

#menu a:hover   
{
    color: #000000;
    font-weight: bold;
    background-color: transparent;
    text-decoration: underline;
}   

#menu a.selected_item
{
    color: #000000;
    text-decoration: underline;
}

#menu a:hover.selected_item
{
    color: #000000;
    background-color: transparent; 
    text-decoration: underline;
}

.floatright 
{
    float: right;
}

.floatleft 
{
    float: left;
}

.quote
{
    margin: 6px 25px 6px 25px;
    border: 1px solid #666666;
    background-color: #f2f2f2;
    padding: 6px;
}