@charset "utf-8";
body  {
	background: #1a653c url(images/background-tile.jpg) repeat;
	margin: 0;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.4em;
	font-style: italic;
	color: #1A653C;
}
h2 {
	color: #1A653C;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: .95em;
	font-style: italic;
}
h4 {
	font-size: 0.95em;
	background:#E5FCF0;
	border: 0.05em solid #66CC99;
	padding: .2em;
	color: #1A653C;
}
a:link, a:visited, a:active {
	color: #1A653C;
	text-decoration: none;
}
a:hover {
	color: #66cc99;
	text-decoration: underline;
}

 #container {
	width: 780px;
	background: #FFFFFF;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	background: #FFFFFF url(images/header.jpg) no-repeat;
	padding: 0;  
	height: 250px;
	margin: 0px;
} 
#header img {
	display:block;
}

#navbar ul
{
	margin: 0;
	list-style-type: none;
	text-align: center;
	background: #E5FCF0;
	height: 19px;
	padding: 0.4em 0 0.5em;
	border-top: .05em solid #66CC99;
	border-bottom: .05em solid #66CC99;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a
{
	text-decoration: none;
	padding: 0.4em 2.5em 0.5em;
	color: #1A653C;
	background: #E5FCF0;
	font-size: 0.90em;
	font-style: italic;
	font-weight: bold;
	height: 25px;
}

#navbar ul li a:hover
{
	color: #fff;
	background-color: #66CC99;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding: 20px 10px 10px;
}

#sidebar1 p {
	font-size: 0.8em;
	line-height: 1.4em;
}
#sidebar1 ul {
	font-size: 0.8em;
	margin-left:0.5em;
	padding-left:.5em;
}
#sidebar1 li {
	line-height: 1.6em;
	list-style: disc outside;
}


#mainContent {
	margin: 20px 0 0 250px;
	padding: 5px 20px;
	border-left: .05em solid #66CC99;
} 
#mainContent p {
	font-size: 0.8em;
	line-height: 1.4em;
}
#mainContent ul {
	font-size: 0.8em;
	margin-left:0.5em;
	padding-left:.5em;
}
#mainContent li {
	line-height: 1.6em;
	list-style: disc outside;
}
#mainContent .td {
	text-align: left;
	vertical-align: middle;
	font-size: 0.8em;
}

 #footer {
	padding: 0 10px 0 20px;
	background:#E5FCF0;
	border-top: .05em solid #66CC99;
} 
 #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.3em;
}
/* table used in the contact us email form */
table.emailform {
	font: .8em Arial, Helvetica, sans-serif;
	padding: 1em;
	margin: .05em;
	border-collapse:collapse;
	width: 90%;
	border: 0.1em solid #E5FCF0;
}
td.emailform {
	border: none;
	text-align: left;
	vertical-align: top;
	padding: 0.4em;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.greenbox {
	border: .05em solid #66CC99;
	background: #E5FCF0;
	padding: 0.1em 0.5em;
}
