@charset "utf-8";
body  {
	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: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 15px;
	background-color: #000000;
	background-image: url(../images/bkcolor.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColFixHdr #container {
	width: 1005px;  /* 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;
} 
.thrColFixHdr #header { 
	background: #ffffff; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.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 #toprow {
	background: #ffffff;
	padding: 0;
	height: 154px;
} 

.thrColFixHdr #toprowch2 {
	background: #ffffff;
	padding: 0;
	height: 185px;
	margin: 0px;
} 

.thrColFixHdr #toprowch {
	background: #000000;
	padding: 0;  /* 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. */
	height: 103px;
	width: 1005px;
} 

.thrColFixHdr #toprow2 {
	background: #000000;
	padding: 0;  /* 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. */
	height: 101px;
	width: 1005px;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 159px; /* padding keeps the content of the div away from the edges */
	background-color: #ffffff;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
}

.thrColFixHdr #sidebar1CH {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	background-color: #ffffff;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	padding-right: 10px;
}

.thrColFixHdr #sidebar3CH {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	background-color: #ffffff;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	background-color: #ffffff;
	margin-top: 12px;
	width: 500px;
	padding-left: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
}

.thrColFixHdr #sidebar2CH {
	float: right; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	width: 575px;
	padding-left: 15px;
}

.thrColFixHdr #mainContent {
	margin-right: 522px;
	margin-bottom: 0px;
	margin-left: 179px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
} 

.thrColFixHdr #mainContentCH {
	margin-top: 0;
	margin-right: 610px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 



.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #ffffff;
} 
.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 */
}
.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;
}

.indentpic {
	margin-left: 179px;
	float: left;
	width: 298px;
	padding-right: 15px;

}

.indenttextblock {
	margin-left: 412px;
	width: 550px;
	padding-right: 16px;

}

.indenttextblock2 {
	margin-left: 179px;
	width: 550px;
	padding-right: 16px;
	font-size: 22px;
	font-weight: bold;
	color: #d95129;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


.headerCH {
	margin-top: 0;
	padding-top: 0;
	width: 550px;
	font-size: 22px;
	font-weight: bold;
	color: #d95129;

}


.headerCH2 {
	width: 550px;
	font-size: 22px;
	font-weight: bold;
	color: #d95129;
	margin-top: 47px;
	padding-top: 0;

}
.amp {
	font-family: Verdana, sans-serif;
	font-size: 15px;
}

#textbox {
	padding: 0px;
	background-color: #d95129;
	width: 298px;
	margin: 0px;
	border: 0;
	
}

#textboxor {
	background-color: #d95129;
	width: 280px;
	margin: 0px;
	color: #dadbdd;
	border: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	
}

#textbox2 {
	position: relative;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 291px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #d95129;
	padding-right: 0px;
	padding-left: 7px;
	
}


a:link {text-decoration: none; color: #014b25; font-weight: bold; }
a:visited {text-decoration: none; color: #014b25; font-weight: bold; }
a:active {text-decoration: none;  color: #014b25;  font-weight: bold; }
a:hover {text-decoration: none;  color: #d95129; font-weight: bold; }

.top {
	margin-top: 0;
	padding-top: 12px;
	color: #003e1e;
	font-weight: bold;
	font-style: italic;

}

.grcolor {

color: #003e1e;
font-weight: bold;
}

.orcolor {

color: #d95129;
font-weight: bold;
}

img {
border: 0px;
}

.ptop {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.ptopCH {
	margin: 0;
	padding: 0;
	border: 0;
	width: 202px;
	position: relative;
	left: 30px;

}

.ptopCH2 {
	border: 0;
	width: 202px;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	top: 120px;
	padding: 0px;
	left: 30px;

}

 hr {
	background-color: #e4643f;
	width: 85%;
	margin-bottom: 10px;
	border: thin solid #e4643f;
	text-align: center;
	
}

