@charset "UTF-8";
img { behavior: url(iepngfix.htc);border:0; }
body {
	font: 14px "Trebuchet MS", Verdana, sans-serif;
	background: #360009;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 844px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-color: #6E0A19;
}
img {
	borde:0;
	border: 0;
}
.textMain {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/watermark_leaves.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
td {
	vertical-align: top;
}
a:visited, a:link {
	color: #78260E;
	text-decoration: underline;
}
a:hover {
	color: #285C28;
	text-decoration: none;
}
h2 {
	color: #360009;
	font-size: 20px;
}
.quote {
	font-style: oblique;
	color: #360009;
}
.smaller {
	font-size: 12px;
}
.fontLarger {
	font-size: 16px;
	font-weight: bold;
}
.alignRight {
	float: right;
	margin-bottom: 12px;
	margin-left: 20px;
}
