﻿body
{
    background-position: 0px 0px;
    margin: 18px 0px 0px 0px;
    font-family: Trebuchet MS;
}

#MasterOuter
{
    width: 995px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  
}
#MasterInner
{
    margin-bottom: 0px;
    width: 1024px;
}
.LogoOuterDiv
{
    width: 995px;
    height: 277px;
    background-position: 0% bottom;
   background-image: url('../images/drop_Shadow_bottom.png');
   background-attachment: scroll;
   background-repeat: repeat-x;
}

#MenuDiv
{
    border-bottom: 1px solid #808080;
    width: 997px;
    margin-top: 0px;
    float:left;
    height: 24px;

}
#ContentDiv
{    

   float:left;
   // border-left: 1px solid #808080;
  //  border-right: 1px solid #808080;
  //  border-bottom: 1px solid #808080;
    background-color: #FFFFFF;
    width: 995px;
}
#MenuLeft
{    height: 24px;
    width: 408px;

}
#MenuRight
{
     height: 24px;
   float: right;
    width: 543px;
}
#LogoLeft
{
   width: 995px;
 background-image: url('../images/pm_header.jpg');
}

#footerOuter
{
   
    height: 38px;
    clear: left;
    text-align: center;
    padding-top: 30px;
    font-size: 15px;
}
#LogoRightHome
{
    width: 319px;
    padding-top: 14px;
    float: right;
    font-size: .8em;
}

#LogoRight
{
    width: 446px;
    height: 24px;
}

A:link 
{
    text-decoration: none;
}
A:visited 
{
    text-decoration: none;
}
A:active 
{
    text-decoration: none;
}
A:hover 
{
    text-decoration: none;
}