	body {
		font-family: Trebuchet MS;
		font-size: 10pt;
		color: #29402A;
		background-color: black;
	}

	div#OuterBorder {
		width: 700px;
		border: 1px solid #F2E4B2;
		padding: 5px;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
	}
	
	div#InnerBorder {
		border: 1px solid #F2E4B2;
		padding: 0px;	
	}
	
	div.Section{
		background-color: #D2F2B2;
		color: #29402A;
		font-family: Garamond;
		font-size: 20pt;	
		letter-spacing: 1px;
		font-weight: bold;
		padding: 5px;
	}
	
	div.Content{
		background-color: #EEFFDD;
		padding: 10px;
		text-align: justify;
		line-height: 150%; 
	}
	
	div.Header{
		height: 300px;
		background-color: black;
		padding: 0px;
		background: black url(header.jpg) bottom left;
	}
	div.Footer{
		background-color: #D2F2B2;
		color: #29402A;
		letter-spacing: 1px;
		font-weight: bold;
		padding: 5px;
		text-align: center;
	}
	
	.polaroidLeft {
		 float: left;
	     padding:15px 15px 15px 15px;
	     margin-right: 25px; 
	     border:1px solid #D2F2B2;
	     background:white;
	     text-align:center;
	     font-size: 8pt; 
	     line-height: 100%;
	}
	.polaroidRight {
		 float: right;
	     padding:15px 15px 15px 15px;
	     margin-left: 25px; 
	     border:1px solid #D2F2B2;
	     background:white;
	     text-align:center;
	     font-size: 8pt; 
	     line-height: 100%;
	}
	
	.indent {
		text-indent: 15px; 
	}
	

	
	.dropCap {
	  float: left;
	  font-size: 5em;
	  margin-right: 3px;
	  line-height: 0.8em;
	  color: #619D64;
	}
	
	ul {
		
	}
	
	a {
		color: #619D64;
	}
	
	.clear {
		clear: both;
	}
