

/* Body and Page */
.Body
{
    border: 0;
    font-size: 12px;    
    color: #564b47;
    height:100%;  
    background: #8d969d;
    text-align: center; /* Internet Explorer center alignment*/
    width: 100%;
    background: #8d969d url('Images/Page_BG.jpg') repeat-x;
}
.Body
{
    border: 0;
    font-size: 12px;
          
    color: #8d969d;
    text-align: -moz-center; /* Mozilla FireFox center alignment*/
    width: 100%;
}

.Page
{
    border: solid 0px black;
    border-top: none;
    text-align: center;
    margin: 0 auto;
    width: 978px;
    padding: 0px 0px;
}


/* Header */
.Header
{
    height: 100px;
    font-size: 0px;
    vertical-align: top;
}
.Logo
{
    display: inline;
    float: left;
    vertical-align: top;
    width: 343px;
}
.Header_Right
{
    display: inline;
    float: left;
    vertical-align: top;
    width: 625px;
    height: 128px;
}
.Search
{
    float: right;
    vertical-align: bottom;
    margin: 90px 10px 0 0;
}
.HeaderLinks
{
    display: inline;
    float: right;
    margin-top: 78px;
    margin-right: 14px;
    font: 10px arial;
}
.Icons_Divider
{
    display: inline;
    padding: 10px;
}
.Header_Border_Bottom
{
    background: url(images/Header_Border_Bottom.jpg) repeat-x;
    height: 2px;
    margin: 20px 20px 10px 20px;
    width: 100%;
}



/* Menu */
.Menu
{
    float: left;
    padding: 0px 0px;
    vertical-align: top;
    width: 974px;    
   background: url('images/Menu_BG_repeat.jpg') repeat-x;
}


/* Menu: Child Menu */
.ChildMenu_Row
{    
    float: left;
    padding: 0px 0px;
    vertical-align: bottom;
    width: 974px;
    height: 32px;
    background: #5e676e;
    border: solid 1px #747f87;
    border-bottom: none;
    border-top: solid 1px #836b41;
}


/* Content */
.Content_Row
{    
    float: left;
     
}
.Content
{    
    padding: 0px 0px;
    vertical-align: top;
    width: 974px;    
    background: #f6f7f7;
    border: solid 1px #747f87;
    border-bottom: solid 1px #586066;
    border-top: solid 1px #677178;
    height:500px;
  
}
.ContentPane
{   
    padding: 20px 15px;
    text-align:left ;
    vertical-align: top;
    width: 679px;
}
.LeftPane
{
    width: 265px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    
}
.ContentPaneContent
{    
    padding: 20px 25px;
    text-align:left ;
    vertical-align: top;
    width: 924px;    
}

/* Footer */
.Footer
{
    float: left;    
    vertical-align: top;
    width: 974px;    
    background: #5e676e;
    font-family: tahoma, arial;
    padding: 14px 0px;
    border: solid 1px #747f87;
    border-bottom: solid 1px #565e64;
    border-top: none;
}
.Footer_Top, .Footer_Bottom
{    
    margin: 0 auto;
    text-align: center;
    color: #f1f1f1;
    font-size: 9px;
}
.Footer_Bottom
{ 
    /*margin-top: 7px;*/
}
.Footer_Privacy
{
    color: #f1f1f1;
}
.Footer_Copyright{}
.Footer_ContactInfo{}
.Footer_Email, a.Footer_Email, a.Footer_Email:Link, a.Footer_Email:Visited, a.Footer_Email:Hover
{
    color: #f1f1f1;
    font-size: 9px;
}

.log
{
    float:left;    
    padding:10px 0; 
    width: 974px;   
}

/* Below Footer*/
a.Login, .Login, a.Login:link, a.Login:visited, a.CVInc, .CVInc:link, .CVInc:visited
{
    text-align: center;
    color: #999;
    font: 8px arial;
    font-family: Arial;
   
}
a.CVInc, .CVInc:link, .CVInc:visited
{
    color: #aaa;
}
a.Login:hover, a.CVInc:hover
{
    text-decoration: none;
    color: #aaa;
    font: 8px arial;
    font-family: Arial;
}
a.CVInc:hover
{
    color: #ccc;
}


/* Page-Wide Formatting 
a:link, a:visited
{
    color: #a09189;
}
a:hover
{
    color: #7c6b61;
    text-decoration: none;
}*/
.NoBorder
{
    border: none;
}



#Lists
{
    color: #9E9A99;
}
#Lists li
{
    padding: 10px 0px;
}

#Lists li a
{
    color: #9E9A99;
    border-style: none;
    text-decoration: none;
}