* { padding: 0; margin: 0;}

body {
 font-family: Arial; 
 font-size: 15px; 
 background: #902b0f url(Images/background.gif) no-repeat left bottom fixed;
 color: #902b0f;
}

p {
 font-family: Arial; 
 font-size: 15px;
 margin-left: 40px;
 margin-right:40px;
 margin-top:20px;
 margin-bottom:20px;
 color: #902b0f;
 text-align: justify;

}



h1 {
	margin: 20px;
    font-size: 1.3em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #902b0f;
    border-bottom: 0.05em dashed #902b0f;
    line-height: 1em;
	
}	

h3  {
	margin: 20px;
    font-size: 1.0em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #1b5610;
    text-decoration:underline;
    line-height: 1em;
	
}

.link {
      margin-left: 400px;
      
}

ul {list-style: none; 

}


#wrapper { 
  margin-left: auto; 
  margin-right: auto;
  margin-top: 0px; 
  width: 775px;
}

#header {
 color: #333;
 width: 750px;
 float: left;
 height: 285px;
 background: #1b5610;
 background-image: url(Images/logo.jpg); 
 background-repeat: no-repeat;
 overflow: hidden;
}



#leftcolumn { 
 color: #333;
 background: transparent;
 margin: 0px 0px 0px 0px;
 width: 232px;
 float: left;
}

#rightcolumn { 
 float: left;
 background: #efb95f;
 margin: 0px 0px 0px 0px;
 width: 519px;
 
}

#footer { 
 width: 750px;
 color: #333;
 background: transparent;
 margin-right: 10px;
 margin-top: 20px;
 padding-bottom: 20px;
 text-align: right;
 font-family: Verdana, Arial HC;
 font-size: 10px;
 color: yellow;
 
 
}

#footer a  {
  color: #FFFF00;
  
}

#footer a:hover {
       text-decoration: none;
}

#menu {
	width: 160px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 0px;
	border-width: 1px;
	margin-left: 60px; 
	margin-top: 10px;
	
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: #1b5610;
	display: block;
	background: url(Images/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #902b0f;
	background: url(Images/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(Images/menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
}
   
/*-------------table-----------------*/   
    
table p {
        text-align:right;
        margin: 0px;
        padding-bottom:5px;
          
          }  
          
table {margin-left: 30px;}          
