@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	background: #FFF url(imgs/shadow.gif) center repeat-y;
	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: #000;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	background: #00532A;
	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. */
}
.twoColFixRtHdr #sidebar1 {
	font-size: 12px;
	float: right; /* since this element is floated, a width must be given */
	width: 373px;
	margin: 10px 10px 0 0;
}
.twoColFixRtHdr # img {
	padding: 0 0 8px 0;
}
.sb1content {
	background: #CEDFBC;
	padding: 1px 10px;
	margin: 15px 0;
}
.twoColFixRtHdr #mainContent {
	margin: 15px 393px 0 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
}
.twoColFixRtHdr #mainContent .title {
	color: #017959;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	line-height:1.7em;
}
.twoColFixRtHdr #mainContent .linkbox {
	display: block;
	color:#000;
	width: 353px;
	background-color: #CEDFBC;
	padding: 4px 8px;
	text-decoration:none;
	font-weight: normal;
	margin-bottom: 15px;
	border: #CEDFBC solid 4px;
}
.twoColFixRtHdr #mainContent .linkbox:hover {
	border: #017959 solid 4px;
}
.twoColFixRtHdr #sidebar1 .title {
	color: #017959;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	line-height:1.7em;
}
.twoColFixRtHdr #sidebar1 .linkbox {
	display: block;
	color:#000;
	width: 349px;
	background-color: #CEDFBC;
	padding: 4px 8px;
	text-decoration:none;
	font-weight: normal;
	margin-bottom: 15px;
	border: #CEDFBC solid 4px;
}
.twoColFixRtHdr #sidebar1 .linkbox:hover {
	border: #017959 solid 4px;
}

h1 {
	font-size:24px;
	color:#017959;
	padding-top: 10px;
}
h2 {
	font-size:18px;
	margin: 15px 0 0 0;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CEDFBC;
	font-size:10px;
	color:#666;
}
.twoColFixRtHdr #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: 7px 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:0 0 10px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin:0 10px 10px 0;
}
.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;
}
.links a {
	color: #017959;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.links a:hover {
	color: #01926C;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.bigLnks a {
	color: #017959;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	line-height:1.6em;
}
.bigLnks a:hover {
	color: #01926C;
	font-size: 18px;
	font-weight: bold;
	text-decoration:underline;
	line-height:1.6em;
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
