@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;
	background: #F4FAFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid;
}
#header {
	height: 85px;
	color: #000000;
	background-attachment: scroll;
	background-color: #DDEEFF;
	background-image: url(../Graphics/CFSW-Logo-no-text.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;
}
#sidebar1 {
	float: left;
	width: 210px;
	background: #DDEEFF;
	color: #000000;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #000000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
}
#menu {
	padding-left: 10px
}
#mainContent {
	margin: 0;
	background-color: #F4FAFF;
	border-left-width: 210px;
	border-left-style: solid;
	border-left-color: #DDEEFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDEEFF;
	border-right-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	padding-left: 15px;
	padding-right: 15px;
}
#footer {
	padding: 0 10px 0 20px;
	background:#FFFFFF;
	height: 132px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.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;
}
.stop-margin-collapse {
	padding: 0;
	margin: 0;
	vertical-align: top;

}

