@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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 0px;
}
.thrColFixHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	padding-top: 50px;
} 
.thrColFixHdr #container #sidebar2 .currentPage {
	background-image: url(images/line.gif);
}
.thrColFixHdr #container #sidebar1 .currentPage {
}
.thrColFixHdr #container #mainContent p {
	color: #666666;
}
.thrColFixHdr #container #sidebar2 .currentPage {
	background-image: url(images/line.gif);
}
.thrColFixHdr #container #mainContent p {
	float: left;
	font-family: "Helvetica Neue UltraLight", Helvetica, Arial;
}
.thrColFixHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 20px;
	padding-bottom: 120px;
	padding-left: 0px;
	text-align: left;
	padding-right: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	display: block;
	list-style-type: none;
	list-style-image: none;
	font-weight: lighter;
	}
#container #sidebar1 a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 4px;
	background-color: #000000;
	list-style-image: none;
	list-style-type: none;

	}
#container #sidebar2 a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 4px;
	background-color: #000000;
	list-style-image: none;
	list-style-type: none;

}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 50px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	padding-top: 250px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 0px;
	display: block;
	list-style-type: none;
	list-style-image: none;
	font-weight: lighter;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
} 
.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;
}
.thrColFixHdr #container #sidebar1 .currentPage {
	background-color: #FFFFFF;
	background-image: url(images/line.gif);
}
.thrColFixHdr #container #header .currentPage {
	background-image: url(images/line2.gif);
}
.thrColFixHdr #container #sidebar1 .currentPage {
	background-image: url(images/line.gif);
}
.thrColFixHdr #container #mainContent h2 {
	color: #FFFFFF;
}
.thrColFixHdr #container #mainContent p {
	color: #333333;
}
.thrColFixHdr #container #header .currentPage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.thrColFixHdr #container #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 150px;
}
.thrColFixHdr #container #footer p {
	font-size: 9px;
	padding-left: 280px;
	padding-top: 40px;
}
.oneColElsCtrHdr #container #footer .style7 .oneColElsCtrHdr {
	color: #666666;
	text-decoration: underline;
}
.oneColElsCtrHdr #container #footer .style7 .style14 {
	color: #666666;
}
a:link {
	font-weight: normal;
	color: #666666;
}
a:visited {
	color: #666666;
	font-weight: normal;
}
a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
