body {
		background-color: #aab47f;
		margin: 0 auto;
	}
	
	p,li,td {
		font-family: Trebuchet MS;
		font-size: 10pt;
	}
	
	h1 {
		font-size: 12pt;
		font-weight: bold;
		font-family: Trebuchet MS;		
	}	
	
	.leftGutter {
		background-image: url(images/leftGutter.gif);
		background-repeat: repeat-y;
	}	
	
	.masthead {
		background-image: url(images/masthead.gif);
	}
	
	.masthead p {
		text-align: right;
		padding-right: 50;
	}
	
	.rightGutter {
		background-image: url(images/rightGutter.gif);
		background-repeat: repeat-y;
	}		
	
	.navigation {
		background-color: black;
		color: white;
	}
	
	.navigation p {
		padding-left: 18px;
		font-size: 12pt;
	}	
	
	.footer {
		background-image: url(images/footerBackground.gif);
		background-repeat: repeat-y;
		color: #716442;
	}	
	
	.footer p {
		text-align: right;
		padding-right: 50;
		padding-top: 10;
		font-size: 9pt;
	}
	
	.footer a:link {
		color: #716442;
		text-decoration: none;
	}
	
	.footer a:visited {
		color: #716442;
		text-decoration: none;	
	}
	
	.footer a:hover {
		color: #716442;
		text-decoration: underline;	
	}
	
	.interiorContent {
		padding: 15 50 0 20;
		background-image: url(images/footerBackground.gif);
		background-repeat: repeat-y;		
	}
	
	.interiorContent p {
		line-height: 1.8em;
	}	