@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: #333;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/bg_body.png);
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #271E59;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.thrColFixHdr #container #top-menu {
	background-color: #7AA33F;
	padding-left: 50px;
}


.thrColFixHdr #header {
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	height: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 900px;
} 

.thrColFixHdr #container #header p {
	margin-top: 230px;
	margin-left: 340px;
	text-decoration: none;
}

.thrColFixHdr #header h1 {
	font-size: 14px;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #container #sidebar1 a {
	color: #7BA540;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #72983B;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent p a {
	color: #7BA540;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent p a:hover {
	color: #7BA540;
	text-decoration: underline;
}

.thrColFixHdr #container #mainContent h1 {
	color: #7AA33F;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-weight: lighter;
	color: #7AA33F;
	text-align: center;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	color: #7BA540;
	height: auto;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: dotted;
	border-top-color: #7AA33F;
	border-right-color: #7AA33F;
	border-bottom-color: #7AA33F;
	border-left-color: #7AA33F;
	color: #333;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #558114;
	border-right-color: #558114;
	border-bottom-color: #558114;
	border-left-color: #558114;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	text-align: center;
}
.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 #container #sidebar1 h3 a {
	color: #7AA33F;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent p a:visited {
	color: #769D3D;
	text-decoration: underline;
}
