html
{
    overflow : hidden;
    background-image : url( "images/background.png" );

    margin : 0px;
    padding : 0px;
    height : 100%;
}
body
{
    margin : 0px;
    padding : 0px;
    height : 100%;

    color : #000000;
    font-family : "verdana","helvetica","arial",sans-serif;
    font-size : 11pt;
    text-align: center;
}
.rightpic
{
    margin-left : 30px;
    margin-bottom : 30px;
}
.wrap
{
    width : 800px;
    margin : 0 auto;
    height : 100%;
}
a:active, a:link, a:hover, a:visited
{
    font-weight : bold;
    text-decoration : none;
    color : #8e993a;
}
.logo_div
{
    background-image : url( "images/title.png" );
    background-repeat : no-repeat;
    background-color : #dee1ab;

    border-left : 5px black solid;
    border-right : 5px black solid;

    margin-left : auto;
    margin-right : auto;

    height : 120px;
    width : 790px;
}
.title_div
{
    background-color : #8e993a;
    border-left : 5px black solid;
    border-right : 5px black solid;

    width : 790px;
    height : 25px;
    padding-top : 5px;

    text-align : center;
    font-weight : bold;
    font-size : 11pt;
}
.transparent
{
    position : absolute;
    left : 14px;
    top : 14px;
}
.nav_div
{
    margin-left : auto;
    margin-right : auto;

    background-color : #8e993a;
    border-left : 5px black solid;
    border-right : 5px black solid;

    width : 790px;
    height : 25px;
    padding-top : 5px;

    text-align : center;

    font-weight : bold;
    font-size : 11pt;
}
.nav_div a:link, .nav_div a:visited
{
    color : #dee1ab;
    text-decoration : none;
}
.nav_div a:active, .nav_div a:hover
{
    color : #fef975;
    text-decoration : none;
}
.content_div
{
    position : fixed;
    top : 150px;
    bottom : 25px;

    float : left;

    width : 690px;

    border-left : 5px black solid;
    border-right : 5px black solid;

    text-align : justify;
    background-color : #dee1ab;
    padding-top : 30px;
    padding-bottom : 30px;
    padding-left : 50px;
    padding-right : 50px;
    overflow : auto;
}
.content_div_ie
{
    width : 790px;

    position : fixed;
    top : 150px;
    bottom : 25px;

    border-left : 5px black solid;
    border-right : 5px black solid;

    text-align : justify;
    background-color : #dee1ab;
    padding-top : 30px;
    padding-bottom : 30px;
    padding-left : 50px;
    padding-right : 50px;
    overflow : auto;
}
.sidebar_div
{
    float : right;
    width : 0px;
}
.title
{
    font-size : 18pt;
    font-weight : bold;
    margin-bottom : 18px;
}
.subtitle
{
    font-size : 12pt;
    font-weight : bold;
}
.quicklinks
{
    font-size : 9pt;
}
.gallery_title
{
    font-size : 12pt;
    font-weight : bold;
}
.pic
{
    border : 10px black solid;
    margin : 0px;
    padding : 0px;
}
.pic_gallery
{
    border : 10px black solid;
    margin : 0px;
    padding : 0px;
    float : left;
    margin-right : 30px;
}
.pic_left
{
    border : 10px black solid;
    margin : 0px;
    padding : 0px;
    float : left;
    margin-right : 30px;
}
.pic_left1
{
    border : 10px black solid;
    margin : 0px;
    padding : 0px;
    float : left;
    margin-right : 60px;
}
.pic_left2
{
    border : 10px black solid;
    margin : 0px;
    padding : 0px;
    float : left;
}
.narrow
{
    margin-left : 0px;
    width : 60%;
}
.across_table, .across_table tr, .across_table td
{
    border : none;
    padding : 0px;
    padding-bottom : 10px;
    padding-right : 40px;
    border-spacing : 0px;
}
.stockTable, .stockTable tr, .stockTable td
{
    border : none;
    border-spacing : 0px;
    padding : 0px;
}
.stockTable
{
    padding-top : 15px;
}
.stockTable td
{
    padding-bottom : 15px;
    padding-right : 15px;
    vertical-align : top;
}
.faqTable
{
    width : 100%;
    border-spacing : 0px;
    padding : 0px;
}
.faqTable tr
{
    border : thin black solid;
    border-spacing : 0px;
    padding : 0px;
}
.faqTable th
{
    text-align : left;
    border-spacing : 0px;
    padding : 0px;
}
.faqTable td
{
    text-align : right;
    border-spacing : 0px;
    padding : 0px;
}
.footer
{
    clear : both;
    color : #ffffff;
    background-color : #8e993a;

    position : fixed;

    text-align : center;
    font-size : 8pt;

    margin-left : auto;
    margin-right : auto;

    border-left : 5px black solid;
    border-right : 5px black solid;

    bottom : 0px;
    width : 790px;
    height : 20px;
    padding-top : 5px;
}
.footer a:link, .footer a:visited
{
    color : #dee1ab;
    text-decoration : none;
}
.footer a:active, .footer a:hover
{
    color : #fef975;
    text-decoration : none;
}
.footer_ie
{
    clear : both;
    color : #ffffff;
    background-color : #8e993a;

    position : fixed;

    text-align : center;
    font-size : 8pt;

    margin-left : auto;
    margin-right : auto;

    border-left : 5px black solid;
    border-right : 5px black solid;
    border-bottom : 5px black solid;

    bottom : 0px;
    width : 790px;
    height : 25px;
    padding-top : 5px;
    padding-bottom : 5px;
}
.footer_ie a:link, .footer_ie a:visited
{
    color : #dee1ab;
    text-decoration : none;
}
.footer_ie a:active, .footer_ie a:hover
{
    color : #fef975;
    text-decoration : none;
}
