@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
} 
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 34px;
	position: relative;
	clear: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 5px;
	position: relative;
	margin-top: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 285px;
	margin-bottom: 0;
	margin-left: 285px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.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;
}
.thrColFixHdr #headertop {
	width: 400px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-left: 285px;
}
.leftsidetext {
	font-size: 10px;
	line-height: 1.9em;
}
.headtext {
	padding-left: 5px;
	float: left;
}
.rightsidetext {
	font-size: 10px;
	line-height: 1.35em;
	padding-right: 20px;
	padding-top: 0px;
}
.thrColFixHdr #headertopleft {
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}
.thrColFixHdr #centerfoot {
	width: 600px; /* padding keeps the content of the div away from the edges */
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 250px;
	clear: both;
}
.centertext {
	font-size: 80%;
}
.menutext {
	text-decoration: none;
	padding-left: 5px;
}
.menutext a:link {
	color: #000000;
	text-decoration: none;
}
.menutext a:visited {
	color: #000000;
	text-decoration: none;
}
.menutext a:hover {
	color: #6699CC;
	text-decoration: none;
}
.menutext a:active {
	color: #66CC99;
	text-decoration: none;
}
.thrColFixHdr #headertopright {
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: right;
	margin-right: 17px;
}
.boxtext {
	padding: 7px;
	border: thin solid #000000;
	margin-left: 7px;
}
.boxtext a:link {
	font-size: 90%;
	color: #666666;
	text-decoration: none;
}
.boxtext a:visited {
	color: #999999;
	text-decoration: none;
}
.boxtext a:hover {
	color: #3366CC;
	text-decoration: none;
}
.boxtext a:active {
	color: #999999;
	text-decoration: none;
}
#headleftbox {
	float: left;
	width: 675px;
	clear: left;
	margin-left: 20px;
	position: relative;
}
#headrightbox {
	margin-right: 10px;
	margin-left: 697px;
	padding: 0px;
	clear: none;
}
.activeicon {
	padding-left: 35px;
}
.requesttext {
	font-size: 75%;
}
.nopad {
}
.imagepad {
	padding-top: 10px;
}
.thrColFixHdr #headertopright {
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
	margin-right: 10px;
}
.thrColFixHdr #contactform {
	width: 600px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 30px;
	position: relative;
}
.formtext {
	padding-top: 40px;
	padding-left: 25px;
}
.spacerbox {
	width: 100%;
	clear: both;
	height: 18px;
	padding-left: 26px;
	padding-top: 4px;
}
.thrColFixHdr #container #header #headlfull {
	width: 915px;
	margin-left: 20px;
}
.contacttext {
	font-size: 80%;
	padding-top: 8px;
	padding-left: 28px;
	padding-bottom: 20px;
}
.thrColFixHdr #rightcolumnfoot {
	width: 250px;
	position: relative;
	border-left-color: #000000;
	margin-top: 175px;
	padding: 0px;
}
.foottext {
	font-size: 60%;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 110%;
}
.foottext2 {
	font-size: 60%;
}
.rightsidewraptext {
	line-height: 1.7em;
	font-size: 10px;
	padding-bottom: 10px;
}
.introspacerbox {
	height: 10px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 275px;
}
