body {
	background-color: white;
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.masthead {

}

.navigation {
	color: white;
	font-size: 12pt;
	text-align: left;
}

.sidebar {

}

.content {
	color: #751f00;
	background-image: url(images/contentBackground.png);
	background-repeat: no-repeat;
	height: 400px;
}

.content p {
	padding: 0 30 0 30;
	line-height: 1.4em;
}

.content ul,.content ol {
	padding: 0 30 0 30;
	line-height: 1.4em;	
	list-style-position: inside;
}

.content li {
	line-height: 1.4em;
}

.content h1 {
	font-size: 15pt;
	padding: 0 30 0 30;
}

.content h3 {
	font-size: 11pt;
	padding: 0 30 0 30;
	font-style:italic;
	color: #666666;
}

.content h4 {
	font-size: 14pt;
	font-weight: bold;
	margin: 3 30 3 30;
	display: block;
	width: 630px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: #20B2AA;
	padding: 5 0 5 0;
}

.footer {
	background-color: #006d75;
	color: white;
}


.footer p {
	padding: 20px;
	font-size: 10pt;
	color: white;
}

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

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

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