﻿


body {
  margin: 0px;
  padding: 0px;
  width: 800px;
  height: 100%;
}

.noprint 
{
    display:none;   
}


#header
{
    margin: 2px 2px 0px 2px;
    border: thin solid #ec1a23;
    height: 150px;
    width: 100%;
}

#links {
  margin: 1px;
  border: thin solid #ec1a23;
  background: #FFFBD6;
  float: left;
  width: 140px;
}
#content
{
    margin: 1px -6px 1px 1px;
    border: thin solid #ec1a23;
    float: left;
    height: 420px;
    width: 648px;
}


#content2
{
    margin: 1px -6px 1px 1px;
    border: thin solid #ec1a23;
    float: left;
    height: 620px;
    width: 648px;
}


#footer {
    margin: 2px 2px 0px 2px;
    font-family: Verdana;
    font-size: medium;
    text-align: center;
    color: #11457f;
    border: thin solid #ec1a23;
    background-color: #FFFBD6;
    font-weight: bolder;
    clear: both;
    width: 100%;
}

.hdrtable
{
    width: 100%;
}

.hdrtablecell2
{
    text-align: right;
}

#hdrlogo
{
    background-image: url('Images/DocsLogo.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 100px;
}

#hdrtitle 
{
    font-family: Verdana;
    font-size: 3.2em;
    width: 200px;
    color: #11457f;
    padding-top: 10px;
    padding-right: 100px;
    line-height: .8em;
    font-weight: bold;
    letter-spacing: 0.02em;
}

#hdrbot
{
    background-position: right center;
    background-color: #ec1a23;
    position: absolute;
    top: 114px;
    left: 4px;
    width: 100%;
    height: 40px;
    background-image: url('Images/Header.png');
    background-repeat: no-repeat;
}

