﻿/* Font Sizes 
- Point Sizes -||- % Equivalent -
10=77; 12=93; 14=108; 16=123.1; 18=138.5; 20=153.9; 22=167; 24=182; 26=197
*/
body
{
    background: #eee url( '/Images/bg_b.gif' ) repeat-x;
    color: black;
    /*font: 69.5% Verdana, Arial, Helvetica, sans-serif; /* 8pt */
    
}
p{ margin: 1em; }
a
{
    color: #455a21;
    text-decoration: none;
}
a:visited
{
    color: #455a21;
    text-decoration: none;
}
a:hover
{
    color: #455a21;
    text-decoration: underline;
}
div#wrapper
{
    margin: 0 auto;
    margin-top: 3px;
    width: 965px;
}
div#header
{
    width: 965px;
    height: 45px;
    margin: 7px 0 30px 0;
}
div#page
{
    background: #FFFFFF;
    width: 965px;
    border: solid 1px #cccccc;
    min-height:400px;
}
#news
{
    width: 170px;
    /* height: 440px; */
    position:static;
    top: 85px; /*-170//230*/
    /*background: url('/images/news_bottom.gif') bottom left no-repeat;*/
    margin: 0 15px 0 0; /* -230 */
    padding-bottom: 5px;
}
#news h1, #news .bold
{
    font-size: 1.3em;
    font-weight: normal;
    color: #455a21;
    margin:0;
    padding:0;
}
#news .bold
{
    font-weight: bold;
}
#flashHeader
{
    _position: relative;
    _margin-right: -50px;
    _z-index: -1;
    _width: 700px;
    width: 790px;
    height: 200px; /* 225 */
    float: left;    
    margin-top: -1px;
}
#contentContainer
{
    width: 770px;
    float:left;
}
#sidebar
{
    background: url( '/images/sidewords.gif' ) center center;    
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
    float: left;
}
#content
{   
    _width: 500px;
    width: 520px;
    text-align: justify;
    padding: 0 0 5px 0;
    font-size: 1em;
    line-height: 1.1em;
    color: #455a21;
    float:left;
}
#content .header
{
    width: 510px;
    height: 100px;
    text-align: left;
    background: transparent;
    float: left;
    margin: 4px 0 5px 0;
}
#content h1,
#content .header1
{
 margin: 0 0 10px 5px;
 font-size: 1.5em;
 font-weight: bold;
}
#content h2,
#content .header2
{
 margin: 0 0 10px 5px;
 font-size: 1.3em;
 font-weight: bold;
}
/* News Title */
#content .NewsTitle { margin: 0 0 10px 5px;  font-size: 1.3em;  font-weight: bold; }

/* News Date */
#content .NewsDate { font-weight: bold }
#content h3
{
 margin: 0 0 10px 5px;
 font-size: 1.1em;
 font-weight: bold;
}
#content p
{
 margin-left: 5px;
 font-size: 1em;
}
#footer
{
    clear: both;
    color: #666666;
    text-align: center;
    width: 965px;
    margin: 20px auto;
    font-size: 0.8em;
    text-transform:uppercase;
}
#footer ul
{
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    white-space: nowrap;
}
#footer ul li
{
    display: inline;
    position: relative;
    padding: 0 1em 0 1em;
    list-style-type: none;
    border-left: solid 1px gray;
}
#footer ul li a
{
    color: #666666;
    text-decoration: none;
}
#footer ul li a:visited{}
#footer ul li a:hover{ text-decoration: underline; }
#footer ul .first { border-left: none; }
#copyright{ font-size: 0.8em; margin-top: 3px; }