html, body {
	height: 100%;
	margin: 0;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	background-color: white;
}
 
p,td,th,ul,ol,li {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10pt; 	
}

.form {
	font-size: 8pt;
	width: 60px;
}

.left_gutter {
	background-image: url(/images/left_gutter_background.png);
	background-repeat: repeat-y;
}

.right_gutter {
	background-image: url(/images/right_gutter_background.png);
	background-repeat: repeat-y;
}

.masthead {
	background-image: url(/images/masthead.png);
	background-repeat: no-repeat;
       height: 260;
}
.mastheadwide {
	background-image: url(/images/mastheadwide.png);
	background-repeat: no-repeat;
       height: 260;
}
.masthead p {
	margin-top: 100px;
	margin-left: 15px;
	margin-right: 280px;
	font-size:13pt;
	font-weight: bold;
 	color: #0B5719;
	
}

.navigation {
##     background-color: #660000;
       background-color: maroon;
	background-repeat: no-repeat;
}

.navigation p {
	margin-left: 15px;
	color: white;
	font-size: 10pt;
}

.navigation a:link {
	text-decoration: underline;
	color: white;
}

.navigation a:visited {
	color: white;
}

.navigation a:hover {
	text-decoration: none;
}

.content_container {
	background-color: white;
}

.content {
	background-image: url(/images/content_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 60px;
}

.contentphoto {
	padding-bottom: 20px;
}

.content h1 {
	font-weight: bold;
	font-size: 12pt;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 20px;
	color: #0B5719;
}

.content p,ul,ol {
	padding-left: 30px;
	padding-right: 40px;
	line-height: 1.5em;
}

.footer {
##	background-color: #298332;
	background-color: maroon;
       height: 100%;
}

.footer_left p {
	text-align: left;
	padding-left: 10px;
	color: white;
	font-size: 8pt;
}

.footer_left a:link {
	color: white;
	text-decoration: underline;	
}

.footer_left a:visited {
	color: white;
	text-decoration: underline;
}

.footer_left a:hover {
	color: white;
	text-decoration: none;
}

.footer_right p {
	text-align: right;
	padding-right: 10px;
	color: white;
	font-size: 8pt;
}

.footer_right a:link {
	color: white;
	text-decoration: underline;	
}

.footer_right a:visited {
	color: white;
	text-decoration: underline;
}

.footer_right a:hover {
	color: white;
	text-decoration: none;
}

.headline {
	font-weight: bold;
	font-size: 14pt;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 20px;
       color: #CC9900	
}

.borderleft {
	background-image: url(/images/left_gutter.png);
	background-repeat: repeat-y;
}
.borderright {
	background-image: url(/images/left_gutter.png);
	background-repeat: repeat-y;
}
