@charset "utf-8";
/* CSS Document */

#menu {
text-align: center;	 
background-image: url(../images/background.jpg) center;
background-repeat: repeat-x;	
margin:0px;
}
 
#menu a, #menu a:visited, #menu a:hover, #menu img {
text-align: center;	 
border: none;
} 
 
.navcontainer, .invisible, #morelinks  {
display:none; 
}
	
#content {margin-left: 50px; margin-right:50px; }	
h3 { font-family:Verdana, Geneva, sans-serif;
font-size:15px; }	
	
p {  
  margin-top: 13px;
   margin-bottom: 13px;
  
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12pt;
   text-align: justify;
   }

.onlinecontent {  display:none	}