body
{
    font-family: Arial;
    font-size: 11pt;
    background-color: #ededed;
    padding: 0;
}


#page-container
{
    position: relative;
    top: 0px;
    left: 0px;
    border-width: thin;
    border-style: solid;
    border-color: #c0c0c0;
}

#masthead-container
{
    background-image: url(images/backgroundtop.jpg);
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
    height: 175px;
    border: 0px solid #000000;
}

#masthead-top-line-container
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
    border: 0px solid #ff0000;
}

#masthead-top-line-left
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 100%;
    border: 0px solid #0000ff;
}

#masthead-top-line-right
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    height: 100%;
    border: 0px solid #00ff00;
}

#masthead-logo-container
{
    position: absolute;
    left: 14px;
    top: 37px;
    border: 0px solid #00ffff;
}

#top-address
{
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    color: #808080;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}

#top-date
{
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    color: #000099;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}

div.blue-bar-container
{
    background-image: url(images/line_BlueToGray.jpg);
    position: relative;
    top: 0px;
    left: 0px;
    height: 18px;
    border: 0px solid #000000;
    margin: 0;
}

.title-1
{
    font-family: Arial;
    font-size: 18pt;
    color: #000080;
    
}

.title-2
{
    font-family: Arial;
    font-size: 14pt;
    color: #808080;
}

#main-content-container
{
    position: relative;
    /* 
    top: 0px;
    left: 0px; */
    border: 1px solid #ededed;
    margin: 0;    
    padding: 0;
    background-color: #ffffff;
}

p.nav
{
    margin-top: 6px;
    margin-bottom: 6px;
}

a.nav
{
    text-decoration: none;
}

img.bullet
{
    height: 9;
    width: 5;
    border: 0;
    src: url(images/bullet.gif);
}

#main-content-navigation
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;v/*width + padding = 190px */
    border: 0; /* solid #00ff88; */
    background-image: url(images/LeftSideBackground.jpg);
    background-repeat: repeat;    
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding: 10px;
    background-color: #008040;
    height: 100%;
}

#main-content-content
{
    /*
    position: relative;
    width: auto;
    top: 0px;
    left: 190px;
    */
    margin: 0 30px 0 220px;
    background-color: #ffffff;
    /*
    padding: 30px;
    width: 75%;
    height:100%;
    */
}

#footer
{
    font-family: Arial;
    font-size: 8pt;    
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    background-color: #ccccff;
    border: 1px solid #ccccff;
}

.figure
{
    float: left;
    margin-right: 4em;
    margin-bottom: 13m;
}
