@charset "utf-8";
#3colcontainer    {
	background: #FFFFFF;
} 

#sidebar1      {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-left: 15px;
	margin-top: 10px;
}
.image1   {
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}

#sidebar2      {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: 15px;
	margin-top: 10px;
}
#mainContent      {
	margin-top: 10px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.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;
}
