﻿html
{
    overflow: scroll;
}
body 
{
    font-family: Verdana, Arial;
    font-size: 11pt;
    /*margin: 0px; */   
    background: white url('images/bodybgtop.jpg') repeat-x left top;
}

p
{
    margin: 10px;
}

h1
{
    font-size: 12pt;
    text-decoration: underline;
    margin: 10px;
}

hr
{
    height: 1px;
    background-color: white;
    border: none;
    border-bottom: 1px solid #A8D3EE;
}

.container 
{
    position: relative;
    width: 900px;
    margin: auto;
}

.pagetop 
{
    position: relative;
    width: 900px;
    height: 60px;
    background: url(../../images/banner.gif) no-repeat top left;
    border-top: none;
    border-bottom: 1px solid white;
    color: black;
    padding-bottom: 10px;
}

.pageleft 
{
    position: relative;
    float: left;
    width: 220px;
    margin-top: 4px;
}
.pageleft ul
{
    margin-left: -6px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-image: url(../../images/listbullet.png);
    line-height: 22px; 
}
.menuleft
{
    background-color: #1477B4;
    border-left: solid 1px white;
    border-right: solid 1px white;
}
.selected
{
    list-style-image: url(../../images/listbulletsel.png);
}

.pagecontent
{
    position: relative;
    float: right;
    width: 662px;
    /*min-height: 600px;*/
    padding-top: 6px;
    /*background: url(../images/content-header.png) top left no-repeat;*/
    font-size: 10pt;
}
.pagecontent a
{
    color: Black;
}
.pagecontent > div
{
    /*min-height: 600px;
    background: white;
    border: 1px solid white;*/
    color: #0E537D;
}

.pagefooter 
{
    position: relative;
    width: 900px;
    font-size: 9pt;
    text-align: center;
    color: #A6A5A5;
}
.pagefooter a
{
    color: #A6A5A5;
}

.menutop
{
    position: relative;
    top: 30px;
    float: right;
    width: 650px;
    color: white;
    text-align: center;
}

.menu
{
    color: White;
    text-decoration: none;
}

.menu:hover 
{
    text-decoration: underline;
}

.submenu
{
    display: none;
    list-style-type: disc;
    margin-left: 0px;
    padding-left: 15px;
}
.subselected
{
    display: block;
}

.quote
{
    background: white;
    padding: 4px;
    position: relative;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
.quotebottom, .menubottom
{
    position: relative;
}

.size10 { font-size: 10pt; }
.bold { font-weight: bold; }

.ctl { position: absolute; left: -1px; top: -1px; z-Index: 1; }
.ctr { position: absolute; top: -1px; right: -1px; z-Index: 1; }
.cbl { position: absolute; left: -1px; bottom: -1px; }
.cbr { position: absolute; bottom: -1px; right: -1px; }
