﻿body
{
    padding:0; 
    margin:0;   
}
div#SiteFrame
{
    position: relative;
    border: 0;
    width: 100%;
    padding: 0;
}
/**************************/
/*HEADER*/
div#SiteFrame div#header
{   
    position:relative;
    width: 100%;
}
div#SiteFrame div#header div#h_leftcol
{
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    background-image: url('images/bar_top_bg.jpg');
    background-repeat: repeat-x;
    background-color: #000000;
    height: 50px;
}
div#SiteFrame div#header div#headermain
{
    position: relative;
    margin:0 auto;
    padding: 0;
    height: 120px;
    width: 940px;    
}
div#SiteFrame div#header div#headermain div#h_top
{
    position: relative;
    padding:0;
    margin:0;
    vertical-align: top;
    height:50px;    
    width:100%;
}

div#SiteFrame div#header div#headermain div#h_top div#logoLayer
{
    position:relative;
    
}
div#SiteFrame div#header div#headermain div#h_top div#logoLayer a#logoLink span#logoImage
{
    position:absolute;
    left:0;
    top:0;
    width:240px;
    height:100px;
    left:44px; /*actual should be 44*/
    margin:0;
    overflow:hidden;
    background-image: url('images/logo.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff; 
    z-index:11;
}
div#SiteFrame div#header div#headermain div#h_top div#logoLayer a#logoLink span#logoImage:hover
{
    position:absolute;
    left:0;
    top:0;
    width:240px;
    height:100px;
    left:44px; /*actual should be 44*/
    margin:0;
    overflow:hidden;
    background-image: url('images/logo.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff; 
    background-position:bottom;
    z-index:11;
}
div#SiteFrame div#header div#headermain div#h_top div#menubar
{
    position:absolute;
    background-image: url('images/bar_top_bg.jpg');
    background-repeat: repeat-x;
    background-color: #000000;
    height:50px;
    left:0px;
    top:0px;
    margin:0;
    z-index:1;
}
div#SiteFrame div#header div#headermain div#h_top div#mainmenu
{
    position:relative;
    left: 300px;
    top:15px;
    height: 50px;
    
}
div#SiteFrame div#header div#headermain div#h_top div#mainmenu div.menuitem
{
    position:relative;
    padding-left: 30px;
    font-size: 14px;
    display:inline;
}
div.menuitem a
{
    color:White;
    font-family: Myriad Pro;
    text-decoration: none;
}
div.menuitem a:hover
{
    color: #cccccc; 
}
div#SiteFrame div#header div#headermain div#h_bottom
{
    position:relative;
    margin:0;
    vertical-align:top;
    height:70px;
    background-color: #ffffff;
}
div#SiteFrame div#header div#headermain div#h_bottom div#siteCaption
{
    position: absolute;
    font-family: Myriad Pro;
    font-size: 24px;
    font-style: italic;
    left: 330px;
    top: 13px;
    z-index:10;
}
div#SiteFrame div#header div#headermain div#h_bottom div#siteCaptionGraphic
{
    position: absolute;
    background-image: url('images/ekg.png');
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 289px;
    height: 57px;
    top: 13px;
    left: 640px;
    z-index: 1;
}

/*END HEADER*/
/**************************/

/*MAIN CONTENT SECTION*/
div#SiteFrame div#main
{
    padding:0;
    margin:0 auto;
    position: relative;
    width:940px;    
}
div#SiteFrame div#main div#content
{
    position:relative;
    margin:0 auto;
    vertical-align: top;
    margin-top: 30px;
}
div#SiteFrame div#main div#content table#TBMain
{
    vertical-align: top;
    position: relative;
    width:100%;    
}
div#SiteFrame div#main div#content table#TBMain div#dcslogin
{
    position:relative;
    width:140px;
    height:56px;
    top:10px;
    margin:0 auto;
}
div#SiteFrame div#main div#content table#TBMain td div.menuCell
{
    position: relative;
    border-top: 1px solid #cccccc;
    background-color: #ffffff;
    width: 178px;
    height: 56px;
    color: #000000;
    margin: 0 auto;
}
div#SiteFrame div#main div#content table#TBMain td div.menuCell div
{
    position: relative;
    height: 100%;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    font-family: Arial;
    margin-top:10px;
}
div#SiteFrame div#main div#content table#TBMain div#dcslogin a#dcsLink span#dcsImage
{
    position:absolute;
    left:0;
    top:0;
    width:140px;
    height:46px;
    overflow: hidden;
    background-image: url('images/dcs.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff; 
    z-index:11;
}
div#SiteFrame div#main div#content table#TBMain div#dcslogin a#dcsLink span#dcsImage:hover
{
    position:absolute;
    left:0;
    top:0;
    width:140px;
    height:46px;
    overflow: hidden;
    background-image: url('images/dcs.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff; 
    background-position: bottom;
    z-index:11;
}
div#SiteFrame div#main div#content table#TBMain td.mainBody
{
    border: 1px solid #cccccc;
    padding: 20px 30px 20px 30px;
    font-family: Agency FB;
}
h1.title
{
    font-family: Agency FB;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
}
h2.subheading
{
    font-family: Agency FB;
    font-weight: 700;
    font-size: 16px;  
    text-align:right;  
}
div.body
{
    font-family: Agency FB;
    font-weight: 700;
    font-size: 14px; 
    text-align:justify;   
}
/*END MAIN CONTENT SECTION*/
/**************************/

div#SiteFrame div#footer
{
    width: 100%;
    position: relative;
    font-family: Arial;
}
div#SiteFrame div#footer div#f_leftcol
{
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    background-image: url('images/bar_top_bg.jpg');
    background-repeat: repeat-x;
    background-color: #000000;
    height: 50px;
}
div#SiteFrame div#footer div#footermain
{
    position: relative;
    margin:0 auto;
    padding: 0px;
    height: 50px;
    width: 940px;  
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}
div#SiteFrame div#footer div#footermain div#footermenu
{
    position: relative;
    padding: 5px 0px 0px 0px;
    margin:0 auto;
    vertical-align: middle;  
    width:100%;
     
}
div#SiteFrame div#footer div#footermain div#footermenu div.menuitem
{
    position:relative;
    padding: 0px 15px 0px 15px;
    font-size: 12px;
    display: inline;
}
div#SiteFrame div#footer div#copyline
{
    width: 100%;
    position: relative;
    font-size: 12px;
    margin:0 auto;
    text-align: center;
    height:30px;
    padding:0px;
    vertical-align:top;
}
