body {
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: #4b2e26;
	font-family: Georgia, serif;
	margin: 0;
}

a:link {
	color: #573428;
	text-decoration: underline;
}

a:visited {
	color: #573428;
	text-decoration: underline;
}

a:hover {
	color: #573428;
	text-decoration: none;
}

.top {
	margin-top: 0px;
}

.masthead {
	background-color: white;
	background-image: url(images/mastheadBackground.png);
	background-repeat: no-repeat;
}

.main {
	background-image: url(images/mainBackground.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
}

.navigation {

}

.content {
	/*background-color: white;*/
	background-image: url(images/contentBackground.png);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

.content h1 {
	padding: 0 20 0 20;
	font-size: 11pt;
	color: #573428;
}

.content h5 {
	padding: 0 20 0 20;
	font-size: 16pt;
	color: #573428;
}

.content ul, .content ol {
	list-style: inside;
}

.content p,.content li,.content td {
	padding: 0 20 0 20;
	font-size: 10pt;
	line-height: 1.6em;
	color: black;
}

.sidebar {
	font-size: 9pt;
	border-left: 1px solid #4b2e26;
}

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

.sidebar a:link {
	text-decoration: none;
}

.sidebar a:visited {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.footer {
	background-color: #4b2e26;
	font-size: 9pt;
}

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

.footer a:link {
	color: #ededed;
	text-decoration: none;
}

.footer a:visited {
	color: #ededed;
	text-decoration: none;
}

.footer a:hover {
	color: #ededed;
	text-decoration: underline;
}
	