body {
	background-color: #EEEBD2;
	color: #362E00;
	margin: 5px 5px 5px 5px;
     }
h1 {
	color: #EEEBD2;
	background-color: #D8A29B;
	font-family: "Book Antiqua",Times, serif;
	text-align: center;
	border: 2px solid #9BAAB2;
   }
h2 {
	color: #8B007C;
	font-family: "Book Antiqua", Times, serif;
	text-align: center;
	border-bottom: 2px solid #eeebd2;
   }
h3 {
	font-family: "Book Antiqua", Times, serif;
	color: #8B007C;
   }
h4 {
	color: blue;
	background-color: #D8A29B;
	font-family: "Book Antiqua", Times, serif;
	text-align: center;
	border: 2px solid #9BAAB2;
   }
em {
	font-weight: bold;
	font-style: italic;
   }  
hr {
	margin-right: 10%;
	margin-left: 10%;
   }
p.link {
	color: #8B007C;
	text-align: left;
	font-family: "Lucida Casual", Times, serif;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 0%;
	height: 30px;
	    }
p {
	font-family: "Bookman Old Style", Times, serif;
	margin-left: 10%;
	text-align:justify;
  }
strong {
	font-family: Arial, sans-serif;
	font-size: 12 pt;
	color: red
       }
th {
	background-color: #b2a474;
    text-align: center;
    color: #8b007c
   }
table {
	padding: 2pt 2pt 2pt 2pt;
      }    
td.firstcol {
	background-color: #00acac;
	font-weight: bold;
	text-align: center;
            }
#sidelinks {
	background-color: #7cb98b;
	width: 20%;
	float: left;
	vertical-align:top;
	padding: 1px;
              }
#sidelinks hr {
	width: 50%:
              }			  
#sidelinks .link img {
	float: left;
                  }			  
#information {
	width: 79%;
	float: right;
             }			  
#footer {
	font-size: 10pt;
	padding-top: 50px;
	clear: both;
        }				 
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
          }
