﻿body 
{
    background-color:#036995;
    margin-top:0px;
    font-family:Verdana,Arial;
    text-align: center;
    font-size:76%;
    background-image:url('bg.gif');
    background-repeat:repeat;
}
#page
{
    
    margin-left: auto; 
    margin-right: auto;
    width: 750px;
    text-align: left;
   
}
p
{
margin-left:10px;
margin-right:10px;    
margin-bottom:0px;
}
h1
{
    color:#0072bc;
    font-size:16px;
    margin-left:10px;
    margin-top:0px;
}


#navigation
{
    width:750px;
    height:24px;
    background-color:#564d45;
    padding:0px;
   
   
    
    
}
#navigationSeparatorLine
{
    width:750px;
    height:1px;
    background-color:#766e67;
}

#subpageMainImage
{
    width:750px;
    height:253px;
    background-color:#c1c1c1;
    padding:0px;
}
#subpageMainBody
{
    width:750px;
    height:auto;
    background-color:#e9e6db;
    padding:0px;
 
    
}
#subpageLeftArea
{
    width:234px;
    background-color:#fff;
    height:auto;
    float:left;
    
   
}
#subpageRightArea
{
    width:516px;
    background-color:#e9e6db;
    height:auto;
    float:left;
    padding-bottom:0px;
    
    
}
#homepageMainBody
{
    width:750px;
    height:582px;
    background-color:#fff;
}
#footer
{
    width:750px;
    height:18px;
    background-color:#3a3027;
    font-size:10px;
    color:#fff;
    text-align:center;
    padding-top:5px;
    
}
#footer a
{
    padding-top:5px;
    font-size:10px;
    color:#fff;
    text-decoration:underline;
}
/* styles for menu */
#menu{
padding: 0;
width: 100%;
height:24px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
text-align:center;
margin-left:auto;
   margin-right:auto;
   

}

#menu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}

#menu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #564D45; /*Default menu color*/
border-bottom: 0px solid white;
}

#menu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#menu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#menuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}




.shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
  }
  
 #photos
 {
    padding-left:20px;
    padding-bottom:20px;
    text-align:center;
 }