.body 
{
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
}
.body table
{
	float: left;
	padding: 5px;
	margin: 0 15px 5px 0px;
}
.body p
{
	margin-bottom: 15px;
}

.body a
{
	color: #7C393E;
	text-decoration: underline;
}

.body h3
{
	color: #CA8D0A;
	font-size: 1.7em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.body h1
{
	color: #7C393E;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.body h2
{
	color: #7C393E;
	font-size: 1.1em;
	font-weight: bold;
}

.body ul li
{
	list-style-type: square;
	padding-bottom: 5px;
	margin: 10px;
}

.body ol
{
	margin-bottom: 15px;
}

.body ol li
{
	list-style-type: decimal;
	padding-bottom: 5px;
	margin-left: 20px;
	
}

.pageImage img
{
	border: 1px #7C393E solid;
	margin: 0px 5px 0px 0px;
}

.imageCaption
{
	color: #7C393E;
	font-size: .8em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.pageImageR img
{
	border: 1px #7C393E solid;
	/*
	float: right;
	margin: 10px;
	*/
}

.pageImageR
{
	width: 200px;
	float: right;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	text-align: left;
}

.imageCaptionR
{
	float: right;
	clear: right;
	margin: -13px 10px 10px 10px;
	padding: 0px;
	color: #7C393E;
	font-size: .8em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	width: 200px;
	line-height: 1.25em;
}

.pageImageL img
{
	border: 1px #7C393E solid;
	float: left;
	margin: 10px;
}

.imageCaptionL
{
	float: left;
	clear: left;
	margin: -10px 10px 10px 10px;
	padding: 0px;
	color: #7C393E;
	font-size: .8em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	width: 190px;
	line-height: 1.25em;
}

.pageImageT img {
	border: 1px #7C393E solid;
}

.pageImageT
{
	width: 97%;
	margin: 10px;
	text-align: center;
}

.imageCaptionT
{
	margin: -10px 10px 10px 10px;
	color: #7C393E;
	font-size: .8em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

.headline
{
	color: #7c393e;
	font-size: 1.8em;
	margin-bottom: 15px;
	position: absolute;
	top: -0px;
	z-index: 5;
	width: 455px;
	line-height: 25px;
	display: none;
}

#headlineDiv
{
	color: #7C393E;
	font-size: 1.8em;
	position: absolute;
	margin-top: 5px;
	z-index: 5;
	width: 455px;
	line-height: 30px;
	font-family: Trajan, times, Times New Roman, Georgia, serif;
}
.mainReplace
{
	position: absolute;
	top: 0px;
}

.contentContainer {  
	border: 1px solid #eeebe2;
	margin-top: 0px;
}

.footnote
{
	margin-top: 20px;
	color: #7C393E;
	font-size: 12px;
	font-style: italic;
}

/* =============== STYLES FOR SCROLLER ========================= */
.scrollerArea {
	position: relative; 
	height: 450px; 
	margin-top: 70px;
}

.slider1
{
	width: 16px;
	height: 450px;
	position: absolute;
	right: 0px;
	background-image: url(../images/scrollbar/gutter.gif);
	background-repeat: no-repeat;
}
.indicator
{
	width: 16px;
	height: 75px;
	background-image: url(../images/scrollbar/grip.gif);
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	/*background-color: #875353;*/
}
.scrollContainer
{
	height: 450px;
	width: 450px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.scrollContent
{
	position: absolute;
}
/* =============== END STYLES FOR SCROLLER ========================= */

.forward2friend
{
	color: #333;
	font-size: 1.1em;
}


