﻿*{margin:0; padding:0;}

body {
    margin: 0px 0px 0px 0px;
    background-color:#DAD15E;
    font-size: 14pt;
}

#mTitle 
{
    position: absolute;
    width: 970px;
    height: 250px;
    top: 10px;
    left: 10px;
}

#mTopMenu
{
    position: absolute;
    width: 970px;
    height: 25px;
    left: 0px;
    top: 0px;
    background-color:#336666;
}

#mBottomMenu
{
    position: absolute;
    width: 970px;
    height: 25px;
    left: 0px;
    top: 225px;
    background-color:#336666;
}

#mTitlePane
{
    position:absolute;
    width: 970px;
    height: 200px;
    left: 0px;
    top: 25px;
    background-color:#336666;
}

#mTitleGraphic
{
    position: absolute;
    width: 960px;
    height: 190px;
    top: 5px;
    left: 5px;
    border: none;
}

#mLogo
{
    position: absolute;
    width: 839px;
    height: 84px;
    top: 30px;
    left: 20px;
    
}

#mContentAndFooter
{
    position: absolute;
    width: 970px;
    top: 270px;
    left: 10px;
    z-index: 1;

}

#mContent
{
    position: relative;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    z-index: 1;
}

#mFooter
{
    position: relative;
    width: 100%;
    height: 100px;
    text-align:center;
}

/****************************************************************************************************/
/*                                  General Page Styles                                             */
/****************************************************************************************************/

.PageTitle
{
    font-size: 18pt;
    font-family: Verdana;
    color:#336666;
    background-color: #DAD15E;
    width: 80%;
    margin: 0px 10px 0px 10px;
    padding: 3px 10px 3px 10px;
}

.SectionTitle
{
    font-size: 16pt;
    color: #336666;
    font-style: italic;
    margin: 0px 10px 0px 10px;
    padding: 3px 10px 3px 10px;
    border-bottom: solid 1px #336666;
}

.SectionText
{
    font-size: 14pt;
    padding: 10px 20px 10px 20px;
    border: solid, 1px black;
    
}



.ContentSubPanel
{
    background-color:#A6C4E1;
    position:Relative;
    
    z-index:10;
    border-width: 1px 2px 2px 1px;
    border-style: solid outset outset solid;
}

.ContentSubPanelTitle
{
    position:relative;
    background-color:#2F5E8F;
    color:#FFFFFF;
    font-weight:bold;
    font-family:Verdana;
    width: 100%;
    text-align:center;
    padding: 5px 0px 5px 0px;
}

.ContentSubPanelContent
{
    position:relative;
    padding: 5px 5px 5px 5px;
    width: 100%;
    height:auto;
}
