﻿html, body
{
    height: 100%;
}

body
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#mainContainer
{
    background-image: url('images/gecko-pattern2.gif');
    background-repeat: repeat-y;
}

#mainContainer1
{
    background-image: url('images/gecko-pattern3.gif');
    background-repeat: repeat-y;
}

#imgTop1
{
    width: 165px;
    height: 268px;
    margin-left: 0px;
}

#imgTop2
{
    width: 333px;
    height: 268px;
}

#imgTop3
{
    width: 289px;
    height: 268px;
}

#bodyContainer
{
    padding: 0px;
    margin: 0px;
}

#bodyContent
{
    width: 787px;
}

#left
{
    width: 195px;
    float: right;
}

#leftNavigator
{
    padding-left: 10px; /margin-left:-1px!important;
	width:130px;	
}

#leftNavigator li
{
    list-style: none;
    display: block;
    padding-bottom:10px;
}

#leftNavigator a
{
    color: white;
    line-height: 15px;
}

#leftNavigator a:hover
{
    text-decoration: underline;
    color: #CCFF99;
}

#content
{
    width: 570px;
    padding-right: 20px;
    padding-top: 10px;
    float: right;
    height: auto !important;
    height: 100%; /* ie 6 will use this instead of min-height */
    min-height: 100%;
    line-height: 15px;
}

#topContainer
{
    position: relative;
    top: 0px;
    left: 0px;
    background-image: url('images/gecko-pattern2.gif');
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
    width:790px;
}

#menuDivider
{
    width: 607px;
    height: 8px;
    padding-left: 180px;
    line-height: 0px;
    background-color: #9E0C10;
}

#footer
{
    margin: 0px;
    width: 796px;
    height: 19px;
    background-image: url('images/bgfooter.gif');
    background-repeat: repeat-y;
    background-color: #127E2C;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

#footer a
{
    color: White;
    text-decoration: none;
}

#footer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#navbar
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    top: 266px;
    left: 186px;
    margin-top: -7px;
    position: absolute;
}

#navbar li
{
    list-style: none;
    display: inline;
}

#navbar a
{
    width: 100px;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    background: url("images/but.gif") no-repeat;
    float: left;
    text-align: center;
    padding-top: 9px;
    height: 20px;
}

#navbar a:hover
{
    background: url("images/but-over.gif") no-repeat;
}

#navbar .active
{
    background: url("images/but-sel.gif") no-repeat;
}

#rightQuote
{
    text-align: right;
}

#content blockquote
{
    margin: 5px 20px 10px 10px;
    padding-bottom: 3px;
    padding-left: 50px;
    color: #fff;
    background: #83a2d7 url(images/bq-left.gif) left top no-repeat;
    padding-top: 16px;
}

#content blockquote p
{
    margin: 0;
    padding-right: 50px !important;
    height: auto !important;
    height: 100%; /* ie 6 will use this instead of min-height */
    min-height: 100%;
    font-style: italic;
}

#content .highlight
{
    padding: 12px;
    color: #fff;
    background-color: #999966;
}

#content h2
{
    color: #006600;
    font-size: 1.3em;
}

#content h3
{
    font-size: 1.1em;
    font-weight: bold;
}

#content a:link
{
    color: #03F;
    text-decoration: none;
}

#content a:visited
{
    color: #03F;
    text-decoration: none;
}

#content a:hover
{    
    text-decoration: none;
    /text-decoration: underline !important;
}

#content .rightAlign
        {
            text-align: right;
            display: block;
        }

#tblGroups
{
    text-align: center;
}

.downloadLink
{
    padding-left: 10px;
    padding-top: 5px;
}
