/* CSS Document */
.content {
	font-family: "Trebutchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	width:600px;
}
BODY.content { margin:0; padding: 1px; width:600px;}

.content a:link,
.content a:visited {
	font-family: inherit;
	font-weight: bold;
	font-size: 10pt;
	color: #1C2510;
	text-decoration: none;
}
.content a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #1C2510;
	text-decoration: underline;
}
.content p {
	font-family: inherit;
	font-size: 10pt;
	color: #333;
	margin-top: 0.1em;
	margin-bottom: 0.8em;
}
.content h1,
.contentHeading {
	font-family: inherit;
	font-size: 13.5pt;
	color: #275a31;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
.content h2,
.contentSubHeading {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #275431;;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}
.content h3,
.contentPhotoCaption {
	font-family: inherit;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #2e5126;
	margin-top: 0.1em;
	margin:0px;
}
.content h4,
.quote {
	font-family:"Times New Roman", "Times Roman", serif;
	font-size: 10pt;
	font-style: italic;
	color:#333333;
	font-weight: normal;
	text-align:left;
	margin:8px 40px 8px 40px;
}
.content h5,
.quoteowner {
	font-family:"Times New Roman", "Times Roman", serif;
	font-size: 9pt;
	font-style: normal;
	color:#333333;
	font-weight: normal;
	text-align:right;
	margin-top: 0.1em;
	margin:8px 40px 16px 40px;
}
.content h6,
.code {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	color:#333333;
	background-color:#DDDDDD;
	font-weight: normal;
	margin: 8px 40px 16px 30px;
	padding: 2px;
}
.content img {
	border:1px solid #333333;
}
.content table {
	border: 0px;
	margin: 0px;
}
.content td {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	margin: 0px;
	padding: 3px;
	border: 0px;
}
.barQuote {
        font-family:inherit;
        font-size:14px;
        font-style:italic;
        font-weight:normal;
        line-height:1.5em;
        color:#e7c621;
        float:right;
        text-align:right;
        width:145px;
        margin:20px 30px 0px 0px;
}
.barQuoteOwner {
        font-family:inherit;
        font-size:11px;
        font-style:italic;
        color:#999999;
        float:right;
        width:145px;
        text-align:right;
        margin:22px 35px 0px 0px;
}
.content hr {
	border:0px solid #ffffff;
	border-top:4px solid #275a31;
}
.photoContainer {
	position:relative;
	width:1px; /* Needed to constrain width to image size. (0% doesn't work with IE. (figures!)) */
	padding:2px;
}
.photoContainer td img {
	border:1px solid #333333;
}
.photoContainer td div {
	font-size:9pt;
	font-style:italic;
	text-align:right;
	padding:2px;
	color:#555555;
}
.gallery { 
	float:left; 
	width:120px;
	text-align:center;
}
.gallery img {
	cursor:pointer;
	border:1px solid #333333;
}
.gallery div { /* caption div */
	font-size:10px;
	font-style: italic;
	padding: 0 6px 0 6px;
} 