﻿*{margin: 0; padding: 0;}
ul
{
    margin: 5px;
    margin-left: 15px;
    
}
body
{
    background-color: #999999;
    background-image: url(Images/MasterPage/BckGradient.jpg);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}
.BaseStyle
{
    margin: 0 auto;
    min-height: 100%;
    width: 805px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.BaseHeader
{
    width: 805px;
    background: url(Images/MasterPage/bckHeader.gif) no-repeat bottom;
}
.Header
{
    width: 805px;
}

.TopNav
{
    width: 775px;
    height: 27px;
    margin: 0px 20px 0px 18px;
}

.BaseContent
{
    width: 810px;
    background-image: url(Images/MasterPage/BckContent.jpg);
    background-repeat: repeat-y;
      float:left;
}
.Content
{
    width: 810px;
    min-height: 570px;
    background-image: url(Images/MasterPage/BckNav.jpg);
    background-repeat: no-repeat;
      float:left;
  
}
.ContentNav
{
    width: 160px;
    float: left;
    min-height: 500px;
    padding-left: 10px;
}

/*Define Left Nav Bar Style (Top, inside the Grey Bar) */
.ContentNavInside
{
    height: 380px;
    margin-top: 5px;
    line-height:20px;
}
.ContentNavInside a
{
    text-decoration: none;
}
.ContentNavInside a:hover
{
    text-decoration: underline;
}

/*Define Left Nav Bar Style (Bottom, below the Grey Bar) */
.ContentNavOutside
{
}

.ContentNavOutside a
{
    text-decoration: none;
}
.ContentNavOutside a:hover
{
    text-decoration: underline;
}


.ContentBody
{
    width: 635px;
      float:left;
}
.ContentBreadCrumb
{
    width: 615px;
    height: 45px;
    text-align: right;
    font-weight: bold;
}
.BaseFooter
{
    width: 805px;
    height: 113px;
    background: url(Images/MasterPage/BckFooter.jpg) bottom no-repeat;
      float:left;
}
.FooterContent
{
    width: 585px;
    height: 70px;
    margin: 0px 100px 0px 120px;
    padding-top: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}
.FooterContent a
{
    color: #FFFFFF;
    text-decoration: none;
}

.FooterContent a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

a
{
    color:#666666;
}
