body {
margin: 0 auto;
padding: 0;
font: 70% Verdana,Tahoma,Arial,sans-serif;
background-color: #fffcab;

}

a{ 
   color: #505050;
   }

#wrap {
background-color: #fffcab;
color: #303030;
margin: 0 auto;
width: 760px;
}

div#header {
    clear: both;
    margin: 20px 0 0 180px;
}


#header h1 {
width: 560px;
margin: 0 0 10px 0;
text-align: center;
font-size: 1.9em;
}


#header h2 {
width: 560px;
margin: 0 0 10px 0;
text-align: center;
font-size: 1.4em;
}

#header p {
width: 560px;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 1.1em;
line-height: 1.4em;
}


#menu {
clear: left;
float: left;
width: 150px;
height: 800px;
margin: 0px 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
             list-style: none;
             width: 160px;
             margin: 0 0 20px 0;
             padding: 0;
             font-size: 1.0em;
             }	

#menu li {
margin-bottom: 4px;
}

#menu a { 
            color: #505050;
            }

#menu li a {
               font-weight: bold;
               height: 20px;
               text-decoration: none;
               color: #505050;
               display: block;
               padding: 6px 0 0 10px;
               background: #ffe08e;
               border-left: 4px solid #ef9e1e;
               }	

#menu li a:hover {
                     background: #ef9e1e;
                     color: #fffb8e;
                     border-right: 4px solid #ffe08e;
                     }

.contact {
            margin: 10px 0 10px 0;
            padding: 10px;
            width: 130px;
            color: #505050;
            background-color: #ffe08e;
            line-height: 1.3em;
            border-left: 4px solid #ef9e1e;
            border-top: 4px solid #ef9e1e;
            }


#content {
           margin: 20px 0px 0px 180px;
           border-left: 1px solid #ef9e1e;
           border-right: 1px solid #ef9e1e;
           padding: 0 10px 0 10px;
           line-height: 1.2em;
           text-align: justify;
           }

#content h2 {
              font-size: 1.5em;
              margin: 0 0 0.5em 0;
              }

#content #changed {
                    color: #ff0000;
                    }

#content img {
               padding: 1px;
               display:inline;
               background: #cccccc;
               border: 4px solid #f0f0f0;
               }

h3 {
     font-size: 1.3em;
     margin: 0 0 10px 0;
     }

a {
    text-decoration: none;
    color: #286ea0;
    }

a:hover {
          text-decoration: underline;
          color: #286ea0;
          }

a img {
        border: 0;
        }


.left {
        margin: 10px 10px 5px 0;
        float: left;
        }

.right {
         margin: 10px 0 5px 10px;
         float: right;
         }

.textright {
             text-align: right;
             }

.center {
          text-align: center;
          }

.small {
         font-size: 0.8em;
         }

.bold {
        font-weight: bold;
        }

.hide {
        display: none;
        }

div.links{ 
           color: #000000;
           background-color: #ffffff;
           }


hr#top-rule{ 
             background-color: #ffe2b4;
             height: 3px;
             }

table#top-table{ 
                 border-bottom: solid 3px #ef9e1e;
                 border-right: solid 3px #ef9e1e;
                 margin-bottom: 2px;
                 }