/* CSS Document */
.content {
	font-family: Trebuchet, MS Trebuchet,  Verdana, Arial, Helvetica;
	vertical-align: top;
	font-size: 12px;
	color: #333333;
	margin-top:0;
}
.content a:link,
.content a:visited {
	font-weight: normal;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover {
	font-weight: normal;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.content p, td {
	font-family: Trebuchet, MS Trebuchet,  Verdana, Arial, Helvetica;
	font-size: 10pt;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
	color: #333333;
}
.content ul, ui {
	font-family: Trebuchet, MS Trebuchet,  Verdana, Arial, Helvetica;
	vertical-align: top;
	font-size: 12px;
	color: #333333;
	margin-top:0;
}
.content h1,
.contentHeading {
	font-family: Trebuchet, MS Trebuchet,  Verdana, Arial, Helvetica;
	font-size: 14pt;
	color: #560C23;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.6em;
}
.content h2,
.contentSubHeading {
	font-family: Trebuchet, MS Trebuchet,  Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #560C23;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
}
.content h4,
.quote {
	font-family: Trebuchet, MS Trebuchet,  Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: italic;
	color: #333333;
	font-weight: normal;
	text-align:right;
	margin-top: 1.2em;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0em;
}
.content h5,
.quoteowner {
	font-family: Trebuchet, MS Trebuchet,  Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	color: #333;
	font-weight: normal;
	text-align:right;
	margin-top: 0.1em;
	margin-bottom: 2.0em;
	margin-right: 100px;
}
.content h6,
.code {
	font-family: Courier, "Courier New";
	font-size: 9pt;
	font-style: normal;
	color:#333333;
	background-color:#c8b880;
	font-weight: normal;
	margin: 8px 40px 16px 30px;
	padding: 2px;
}
.content table {
	border: 0px solid #c8b880;
	margin: 0px;
}
.content td {
	margin: 0px;
	padding: 3px;
	border: 0px solid #c8b880;
}
.barQuote {
	font-family: 'MS Trebuchet', Trebuchet, Verdana, sans-serif;
	font-size: 13.5pt;
	font-style: italic;
	line-height:30pt;
	color: #560C23;
	text-align: right;
	margin-left:12px; 
	height:330px;
}
.barQuoteOwner {
        font-family:inherit;
        font-size:11px;
        font-style:italic;
        color:#555555;
        float:right;
        width:145px;
        text-align:right;
}
.content hr {
 border:0px solid #ffffff;
 border-top:4px solid #c8b880;
}
.photoContainer {
	position:relative;
	width:1px; /* Needed to constrain width to image size. (0% doesn't work with IE. (figures!)) */
	padding:2px;
	background: #c8b880;
}
.photoContainer td img {
}
.photoContainer td div {
	font-size:8pt;
	font-style:italic;
	text-align:center;
	padding:2px;
	color:green;
}

/* Used in modules/signup.php etc */
.formtable,
.formTable td {
	font-family: Trebuchet, MS Trebuchet,  Verdana, Arial, Helvetica;
	vertical-align: top;
	font-size: 12px;
	color: #333;
}
.formHighlight {
	background-color: #c8b880;
	color: #333;
}
.formShaded {
	color:#000;
	background-color: #c8b880;
}
/**********************************/

