@charset "UTF-8";
/* CSS Document */

body {
	background-color: #400b02;
}
link {
	color: 150e7b;
	text-decoration: none;
}
a {
	text-decoration: none;
}

.contentback {
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #400b02;
	padding-left: 100px;	padding-top: 20px;

	padding-right: 100px;

}
.pagenav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #400b02;
	border-bottom-color: #400b02;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.pagenavsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: lowercase;
}

.subhead {
	text-transform: uppercase;
	font-weight: bold;	
}

.subheadsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}
.subsubhead {
	font-style: italic;
	font-weight: bold;
}

