@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: 100%;
	background-color: #FFFFFF;
	background-image: url(imageskrl/bkgr_body.png);
	background-repeat: repeat-x;
	background-position: top;
}
.thrColFixHdr #container {
	width: 902px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E8F3F9;
} 
.thrColFixHdr #header {
	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. */
	background-image: url(imageskrl/bkgrd_head.jpg);
	height: 179px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
} 
.thrColFixHdr #footer {
	padding: 5px 10px 0 20px;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #999999;
	margin-top: 10px;
} 
.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;
}
.maintext {
	font-size: 12px;
}
.maintext a:link {
	color: #006600;
	text-decoration: none;
}
.maintext a:visited {
	color: #006600;
	text-decoration: none;
}
.maintext a:hover {
	color: #FF6633;
	text-decoration: none;
}
.maintext a:active {
	color: #006600;
	text-decoration: none;
}
.leftnav {
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	display: block;
	width: auto;
	background-color: #00FF00;
	height: 20px;
	padding-top: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.leftnav a:link {
	text-decoration: none;
	background-color: #999999;
	width: 100%;
	background-repeat: repeat;
}
.leftnav a:visited {
	text-decoration: none;
}
.leftnav a:hover {
	text-decoration: none;
	background-color: #CC9933;
}
.leftnav a:active {
	text-decoration: none;
}
.thrColFixHdr #container #menuBox {
	background-color: #66FF00;
	height: 20px;
	width: 150px;
	padding-left: 10px;
	padding-top: 6px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.thrColFixHdr #container #sidebar1 .links a :link {
	text-decoration: none;
	color: #993300;
}
.thrColFixHdr #container #menuBox2 {
	background-color: #66FF33;
	height: 20px;
	width: 150px;
	padding-left: 10px;
	padding-top: 6px;
	margin-top: 2px;
}
.thrColFixHdr #container #sidebar1 #menuBox a:link {
	background-color: #999966;
}
#sectionLinks {
	font-size: 90%;
	position: relative;
	overflow: auto;
}
#sectonLinks h3 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#sectionLinks a:link {
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#sectionLinks a:visited {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#sectionLinks a:hover {
	background-color: #dddddd;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bigbold {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.smalltext {
	font-size: 12px;
	color: #033808;
}
.biggreen {
	font-size: 18px;
	font-weight: bold;
	color: #033808;
}
.text14 {
	font-size: 14px;
	font-weight: bold;
}

