@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	height: 95px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #48a300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #48A300;
}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B442C;
	line-height: 1.25;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b442c;
	font-size: 36px;
	font-weight: normal;
}
#header  h2   {
	color: #48a300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: -10px;
}
#mainContent  {
	padding: 0;
	margin-bottom: 25px;
}
#mainContent p {
	margin-right: 10px;
	margin-left: 10px;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #48a300;
	font-size: 18px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}
#mainContent h2 {
	color: #5B442C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}
#footer  {
	padding: 0 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #48A300;
	border-bottom-color: #48A300;
}
#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 */
	color: #5b442c;
	font-size: 11px;
	text-align: center;
}
#editableZone #rightGutter {
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #48A300;
	padding-left: 10px;
	height: 100%;
}
#editableZone #rightGutter p {
	font-size: 11px;
	color: #48A300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #48A300;
	padding-bottom: 10px;
}
#editableZone #rightGutter h1 {
	color: #5B442C;
	font-size: 14px;
	font-weight: normal;
}
#editableZone {
	width: 733px;
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#editableZone #topEditableZone {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #48A300;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#editableZone #topEditableZone p {
	margin: 0px;
	padding: 0px;
}


#editableZone a {
	color: #48A300;
	text-decoration: underline;
}
#editableZone a:link {
	color: #48A300;
}
#mainContent #editableZone a:hover {
	color: #5B442C;
}
#editableZone  #intro {
	background-color: #48A300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 7px;
}

#editableZone   #intro p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#editableZone   #intro h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


#editableZone a:visited {
	color: #48A300;
}
#editableZone a:active {
	color: #000000;
}
#editableZone p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#editableZone h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #48a300;
	font-size: 18px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	margin: 0px;
	padding: 0px;
}
#editableZone h2 {
	color: #5B442C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
		margin: 0px;
	padding: 0px;
}
#editableZone #maincopy {
	margin-right: 10px;
	margin-left: 10px;
}

#intro a {
	text-decoration: underline;
}
#intro a:link {
	text-decoration: none;
	color: #99FF00;
}
#intro a:hover {
	text-decoration: none;
	color: #000000;
}
#intro a:visited {
	text-decoration: none;
	color: #99FF00;
}
#intro a:active {
	text-decoration: none;
	color: #000000;
}

