@charset "utf-8";
body  {
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666666;
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background-image: url(images/topbanner.jpg);
	background-position: left top;
	height: 80px;
	width: 900px;
	background-repeat: no-repeat;
	padding: 0;
} 
.thrColFixHdr #container #topnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #topnav a:hover {
	color: #FFB508;
	background-color: #003399;
}

.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 #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
.thrColFixHdr #container #mainContent h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.thrColFixHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
.thrColFixHdr #container #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}


a:link {
}
a:visited {

}
a:hover {

}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #FFB508;
	background-color: #003399;
}
.thrColFixHdr #container #sidebar2 a:hover {
	color: #FFB508;
	background-color: #003399;
}
.thrColFixHdr #container #footer a {
	color: #FFFFFF;
}


a:active {

}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	text-align: left;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-color: #CCCCCC;
}
.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 188px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
} 
.thrColFixHdr #container #sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	text-align: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #container #sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.thrColFixHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: none;
	text-align: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000000;
} 
#topnav {
	text-align: left;
	height: auto;
	background-color: #666666;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
#searchbar {
	height: 210px;
	background-color: #003399;
	background-image: url(images/Quality_starts_with_our_people.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
}
.thrColFixHdr #footer 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 */
}
.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;
}

