﻿/*--------------------layout---------------------*/
* {margin: 0px;}
html, body
{
    height: 100%;
}

#wrapper
{
    border-style: none;
    width: 960px;
    text-align: left;
    margin: 0px auto;
    position: relative;
    z-index: 0;
}

#top {
  width: 100%;
}

#top #topmenu
{
    width: 100%;
    height: 26px;
    background-color: #333399;
    margin-bottom: 5px;
}

#top #thinredline
{
    width: 100%;
    height: 5px;
    background-color: #cc0000;
}

#top #topbanner
{
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    text-align: center;
}

#top #thickredline
{
    width: 100%;
    height: 8px;
    background-color: #cc0000;
}

#top #topnavigation
{
    width: 100%;
    height: 16px;
    margin-bottom: 18px;
}

#middle
{
    width: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
}

#middle #generalleft
{
    clear: both;
    float: left;
    width: 150px;
    margin-right: 10px;
}

#middle #generalcenter
{
    float: left;
    width: 590px;
    min-height: 100%;
    margin-right: 10px;
}

#generalcenter #generalmain
{
    border: 1px solid #333399;
    margin-bottom: 7px;
}

#generalmain #breadcrumb
{
    width: 100%;
    height: 18px;
    background-color: #333399;
}

#generalmain #content
{
    /*clear: both;*/
    width: 100%;
    background-color: #FFFFFF;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}

#breadcrumb #breadcrumbbox
{
    padding: 2px;
    text-align: right;
    color: #FFFFFF;
    font-size: 8pt;
}

#content #contentbox
{
    /*clear: both;*/
    padding: 7px;
}

#middle #generalright
{
    clear: right;
    float: left;
    width: 200px;    
}
/*--------------------style----------------------*/
body
{
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
}

h1
{
    font-size: 11pt;
    color: #000000;
    background-position: 0px 25px;
    background-attachment: inherit;
    background-image: url('/Images/red_div.png');
    background-repeat: no-repeat;
    padding-bottom: 16px;
    padding-left: 13px;
}

h2
{
    font-size: 10pt;
    color: #000000;
    padding-bottom: 7px;
}

h3
{
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    padding-bottom: 5px;
}

h4
{
    font-size: 10pt;
    color: #333399;
    position: relative;
    left: 5px;
}

h5
{
    font-size: 10pt;
    color: #333399;
    position: relative;
    left: 15px;
}

#topmenu
{
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
}

#generalleft p
{
    padding-top: 3px;
    padding-bottom: 3px;
}

breadcrumb_style
{
    color: #FFFFFF;
}

.breadcrumb_style a
{
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
}
.breadcrumb_style a:link
{
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
}
.breadcrumb_style a:active
{
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
}
.breadcrumb_style a:hover
{
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
}
.breadcrumb_style a:visited
{
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
}
a
{
    border-style: none;
}
a:active
{
    color: #333399;
}
a:hover
{
    color: #333399;
}
a:link
{
    color: #333399;
}
a:visited
{
    color: #333399;
}
img
{
    border-style: none;
}
.PDF
{
    background-position: 0px 3px;
    background-attachment: inherit;
    background-image: url('/Images/iconpdf.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 27px;
}
.Word
{
    background-position: 0px 3px;
    background-attachment: inherit;
    background-image: url('/Images/icondoc.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 27px;
}
.Excel
{
    
}
.PowerPoint
{

}

