@charset "utf-8";
/* Waterline Envirotech Ltd USA */

body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #00669D;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #000000;
	border-top: none;
} 
.twoColFixLtHdr #header {
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	height: 173px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 165px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	display: inline;
}
.twoColFixLtHdr #sidebar1 hr {
	border: none;
	height: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	display: block;
	
}
.twoColFixLtHdr #brochure {
	text-align: center;
}
.twoColFixLtHdr #brochure img {
	border: none;
	margin-bottom: 5px;
}
.twoColFixLtHdr #flag {
	background-color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	color: #006BBB;
	width: 590px;
	float: right;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
} 
.twoColFixLtHdr #mainContent ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContent li {
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 1px;
	margin-top: 1px;	
}
.twoColFixLtHdr #footer {
	background-color: #006BBB;
	height: 45px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11pt;
	padding-top: 3px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #copyright {
	font-size: 8pt; 
	margin-top: 5px; 
	padding-bottom: 15px;
}
.twoColFixLtHdr img {
	border: none;
}
.twoColFixLtHdr a {
	color: #000000;
}
.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;
}
.pageheader {
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
	font-size: 16pt;
	font-variant: small-caps;	
}
.current {
	text-decoration: underline;
}
