@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: left; /* 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-image: url(images/Hands%20green%207.gif);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 6;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #DDFFDD;
}
.twoColFixRtHdr #container {
	width: 816px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #43C043;
	border-right-color: #43C043;
	border-bottom-color: #43C043;
	border-left-color: #43C043;
} 
.twoColFixRtHdr #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. */
} 
.twoColFixRtHdr #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: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/Greenbackground2.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 4px;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #DDFFDD;
} 
.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: 10px 0;
	border-top-color: #5FC95F;
	border-top-style: solid;
	border-top-width: 2px;
}
.headinglevel2 { /* 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: x-large;
	line-height: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.photoLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.twoColFixRtHdr strong {
	font-style: italic;
}
.ACCLine {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
}
