/* Plain Format Section styles for 
   sections like "about us" */

#GeneralContentTable {
	width: 580px;
 	background-color: white;
	border-style: solid;
	border-color: #A84802;
	border-width: 1px;
	margin: 2px 0px 0px 0px;
	vertical-align: top;
}
#GeneralContentHeader {
	padding: 0px;
	margin: 0px;
	width: 580px;
	font-size: 40pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	/*font-style: italic;*/
	color: #A84802;
}
#GeneralContent {
	padding: 10px;
}
#GeneralRightFeatures {
	width: 170px;
}
.PlainTextTopHeading {
	padding: 0px 0px 6px 0px;
	margin: 0px;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: strong;
	/*font-style: italic;*/
	color: #A84802;
}
#GeneralContentTableFullWidth {
	width: 760px;
 	background-color: white;
	border-style: solid;
	border-color: #A84802;
	border-width: 1px;
	margin: 2px 10px 10px 10px;
	vertical-align: top;
}
