@charset "utf-8";
body  {
	background: #FFFFFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #head {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	height: 171px;
}
.thrColFixHdr #leftheader {
	background-color: #2B363E;
	background-image: url(images/headerleft.gif);
	height: 106px;
	width: 190px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
	float: left;
}


.thrColFixHdr #rightheader {
	background-color: #2B363E;
	background-image: url(images/headerright.gif);
	height: 141px;
	width: 710px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	float: right;
} 


.thrColFixHdr #rightheader p {
	font-size: 15px;
	margin: 0px;
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 199px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	height: auto;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #010000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 1.5;
	padding: 0px;
	display: inline;
}
.thrColFixHdr #sidebar1 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.thrColFixHdr #sidebar1 h1 {
	font-size: 21px;
	color: #4995c9;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar1 h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #4995c9;
}

.thrColFixHdr  #sidebar1  h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	font-weight: normal;
}
.thrColFixHdr #mainContent {
	width: 610px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 240px;
	line-height: 1.5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent p {
	padding-left: 17px;
	margin: 0px;
}

.thrColFixHdr   #mainContent   h1 {
	font-size: 21px;
	color: #4995c9;
	padding-left: 17px;
	font-weight: normal;
}
.thrColFixHdr  #mainContent  h2 {
	font-size: 18px;
	font-weight: normal;
	color: #4995c9;
	padding-left: 17px;
}
.thrColFixHdr    #mainContent    h3 {
	font-size: 16px;
	color: #4995C9;
	font-weight: normal;
}
.thrColFixHdr #mainContent h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
.thrColFixHdr #mainContent h5 {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}





.thrColFixHdr #footer {
	background-image: url(images/fullfooter2.gif);
	height: 20px;
	float: none;

} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 240px;
	font-size: 9px;
	color: #FFFFFF;
}
.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;
}

