body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url( ../images/body-bg.jpg );
	background-position: center;
	background-repeat: repeat-y;
	background-color: #362616;
}

body, td, div
{
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10pt;
}

#container
{
	background-image: url( ../images/container-bg.jpg );
	background-position: center;
	background-repeat: no-repeat;
}

#wrapper
{
	width: 718px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	margin-top: 23px;
}

#header img
{
	border: none;
}

#content .heading
{
	font-size: 12pt;
	color: #c68932;
	border-bottom: dotted 1px black;
	margin-bottom: 5px;
}

#content-container
{
	background-image: url( ../images/content-top.gif );
	background-repeat: no-repeat;
	padding-top: 59px;
}

#content-wrapper
{
	background-image: url( ../images/content-bottom.gif );
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 60px;
}

#content
{
	background-image: url( ../images/content-bg.gif );
	background-repeat: repeat-y;
	min-height: 300px;
	padding: 1px 85px 1px 110px;
	text-align: justify;
}

#content p
{
	text-align: justify;
}

#content input.submit
{
	border: none;
	background-color: #c68932;
	color: #fbf7f1;
	cursor: pointer;
}

#content .title
{
	color: #c68932;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 5px;
	clear: both;
}

#content .divider
{
	height: 1px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-bottom: 1px black dashed;
	width: 300px;
}

#content .articleBody
{
	margin-bottom: 20px;
}

#content .form-error
{
	display: block;
	color: red;
}

#content .commentTitle
{
	float: left;
	color: #503008;
	width: 275px;
	margin-right: 5px;
	font-size: 12pt;
}

#content .commentBy
{
	text-align: right;
	color: #503008;	
}

#content .commentDate
{
	text-align: right;
	color: #503008;
	font-style: italic;
}

#content .commentBody
{
	clear: both;
}

#content .field 
{
	margin-bottom: 15px;
}

#content .resultItem
{
	margin: 10px 0px;
}

#content .resultTitle
{
	color: #503008;
	font-size: 12pt;
}

#content .search_highlight
{
	font-weight: bold;
}

#content a
{
	color: #b46c19;
	text-decoration: none;
}

#content a:hover.link
{
	text-decoration: underline;
}

#footer
{
}

#logos
{
	text-align: center;
}

#logos img
{
	border: none;
}

div.sourceLinks
{
	margin-bottom: 15px;	
}

div.articleImage
{
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

div.articleImage a img
{
	border: none;
}

div#text {
	margin: 25px auto 0px auto;
	text-align: center;
	width: 718px;
}

div#text, div#leftText, div#rightText {
	color: #fefefe;
	font-size: 9pt;
	font-family: Times New Roman, Times, serif;
}

div#text p {
	margin-bottom: 5px;
}

div#leftText p, div#rightText p {
	color: #fbead2;
	margin: 0px;
}

div#leftText {
	float: left;
	margin-right: 20px;
	text-align: right;
	width: 385px;
}

div#leftText a {
	color: #fbead2;
	text-decoration: none;
}

div#rightText {
	text-align: left;
}

