@charset "utf-8";
body {
	text-align: justify;
	margin: 0px;
	vertical-align: middle;
}
.oneColFixCtrHdr #container {
	width: 779px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 192px;
}
.oneColFixCtrHdr #bread {
	height: 20px;
	padding: 0px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.oneColFixCtrHdr #head-members {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 192px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 779px;
	height: 400px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
	background-color: #FFF;
	margin: 0px;
}

.oneColFixCtrHdr #footer {
	height: 100px;
	width: 779px;
	background-color: #FF8820;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.oneColFixCtrHdr #footer p {
	color: #666;
	font-family: Helvetica;
	font-size: 9px;
	padding: 2px;
	text-align: center;
}

#left {
	width: 225px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-left: 30px;
}

#middle {
	width: 230px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}
#right {
	width: 225px;
	float: left;
	padding: 0px;
	margin-left: 33px;
	margin-top: 15px;
}
.myfooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: normal;
	text-align: center;
}




.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;
}
