@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}
.thrColFixHdr #container {
	width: 948px;
	background: #FFFFFF;
	margin: 0 auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
} 
.thrColFixHdr #topheader {
	background-image: url(../images/wasserlogo.jpg);
	width: 948px;
	height: 122px;
} 
.thrColFixHdr #topheader h1{
	display: none;
	visibility: hidden;
} 
.thrColFixHdr #header {
	height: 100px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 40px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 100px 0px 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar1 a {
	color: #FFFFFF;
	padding-bottom: 15px;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a.style1{
	color: #003399;
	padding-bottom: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #D9DEEA;
	margin-top: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	border: thin solid #CCCCCC;
	width: 460px;
} 
.thrColFixHdr #footer {
	padding: 0;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003399;
	font-size: 60%;
} 
.thrColFixHdr #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 */
}
.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-right: 30px;
}
.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;
}
.style2 {color: #CC0000; font-weight: bold; }
.photoleft {
	float : left;
	border : 1px solid #bababa;
	padding : 2px;
	background-color : #ffffff;
	margin : 0px 18px 2px 0;
}
.photoright {
float : right;
border : 1px solid #bababa;
padding : 2px;
background-color : #ffffff;
margin : 6px 0 2px 6px;
}

