@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	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-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 810px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #container_background {
	background-image: url(/images/background_mainContent-test.gif);
	background-repeat: repeat-y;
} 

.thrColFixHdr #header {
	height: 282px;
	background-image: url(/images/header_logo2.jpg);
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
}
.thrColFixHdr #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 li {
	padding-bottom: 2px;
}
.thrColFixHdr  #sidebar1  a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 41px;
}
.thrColFixHdr #sidebar1 a:hover {
	background-image: url(/images/nav_over_background.gif);
	background-repeat: repeat-y;
	display: block;
	color: #273C29;
	text-decoration: none;
	background-position: left center;
}

.thrColFixHdr #sidebar1 .indent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 .indent ul li {
	padding-bottom: 2px;
	padding-top: 0px;
}
.thrColFixHdr  #sidebar1 .indent a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 46px;
}
.thrColFixHdr #sidebar1 .indent a:hover {
	background-image: url(/images/nav_over_background.gif);
	background-repeat: repeat-y;
	display: block;
	color: #273C29;
	text-decoration: none;
	background-position: left center;
}
.thrColFixHdr #mainContent {
	width: 639px;
	background-color: transparent;
	padding: 0px;
	margin-left: 151px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

.thrColFixHdr #mainContent p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #000000;
}


.thrColFixHdr #mainContent h1 {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
.thrColFixHdr #mainContent h2 {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.1em;
}
.thrColFixHdr #mainContent h3 {
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #mainContent a {
	color: #1F3626;
	text-decoration: underline;
}
.thrColFixHdr #mainContent ul li {
	list-style-type: disc;
	font-size: 12px;
}
.thrColFixHdr #mainContent code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1F3825;
}

.thrColFixHdr  #mainContent  #links  ul  li   {
	text-transform: uppercase;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.thrColFixHdr #mainContent .products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4C7054;
	display: block;
	font-weight: bold;
	height: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 10px;
	width: 350px;
}



.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(/images/background_footer.gif);
	background-repeat: no-repeat;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.thrColFixHdr #footer a {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #1B3625;
	text-decoration: underline;
}
.thrColFixHdr .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.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;
}

