@charset "utf-8";
body {
	background: #666666;
	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;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E7EFFE;
}
.thrColFixHdr #container {
	width: 840px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	top: 18px;
	border: 10px solid #FFF;
}
.thrColFixHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	height: 120px;
	background-image: url(images/texturedbackground.gif);
	background-repeat: no-repeat;
	background-color: #E1F0FF;
}
.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 {
	width: 180px;
	height: auto;
	float: left;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFF;
	padding-left: 10px;
	color: #006;
}
.thrColFixHdr #mainContent {
	text-align: left;
	font-size: 12px;
	margin-left: 200px;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #06C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #06C;
	background-color: #F8F8E7;
	position: relative;
	padding-top: 8px;
	width: auto;
	margin-right: 160px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	line-height: 18px;
	word-spacing: normal;
}
.thrColFixHdr #footer {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F8F8E7;
	padding-top: 12px;
	padding-bottom: 6px;
}
.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 */
	font-size: 1px;
}
body, td, th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#navlist {
	width: auto;
	background-color: #006;
	height: 34px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-left: 0px;
}
a:link {
	text-decoration: underline;
	color: #06C;
}
a:visited {
	text-decoration: underline;
	color: #630;
}
a:hover {
	text-decoration: underline;
	color: #006;
}
a:active {
	text-decoration: none;
}
.mainheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006;
	font-weight: bold;
}
.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006;
	font-weight: bold;
}
.subtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06C;
	font-weight: bold;
}
#sidebar2 {
	width: 140px;
	float: right;
	text-align: center;
}

