*{
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;                                    
} 

body{   
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #58302c;
    font-size: 12px;
}

h1, h2{
    color: #996633;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

h1{
    font-size: 16px;
}

h2{
    font-size: 14px;
}

body {
    text-align : center;
    background-color: #996633;
    min-width : 755px ;
}

#wrapper {
    width : 755px;
    text-align : left ;
    margin-left : auto ;
    margin-right : auto ;
    }
    
#header {
    padding-top: 10px;
}

#footer{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

#maincontainer {
    float: left;
    width : 755px;
    background: url(../images/container.png) repeat-y;
    }

#padding {
    clear: both;
    padding: 30px 0 0 0;
    }

#content {            
    width: 755px;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    }
    
table{   
    font-size: 12px;
}

table tr td{
    vertical-align: top;
}

p{
    padding: 3px 0 12px;
    margin: 0;
}
    
#nav, #footerline{ 
    width: 743px;    
    margin: 0 6px;              
    border-top: 2px solid #5c8683;  
    border-bottom: 2px solid #5c8683;  
    background-color: #996633;
    padding: 5px 0;
    color: #EEEEEE;
}

#navinner, #footerlineinner{    
    text-align: center;
}
      
.blueline{
    width: 550px; 
    height: 2px; 
    background-color: #5C8683; 
    margin: 8px 0;
    font-size: 2px;
}

a {
    text-decoration: none;
    color: #5C8683;
    font-size: 12px;
}

a:hover {
    text-decoration: underline;
    color: #5C8683;    
    font-size: 12px;
}

#footer a{
    text-decoration: none;
    color: #75070a;
    font-size: 12px;
}

#footer a:hover {
    text-decoration: underline;
    color: #75070a;    
    font-size: 12px;
}

