﻿body
{
    background-color:#5f4f2d;
    font-family: Calibri;
    font-size: 12px;
    color: #333333;
 text-align:center;
     margin:0 auto;

}
.Page
{
    width:240px;
    }
.NavigationStyle
{
  background-color:#ddb66b;
    color:#771700;
    font-size:larger;
    font-weight:bold;
  text-align:center;
  
}
#TopNav
{
    background-color:#ddb66b;
    }
#Content
{
    background-color:#e1bb70;
     background-image:url(images/background.jpg); 
    background-repeat:no-repeat; 
    background-position:bottom;
    vertical-align:bottom;
    text-align:left;
    
    }

.HeaderStyle
{
    background-image:url(images/header-pix.jpg); 
    background-repeat:repeat-x; 
    vertical-align:middle;
    text-align:center;
    height:90px;

  
}
.Footer
{
    background-image:url(images/footer-pix.jpg); 
    background-repeat:repeat-x; 
    height:65px;
     text-align:center;
  
}
#Heading
{ 
    color:#771700;
    font-size:larger;
    font-weight:bold;
    text-decoration: underline; }

a:link
{
    color:#3f2621;
    font-weight:bold;
    font-size:14px;
}
a:visited
{
    color:#3f2621;
    font-weight:bold;
    font-size:14px;
}
a:hover
{
    color:#3f2621;
    font-weight:bold;
    font-size:14px;
}
a:active
{
    color:#3f2621;
    font-weight:bold;
    font-size:14px;
}
hr
{
    color:#f6c978;

    }
.NumericInput
{
    -wap-input-format: '*N';
} 
