@charset "utf-8";
/* CSS Document */

#mainBodyWrap {
	width: 890px;
	border: 1px black solid;
	background-image: url(images/main_bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.bigHead {
	font-size: 14pt;
	font-weight: bold;
	color: #a01510;
}
.smallHead {
	font-size: 12pt;
	font-weight: bold;
	color: #572010;
}
.photoLeft {
	padding: 4px;
	border: solid #431812 1px;
	margin-bottom: 3px;	
}
.photoRight {
	padding: 4px;
	border: solid #431812 1px;
	margin-bottom: 3px;	
}
.photoCenter {
	padding: 4px;
	border: solid black 1px;
	margin-bottom: 3px;	
}
.photoDivLeft {
	float: left;
	margin-right: 8px;
	margin-top: 6px;
	text-align: center;
}
.photoDivRight {
	float: Right;
	margin-left: 8px;
	margin-top: 6px;
	text-align: center;
}

.photoCaption {
	font-size: 8.5pt;
	line-height: 1.2em;
}
#mainLeftColumn {
	background-color: #431812;
	width: 232px;
	float: left;
}
#mainContent {
	width: 637px;
	padding: 10px 10px 10px;
	padding-bottom: 20px;
	float: right;
	background-color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#mainContent li{
	margin-left: -15px;
	white-space: pre-wrap;
	padding-bottom: 2px;
	list-style-image: url(images/bullet.gif);
}
#mainContent li a {
	text-decoration: none;
	color: Black;
}
#mainContent li a:hover {
	text-decoration: underline;
	color: #a01510;
}
#mainChapterBoxLeft {
	float: left;
	width: 300px;
	border: 1px black solid;
	background-color: #fff4e3;
}
#mainChapterBoxRight {
	float: right;
	width: 300px;
	border: 1px black solid;
	background-color: #fff4e3;
}
#secondaryBodyWrap {
	width: 890px;
	border: 1px black solid;
	background-image: url(images/secondary_bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#secondaryLeftColumn {
	background-color: #431812;
	width: 175px;
	float: left;
}
#SecondaryChapterBox {
	float: left;
	width: 162px;
	/*border: 1px black solid;*/
	background-color: #fff4e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}
#SecondaryChapterBox li {
	margin-left: -35px;
	white-space: pre-wrap;
	padding-top: 8px;
	padding-bottom: 2px;
	list-style-type: none;
	border-bottom: 1px solid #a01510;
}
#SecondaryChapterBox li a {
	text-decoration: none;
	color: Black;
}
#SecondaryChapterBox li a:hover {
	text-decoration: none;
	color: #a01510;
}
#secondaryContent {
	width: 687px;
	padding: 10px 10px 10px;
	padding-bottom: 20px;
	float: right;
	background-color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}
#secondaryContent a {
	text-decoration: underline;
	color: #a01510;
}
#secondaryContent a:hover {
	text-decoration: none;
	color: #a01510;
}
#secondaryContent li {	
	padding-top: 8px;
	padding-bottom: 2px;
	list-style-type: none;	
}
#footer {
	clear: both;
	width: 878px;
	background-color: #37140f;
	color: #8e3a09;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding: 6px;
}
#footer a {
	color: #8e3a09;
	text-decoration: none;
}
#footer a:hover {
	color: #eac6b0;
	text-decoration: none;
}