@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/Tristero-Palm-gld-.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 0px 0 225px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FDFDFD;
}
#accessability {
	font-size: 10px;
	color: #666666;
	text-align: right;
}
.oneColFixCtrHdr #container #header #accessability a {
	color: #666666;
	text-decoration: none;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-color: #F8F6C9;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
	letter-spacing: normal;
	text-align: left;
	text-indent: 2px;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	height: auto;
	width: auto;
}
#innerMainContent {
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
	color: #000000;
}
.oneColFixCtrHdr #footer {
	font-size: 12px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 100px;
	background-color: #F8F6C9;
	filter: Alpha(Opacity=100);
	line-height: 14px;
}
.oneColFixCtrHdr #container #footer a {
	color: #330099;
	font-size: 14px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	font-size: 13px;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E0D999;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC9900;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}
.formrow {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
.formleftcolumn {
	text-align: right;
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formrightcolumn {
	text-align: left;
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text {
	vertical-align: left;
	float: left
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #330000;
}
	}
.text1 {
	float: left
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
