body {
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: #d6e3bf;
	text-align: center;
	font-family: Arial, sans-serif;
	margin: 0;
}

.container {
	width: 951px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.topSpacer {
	width: 951px;
	background-image: url(images/topSpacer.png);
	background-repeat: no-repeat;
	height: 11px;
	position: relative;
}

.leftGutter {
	width: 10px;
	background-image: url(images/leftGutter.png);
	background-repeat: repeat-y;
	height: 400px;
	float: left;
}

.main {
	width: 931px;
	background-color: white;
	height: 392px;
	float: left;
	text-align: left;
}

.rightGutter {
	width: 10px;
	background-image: url(images/rightGutter.png);
	background-repeat: repeat-y;
	height: 392px;
	float: right;
}

.mastheadLeft {
	background-image: url(images/mastheadLeftBackground.png);
	background-repeat: no-repeat;	
}

.mastheadCenter {
	background-color: white;
}

.mastheadCenter h2 {
	font-size: 21pt;
	font-weight: bold;
	font-style: italic;
	color: #0067ac;
	padding: 6 0 0 10;
}

.mastheadRight {
	background-image: url(images/mastheadRightBackground.jpg);
	background-repeat: no-repeat;	
}

.mastheadRight p {
	text-align: right;
	font-size: 13px;
	padding: 5 155 0 0;
}

.navigation {
	width: 931px;
	height: 42px;
	background-image: url(images/navBackground.png);
	background-repeat: no-repeat;	
}

.spacer {
	background-color: white;
}

.sidebar {
	background-color: #e0ebcf;
}

.sidebar p {
	font-size: 9pt;
	padding: 0 5 0 5;
}

.content {
	font-size: 9pt;
	line-height: 1.6em;
}

.content td {
	font-size: 9pt;
}

.content p {
	padding: 0 10 0 10;
}

.content h1 {
	font-size: 13pt;
	padding: 0 10 0 10;
	color: #648036;	
}

.footerText {
	font-size: 8pt;
	color: gray;
}

.footerText a:link {
	color: gray;
	text-decoration: underline;
}

.footerText a:visited {
	color: gray;
	text-decoration: underline;
}

.footerText a:hover {
	color: gray;
	text-decoration: none;
}