﻿HTML
{
    padding-right: 0px;
    padding-left: 0px;
    left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    top: 0px;
    height: 100%;
    background-color: #e7eff7;
    text-align: center;
}

body
{
    font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background-repeat: repeat-x;
    background-color: #e7e7e7;
    margin: 0px;
    text-align: center;
    height: auto;
}


img
{
    cursor: hand;
}

#menubar
{
    background-image: url(images/menu.jpg);
    margin: 0px auto;
    width: 760px;
    height: 39px;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    vertical-align:middle;
    text-align: left;
    padding-top: 12px;
    color:White;
    cursor:hand;
}

#menubar a:link
{
    padding-left: 16px;
    text-decoration: none;
    color:White;   
}

#menubar a:visited
{
    padding-left: 16px;
    text-decoration: none;
    color:White;        
}

#header
{
    display: block;
    background-image: url(images/dmhbanner_picture.jpg);
    margin: 0px auto;
    width: 760px;
    height: 102px;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
}

#pagecontainer
{
    width: 760 px;
}

#maincontentpanel
{
    position: relative;
    top: 0px;
    height: auto;
    text-align: left;
    margin: 0px auto;
    width: 760px;
    padding: 0px 0px 10px 0px;
}

.printf
{
    text-align:right;
    float:right;
}

.maincontent
{
    height:auto;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 0px;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #ffffff;
}

.welcome
{
    padding-bottom: 10px;
    padding-top: 8px;
    display: block;
    position: relative;
    text-align: left;
}

.newscontent
{
    padding-top: 8px;
    background-color: White;
    color:#2f2f2f;
}


.productlist
{
    position: relative;
    top: 0px;
    height: auto;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.sectionheading
{
    font-size: 11pt;
    color: white;
    background-color: #141460;
    text-decoration: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
}


#leftcolumn
{
    display: block;
    position: relative;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    float: left;
    left: 0px;
    top: 0px;
    width: 480px;
    background-color: #e7eff7;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

#rightcolumn
{
    display: block;
    position: relative;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    float: right;
    top: 0px;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    width: 247px;
    height: auto;
    background-color: #e7eff7;
}

#productpage
{
    position: relative;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    float: left;
    left: 0px;
    top: 0px;
    width: 620px;
    background-color: #e7eff7;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

#videothumb
{
    position: relative;
    display:inline-block;
    top: 0px;
    float:right;
    text-align: left;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    margin: 0 0 0 0;
    width: 132px;
    height: auto;
    background-color: White;
    padding: 2 2 4 2;
}

#videothumb .sectionheading
{

}

#footer
{
    width:100%;
    margin-top: 8px;
    border-top: solid 1px gray;
    text-align:right;
}

#formpage
{
    text-align: left;
}



