@charset "UTF-8";
html {
	margin-bottom: 1px;
	height: 100%;
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(../images/contact_bckgd.gif);
	background-position: center top;
	height: 650px;
} 
.thrColFixHdr #menusheader {
	height: 30px;
	width: 200px;
	padding-top: 130px;
	background-image: url(../images/30pxSeparator_home.png);
	background-repeat: no-repeat;
	display: block;
	color: #333333;
	line-height: 30px;
	text-align: right;
	clear: both;
	float: right;
	background-position: right bottom;
}
.thrColFixHdr #header {
	height: 160px;
	padding: 0;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	clear: both;
	height: 120px;
	margin-top: 398px;
	background-color: #fafafc;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 190px;
	font-family: "Arial Narrow";
	font-size: 0.95em;
	color: #333333;
	line-height: 120%;
	} 
.thrColFixHdr #footer {
	background-color: #7778b2;
	font-family: "Arial Narrow";
	height: 60px;
	width: 900px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #494B98;
	border-bottom-color: #494B98;
	color: #FFFFFF;
	margin-top: 160px;
} 
.thrColFixHdr #backtotop {
	display: block;
	height: 40px;
	padding-left: 180px;
	font-weight: bold;
	font-size: 0.85em;
	color: #494B98;
}
.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;
}
