html
{
}

body
{
    font-size: 11px;
    font-family: arial, sans-serif;
    color: #666666;
    margin-top: 0px;
}

#layout_maincontainer
{
    width: 792px;
    margin-left: auto;
    margin-right: auto;
}

#layout_header
{
    width: 100%;
    height: 100px;
    background-color: #003d7b;
    border-bottom: 1px solid #FFFFFF;
}

#layout_leftnav
{
    width: 136px;
    border-right: 1px solid #FFFFFF;
    float: left;
    border-bottom: 1px solid #FFFFFF;
}

#layout_content
{
    padding: 0px;
    margin-left: 136px;
    padding-left: 20px;
}

.homecontainer
{
    margin-left: -20px;
}

#layout_footer
{
    border-top: 1px solid #999999;
    width: 100%;
    text-align:center;
    padding-top: 45px;
    font-size: 8pt;
    color: #a2a2a2;
}

.divClear
{
    clear:both;
}

h1
{
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    color: #003366;
}

h2
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #0066cc;
    display: inline;
}    

h3
{
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #0066cc;
    display: inline;
}    
    

.simpletablefullwidth
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.simpletablefullwidth td
{
    padding: 0px;
    margin: 0px;
}

.hometable
{
    width: 655px;
    padding: 0px;
    margin: 0px;
    margin-top: 2px;
    border-collapse: collapse;
}

.hometable td
{
    padding: 0px;
    margin: 0px;
}

.homebrochure
{
    text-align:left; 
    width:179px; 
    height:142px; 
    background: url('/images/corporate_brochure.jpg') no-repeat; 
    padding-top: 28px;
}

.logo
{
    padding-top:17px;
    padding-left: 14px;
    border: 0px;
}

.pagetable
{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}

.pagetable td
{
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}

.pageimages
{
    width:188px;
}

.pagetext
{
    width:433px;
}

.pageimagesshort
{
    width:300px;
}


.pagetextshort
{
    width:330px;
}

.pagetextwide
{
	padding-left: 10px; 
    width:600px;
}


#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#menu li
{
    height: 53px;
    margin: 0;
    border-bottom: 1px solid #FFFFFF;
}

.topnavdiv
{
    height: 100px;
    margin: 0;
    padding: 0;
    display: inline;
}

.topnavimage
{
    padding: 0;
    margin: 0;
    border: 0;
}

.leftnavdiv
{
    height: 53px;
    margin: 0;
    border-bottom: 1px solid #FFFFFF;
}

.leftnavimage
{
    padding: 0;
    margin: 0;
    border: 0;
}

#highlights
{
    font-size: 10px;
    color: #003366;
    background-color: #c2e0ff;
}

.highlightcontainer
{
    padding-left: 11px;
    padding-right: 2px;
    line-height: 10px;
}

.highlighttopic
{
    font-size: 10px;
    color: #003366;
    font-weight: bold;
}

.newsheading
{
    font-size: 13px;
    color: #666666;
    font-weight: bold;
}

.newssubheading
{
    color: #999999;
}

.newsseperator
{
    color: #cccccc;
    height: 1px;
    width: 100%;
}

.boardseperator
{
    color: #cccccc;
    height: 1px;
    width: 100%;
}

a:link, a:visited, a:active
{
    font-weight:bold;
    color: #0099ff;
    text-decoration: none;
}

a:hover
{
    font-weight:bold;
    color: #0099ff;
    text-decoration: underline;
}

a.highlightlink:link, a.highlightlink:visited, a.highlightlink:active
{
    font-size: 10px;
    color: #003366;
    text-decoration: underline;
}

a.highlightlink:hover
{
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active
{
    font-size: 8pt;
    color: #a2a2a2;
    text-decoration: none;
}

a.footerlink:hover
{
    font-size: 8pt;
    color: #a2a2a2;
    text-decoration: underline;
}

a.homelink:link, a.homelink:visited, a.homelink:active
{
    font-weight: normal;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

a.homelink:hover
{
    font-weight: normal;
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}


.popup_menu
{
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

a.popup_menurow:link, a.popup_menurow:visited, a.popup_menurow:active
{
    width: 136px;
    height: 20px;
    padding-top:10px;
    background-color: #006600;
    color: #99cc00;
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    display:block;
    text-indent: 5px;
    text-decoration: none;
}

a.popup_menurow:hover
{
    width: 136px;
    height: 20px;
    padding-top:10px;
    background-color: #006600;
    color: white;
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    display:block;
    text-indent: 5px;
    text-decoration: none;
}


a.popup_menurowalt:link, a.popup_menurowalt:visited, a.popup_menurowalt:active
{
    width: 136px;
    height: 20px;
    padding-top:10px;
    background-color: #004c00;
    color: #99cc00;
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    display:block;
    text-indent: 5px;
    text-decoration: none;
}

a.popup_menurowalt:hover
{
    width: 136px;
    height: 20px;
    padding-top:10px;
    background-color: #004c00;
    color: white;
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    display:block;
    text-indent: 5px;
    text-decoration: none;
}

.popup_info
{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    z-index: 1;
    
    width: 110px;
    height: 55px;
    color: #DDDDDD;
    background-color: #5b627a;
    font-family: arial;
    font-size: 10px;
    padding-left: 5px;
    padding-top: 5px;
}

.whitepapercell
{
    width: 109px;
    text-align:center;
    border-right: solid 10px white;
}


a.whitepaperlink:link, a.whitepaperlink:visited, a.whitepaperlink:active
{
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    color: #666666;
    text-decoration: none;
}

a.whitepaperlink:hover
{
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    color: #000000;
    text-decoration: underline;
}

.hidden {
    visibility: hidden;
}
