@charset "UTF-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}


html>body {
			font-size: 16px; 
			font-size: 68.75%;
		} /* Reset Base Font Size */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #61595b;
	font-size: 68.75%;
}
.thrColFix #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* 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: #e4dfd8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */

}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 273px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent { 
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#dcd5c9;
	
	
}
.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;
}


.thrColFix #footer {
background-color:#8b867d;
text-align:center;
color:#ffffff;
font-size:10px;
}



.thrColFix #footer a:link {
	color: #ffffff; text-decoration:none
}
.thrColFix #footer a:hover {
	color: #ffffff; text-decoration:underline
}







.thrColFix #navMenu {
width:100%; 
height:53px;
background-image:url(/_elements/art/menuFill.jpg);
text-align:center;
padding-top:37px;
}


.thrColFix #navMenuTest {
width:100%; 
height:53px;
background-image:url(/_elements/art/menuFill.jpg);
text-align:center;
padding-top:37px;
}

.thrColFix #navMenu img{
margin-right:68px;
}


.thrColFix #navMenuTest img{
margin-right:92px;
}

.inputBox {
	color: #90662b;
	background: #c8d5e0;
	border: 1px solid #cbb48b;
	width: 130px;
	height: 15px;
	margin: 0;
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align: middle;
	font-weight: normal;
}

a{ color:#61595b; outline: none;}
a, a:link, a:visited { 	
	text-decoration:none;
}
a:hover, a:active { 	
	text-decoration:underline;
}

.headlineTxt{
font-size:13px;
font-weight:bold;

}





#container3 {
    float:left;
    width:100%;
    background:#246b99;
    overflow:hidden;
    position:relative;
}
#container2 {
	float:left;
	width:100%;
	background:#dcd5c9;
	position:relative;
	right:273px;
}
#container1 {
	float:left;
	width:100%;
	background:#e4dfd8;
	position:relative;
	right:357px;
}
#col1 {
	float:left;
	width:310px;
	position:relative;
	left:650px;
	overflow:hidden;
}
#col2 {
	float:left;
	width:310px;
	position:relative;
	left:690px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:273px;
	position:relative;
	left:718px;
	overflow:hidden;
}



* html #sidebar1{
margin-right: -3px; }

* html #sidebar2{
margin-left: -3px; }