body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana,
sans-serif;
	font-size: 12px;
	color: #D7721B;
	background-repeat: repeat-x;
	margin: 22px;
}
 
a {
	color: #E86C0B;
	font-weight: bold;
}
.footer {
	letter-spacing: .1em;
	color: #FEFAD6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.footer a {
	letter-spacing: .1em;
	font-weight: bold;
	color: #FCD84C;
}
.footer  a:hover {
	letter-spacing: .1em;
	font-weight: bold;
	text-decoration: underline;
	color: #FDF7A3;
}
.solarinline {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	background-repeat: no-repeat;
	display: inline-block;
	font-weight: lighter;
	color: #FCF787;
	text-align: right;
	text-decoration: none;
	float: right;
	padding-right: 22px;
	padding-bottom: 12px;
}
.downinline {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.95em;
	display: inline-block;
	color: #4D6836;
	text-align: right;
	text-decoration: none;
	float: right;
	padding-right: 0px;
	padding-bottom: 12px;
	position: absolute;
	top: 300px;
	right: 0px;
	line-height: 0.8em;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.20em;
	color: #324000;
	line-height: 1.1em;
	word-spacing: 0.1em;
	display: block;
	font-style: italic;
	padding-top: 8px;
	padding-right: 26px;
	padding-bottom: 6px;
	padding-left: 22px;
}
.content {
	color: #E46C11;
	padding: 12px;
	text-align: left;
}
.content a:hover {
	text-decoration: underline;
	color: #FF8000;
}
/* End hide from IE-mac */

/* /CLEARFIX */
.copy {
	color: #E46C11;
	padding: 12px;
	text-align: left;
}
.copy a {
	color: #8B9742;
	font-weight: bold;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
	color: #FF8000;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	padding-left: 20px;
	color: #E4771D;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	padding-top: 8px;
	color: #8B9742;
	text-align: left;
	padding-left: 20px;
}

h3 {
	font-size: 1em;
	color: #737C36;
	display: inline;
	padding-top: 10px;
}

h4 {
	font-size: 1.1em;
	color: #A54515;
	padding: 0px;
	margin-top: 14px;
	margin-bottom: 0px;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

blockquote {
	padding: 0 0.5em;
	margin: 0;
	
}

.forms {
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	border: 2px solid #FFF481;
	font-weight: bold;
	background-color: #EC6D06;
	font-size: 12px;
	}
	
#submit {
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #FFCC66;
	background-color: #526BFF;
	}
