
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #422906;
    background-color: #ffffff;
    line-height:1.25;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }
img { border: 0px; }

h1 { font-size: 12px; }

.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }
.color2   { color: #7d7b7c }
.fifty    { width:50%; }
.hundred  { width:100%;  }
 
.space  {line-height: 1.5em}
.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.hdrbar { background-color: #0072BC; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }

a:link    { color: #FF7800; text-decoration: none; cursor: pointer; }
a:visited { color: #FF7800; text-decoration: none; cursor: pointer; }
a:hover   { color: #422906; text-decoration: underline; cursor: pointer; }


a.menu:link    { color: #ffffff; text-decoration: none; cursor: pointer; }
a.menu:visited { color: #ffffff; text-decoration: none; cursor: pointer; }
a.menu:hover   { color: #FF7800; text-decoration: none; cursor: pointer; }

div#body{
    margin: 35px auto 0 auto;
    width:800px;
}

img#logo{
    margin: 0 0 0 36px;   
}

table#menu{
    margin: 20px 0 0 0;
    width:100%;
}
table#menu td{
    background: #afb1b0;
    padding: 10px;
    text-align:center;
    border: 1px solid #ffffff;
    border-width: 0 1px 0 0;
    width : 12.5%
    
}
table#menu td#active{
    background : #ffffff;
    border : 1px solid #afb1b0 ;
    font-weight: bold;
    
   }
table#menu td#active a:link    { color: #FF7800; text-decoration: none; cursor: pointer; }
table#menu td#active a:visited { color: #FF7800; text-decoration: none; cursor: pointer; }
table#menu td#active a:hover   { color: #FF7800; text-decoration: none; cursor: pointer; }


table#menu td#activeleft{
    /* background : #ffffff; */
    border : 2px solid #afb1b0 ;
    border-width: 0 2px 0 0;
   }

table#menu td#activeright{
    /* background : #ffffff; */
    border : 2px solid #ffffff ;
    border-width: 0 1px 0 0;
   }

table#menu td#activeleft a:link    { color: #ffffff; text-decoration: none; cursor: pointer; }
table#menu td#activeleft a:visited { color: #ffffff; text-decoration: none; cursor: pointer; }
table#menu td#activeleft a:hover   { color: #FF7800; text-decoration: none; cursor: pointer; }


table#pics{
    width:100%;
    padding:35px 0 0 0;
}