@charset "utf-8";
/* CSS Document */



h1, h2, h3, h5, h6, strong {
	font-weight:bold;
}


h1 {
	color:#006633;
	font-size:1.8em;
	margin-top:1.2em;
}

h4 {
	font-weight:normal;
	color:#999;
	font-size:1.4em;
	line-height:0.8em;
	margin-bottom:1em;
}


h2 {
	color:#006633;
	font-size:14pxm;
	line-height:1em;
	margin-bottom:1em;
}

h4 {
	color:#0066FF;
	font-weight:bold;
	font-size:12px;
	line-height:1.2em;
	margin-bottom:1em;
}

h3 {
	color:#009900;
	font-size:12px;
	line-height:1.0em;
	margin-bottom:1em;
}

h3 a {
	color:#006633;
	text-decoration:none;
	font-weight:bold;
}
h3 a:hover{
	text-decoration:underline;
	}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom:0.8em;
	font-size:0.8em;
	text-align:left;
}

a {
	text-decoration:underline;
	font-weight:normal;
	color:#006633;
}

a:hover{
	text-decoration:underline;
	color:#33cc33;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align:right;
	color:#33CC33;
}

#header p {
	line-height:1.0em;
	margin-bottom:0.8em;
	font-size:13px;
	text-align:right;
	color:#004500;
}

#header a {
	color:#33CC33;
	font-weight:normal;
	text-decoration:none;
}
#header a:hover {
	color:#00FF00;
	text-decoration:underline;
}

#footer a {
	color:#33CC33;
	font-weight:normal;
}
#footer a:hover {
	color:#00FF00;
}

#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: 40px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#33CC33;
}


.quote {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	padding-left:10px;
	padding-right:10px;
}

.darkgreen{
color:#009900;
}
