@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-repeat: repeat-x;
	background-image: url(images/bgbody.png);
	background-color: #6C824B;
}
.thrColFixHdr #bodybg {
	background-image: url(images/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #464E60;
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
} 
.thrColFixHdr #bodybg #container #header ul li {
	display: inline;
	color: #FFF;
	text-decoration: none;
	margin-left: 5px;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-right-style: dotted;
	border-top-color: #AEC4D6;
	border-right-color: #AEC4D6;
	border-bottom-color: #AEC4D6;
	border-left-color: #AEC4D6;
	margin-top: 10px;
	padding-right: 15px;
}
.last {
	padding-right: 10px;
}
.thrColFixHdr #bodybg #container #header ul li a {
	color: #AEC4D6;
	text-decoration: none;
}
.thrColFixHdr #bodybg #container #header ul li a:hover {
	color: #FFF;
	border-top-width: 0.5px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.thrColFixHdr #bodybg #container #header ul {
	display: inline;
	list-style-type: none;
	float: right;
	margin-top: 48px;
}

.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: 100px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 400px;
}
.thrColFixHdr #bodybg #container #sidebar1 ul {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 70px;
}
.thrColFixHdr #bodybg #container #sidebar1 ul li {
	list-style-type: none;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-bottom-style: dotted;
	border-top-color: #6C824B;
	border-right-color: #6C824B;
	border-bottom-color: #6C824B;
	border-left-color: #6C824B;
	padding-bottom: 10px;
	padding-top: 10px;
}
.thrColFixHdr #mainContent {
	width: 700px;
	margin-top: 0;
	margin-bottom: 30;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-weight: normal;
} 
.thrColFixHdr #bodybg #container #mainContent p {
}

.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 #bodybg #container #bottomcontainer #box1 {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-right: 10px;
	margin-top: 50px;
	margin-left: 60px;
}
.thrColFixHdr #bodybg #container #bottomcontainer #box2 {
	float: left;
	width: 180px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-right: 10px;
	font-size: 14px;
	margin-top: 50px;
}
.thrColFixHdr #bodybg #container #bottomcontainer #box4 {
	width: 180px;
	float: right;
	font-size: 14px;
	margin-top: 50px;
	margin-right: 50px;
}
.thrColFixHdr #bodybg #container #bottomcontainer {
	background-color: #FFF;
	height: 250px;
	margin-left: 5px;
}
.thrColFixHdr #bodybg #container #bottomcontainer #box3 {
	float: left;
	width: 180px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 14px;
	margin-top: 50px;
}
.thrColFixHdr #bodybg #container #sidebar1 ul li a {
	color: #6B804B;
	text-decoration: none;
}
.thrColFixHdr #bodybg #container #sidebar1 ul li a:hover {
	color: #92AA6C;
	text-decoration: none;
}
.thrColFixHdr #bodybg #container #bottomcontainer #box1 a {
	text-decoration: none;
	color: #6C824B;
}
.thrColFixHdr #bodybg #container #bottomcontainer #box2 a {
	color: #6C824B;
	text-decoration: none;
}
.thrColFixHdr #bodybg #container #bottomcontainer #box3 a {
	color: #6C824B;
	text-decoration: none;
}
.thrColFixHdr #bodybg #container #bottomcontainer #box4 a {
	color: #6C824B;
	text-decoration: none;
}
.thrColFixHdr #bodybg #container #mainContent p a {
	color: #6C824B;
	text-decoration: none;
}
.thrColFixHdr #bodybg #container #mainContent p a:hover {
	color: #8DA767;
	text-decoration: none;
}
.thrColFixHdr #bodybg #container #mainContent h1 {
	font-size: 24px;
	font-weight: lighter;
	text-transform: none;
	color: #525D6C;
}
.thrColFixHdr #bodybg #container #mainContent p {
	font-weight: normal;
}

