@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;
	background-color: #F0F0F0;
}
h1 {
	font-size: 125%;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: 240px;
	font-weight: normal;
	margin-left: 32px;
	color: #41AE2F;
	line-height: 1.2em;
}
h2 {
	font-size: 105%;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: 240px;
	font-weight: normal;
	color: #41AE2F;
	margin-left: 32px;
}
a img {
	border:none;
} 
 #container {
	width: 974px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#header2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 234px;
	padding: 0px;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 234px;
	padding-right: 0px;
	padding-bottom: 2.5em;
	width: 740px;
	padding-top: 2.75em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	padding-left: 0px;
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
} 
#mainContent p  {
	margin-right: 240px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #464646;
	font-size: 85%;
	padding-left: 32px;
	padding-right: 32px;
	line-height: 1.4em;
}
#mainContent p a {
	color: #41AE31;
	text-decoration: none;
}
#mainContent p a:hover {
	text-decoration: underline;
}
#mainContent ul li  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #464646;
	font-size: 85%;
	line-height: 1.4;
	margin-left: 32px;
}
#mainContent ul li a {
	color: #41AE31;
	text-decoration: none;
}
#mainContent ul li a:hover {
	text-decoration: underline;
}
#mainContent img  {
	float: right;
	clear: right;
	margin-right: 32px;
	margin-bottom: 50px;
}
 #footer {
	width: 974px;
	margin-left: 0px;
	text-align: right;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 0.45em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #464646;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	font-size: 65%;
	font-family: Helvetica, Arial, sans-serif;
}
#footer a {
	font-family: Verdana, Geneva, sans-serif;
	color: #41AE31;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.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;
}

