@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #FFFFCC;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	vertical-align: middle;
}
.twoColFixLtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-top-color: #7e9362;
	border-right-color: #7e9362;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #7e9362;
	padding: 15px;
	vertical-align: top;
	text-align: left;
} 
.waterlog {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: medium double #7E9362;
	float: right;
}
.waterlogText {
	background-color: #FFFFFF;
	height: 86px;
	width: 530px;
	border-top-width: 0.25mm;
	border-top-style: solid;
	border-top-color: #7e9362;
	padding: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.waterlogGrayText {
	background-color: #FFFFCC;
	height: 86px;
	padding: 10px;
	width: 530px;
	border-top-width: .25mm;
	border-right-width: .25mm;
	border-bottom-width: .25mm;
	border-left-width: .25mm;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7e9362;
	border-right-color: #7e9362;
	border-bottom-color: #7e9362;
	border-left-color: #7e9362;
}


.waterlogBar {
	background-color: #7E9362;
	height: 2px;
	width: 550px;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	font-weight: bolder;
	padding-bottom: 5px;
}
.waterlogImage {
	width: 550px;
}


.twoColFixLtHdr #footer {
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #7e9362;
	border-bottom-color: #7e9362;
	border-left-color: #7e9362;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#three_main {
	padding: 15px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #7e9362;
	border-bottom-color: #7e9362;
	background-color: #FFFFFF;
}
#three_right {
	padding: 5px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #7e9362;
	border-bottom-color: #7e9362;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #7e9362;
	background-color: #FFFFFF;
}
#white_side {
	background-color: #FFFFFF;
	border: medium double #7e9362;
	padding: 20px;
}
.guide_box {
	background-color: #FFFFCC;
	padding: 10px;
	border: medium double #7e9362;
}
.waterlogPhoto {
	margin-bottom: 8px;
	float: left;
	margin-right: 8px;
	border: medium double #7E9362;
}
