﻿body
{
   
    background-image:url('images/back2.jpg');
     
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

#PageWrapper
{
  width:844px;
  margin-left:auto;
  margin-right:auto;
  background-color:White;  
  height:auto;
}

#PageWrapperExtended
{
  width:1400px;
  margin-left:50;
  margin-right:auto;
  background-color:White;
  height:auto;
}

#HeaderWrapper
{
    
 background-color:transparent;
 width:844px;
 height:125px;
 padding-top:0px;
 vertical-align:text-top;
 
 

}

#Head1
{
    background-color: transparent;
     padding-top: 2px;
    width: 158px;
    height: 125px;
    float: left;
    text-align: left;
}

#Head2
{
    background-color:transparent;
    width: 465px;
    height: 100px;
    padding-top: 20px;
    padding-left: 10px;
    float: left;
    vertical-align:text-bottom;
    text-align: center;
}


#Head3
{
   
    background-color:transparent;
    width: 188px;
    height: 120px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    vertical-align:text-bottom;
    text-align: center;
    color:Navy;
    font-weight:bold;
}

#TopMenu
{
   
    width: 844px;
    height: 25px;
    background-image:url('images/TopMenu.jpg');

}



#ContentWrapper
{
   
    width: 844px;
    height: inherit;
    position: relative;
    top: 0px;
    left: 0px;
}

#ContentWrapperExtended
{
    background-color: white;
    width: 844px;
    height: inherit;
    position: relative;
    top: 0px;
    left: 0px;
}

#LeftMenu
{
    padding: 5px 15px 5px 10px;
    height: 644px;
    float: left;
    width: 160px;
    color: Navy;
    background-color: #E2E2E2;
}

#LeftMenuExtended
{
    padding: 5px 15px 5px 10px;
    height: 3200px;
    float: left;
    width: 160px;
    color: Navy;
    background-color: #E2E2E2;
}
#MainContent
{
    border-color: #C0C0C0;
    border-style: outset;
    padding: 0px 15px 0px 10px;
    float: left;
    color: Black;
    top: 0px;
    left: 0px;
    width: 451px;
    height: inherit;
    text-align: left;
}

#MainContent2
{
    border-color: #C0C0C0;
    border-style: outset;
    padding: 0px 15px 0px 10px;
    float: left;
    color: Black;
    top: 0px;
    left: 0px;
    width: 625px;
    height: inherit;
    text-align: left;
}

#MainContent3
{
    border-color: #C0C0C0;
    border-style: none;
    padding: 0px 15px 0px 10px;
    float: left;
    color: Black;
    top: 0px;
    left: 0px;
    width: auto;
    height: inherit;
    text-align: left;
}

#RightSideBar
{
    padding: 5px 10px 0px 10px;
    float: left;
    color: Maroon;
    height: inherit;
    width: 152px;
    text-align: center;
    font-weight:bold;
}


#Footer
{
    
    background-image:url('images/TopMenu.jpg');
    width: 844px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align:center;
    color: #C0C0C0;
    font-size: small;
}

.TopMenu
        {
            text-decoration: none;
            text-align: center;
            font-weight:bold;
        }

.MailTo
        {
            font-size: x-small;
            color: black;
            font-weight: bold;
            text-align: center;
        }
        
.HeadContact
        {
            font-size: small;
            color: black;
        }
        
.SideContact
        {
            font-size: small;
            color: black;
            font-weight: bold;
            text-align: center;
        }
        
.MainSubHeadingHighlight
        {
            color: maroon;
            font-weight: bold;
            text-align: center;
        }
        
.Center

        {
                text-align: center;
        }

