


        
            img.center {
                display: block; /* allows image to center with text of body */
                margin: 0 auto;
            }  
                                                                                    
            body { 
                background-color: #e6f3ff; 
                font-size: 1.5em;
                font-family: "Georgia, serif";
            }
          
             h1, h2, h3, h4, h5 {
                color: #1B4F72;
            }
            
            #top  {
	  text-align: center; 
   	  margin: 0 auto;
}

.menu a {
/*	color: #cc3300; */
    color: #29627e; 
	font-weight: bold; 
	margin-right: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
  border: 2px solid #1B4F72;
}
            
            aside {
                width: 20%;
                padding-left: .7rem;
                margin-left: .7rem;
                float: right;
                box-shadow: inset 5px 0 5px -6px #29627e;
                font-style: italic;
                font-size: .7em;
                color: #29627e;
            }
            
			aside > p {
                margin: 0 .7rem;
            }
            
            footer {
                 clear: both;
            }
            
            .org_name {
                font-style: italic;
            }
            
            #main {
                margin: 0 auto; /* this will center the page */
                width: 960px; /*  use your width here */
                padding: 0px;
            }
    
            #tag-line {
                font-size: .7em;
                font-family: "helvetica, sans serif"; 
                text-align: center;
                padding: 1px;
                color: #1B4F72;
             }
    
            #ora_pro_nobis {
                text-align: center;
                font-family: "helvetica, sans serif"; 
                font-style: italic; 
                font-weight: bold;
                font-size: .5em;
                color: #1B4F72;
            }
    
            #copyright {
                font-size: .5em;
                text-align: center;
                color: #1B4F72;
            }
  

