@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 132px;
	margin: 0px;
	width: 871px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 79px;
}
.oneColFixCtrHdr #header #navigation {
	height: 102px;
	padding: 0px;
	text-align: right;
	width: 610px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-left: 294px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 615px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
}
.oneColFixCtrHdr #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding-bottom: 3px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
.oneColFixCtrHdr #mainContent a:link {
	color: #269899;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent a:active {
	color: #269899;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #269899;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #000000;
	text-decoration: underline;
}
.oneColFixCtrHdr #sidebar {
	float: left;
	width: 294px;
	background-image: url(images/aboutus_sidebar.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-position: bottom;
	height: 425px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.oneColFixCtrHdr #sidebar h1 {
	color: #269899;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 15px;
}
.oneColFixCtrHdr #sidebar p {
	color: #999999;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 15px;
}
.oneColFixCtrHdr #sidebar a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer {
	height: 185px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	background-image: url(navigation/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1em;
	text-align: center;
}
#footer #footerContainer {
}
#footer #footerContainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#footer #footerContainer 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 */
	text-align: right;
	color: #000000;
}
#footer #footerContainer a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
#footer #footerContainer a:hover {
	color: #000000;
	text-decoration: underline;
}
.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;
}
