/*This is the core style sheet of the site.*/

body
{
color: #666666;
background-color: #d0d9cc;
font-family: Verdana, Helvetica, Ariel, sans-serif;
font-size: 1em;
background-image: url(images/dgren021.jpg);
margin: 0;
line-height: 1.5em;
}

h1 {
	font-size: 1.2em;
}

#special {
	text-align: center;
}

h2 {
	font-size: 1.1em;
}

#new-year {
	text-align: center;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p {
	font-size: .8em;
	text-align: justify;
	line-height: 1.7em;
}

#pledge {
	text-align: center;
	font-style: italic;
	line-height: 1.7em;
}

.quote {
	text-align: center;
}

p.footer{
	line-height: 1.3em;
	font-size: x-small;
	text-align: center;
	color: #465679;
	background-color: transparent;
	font-weight: bold;
}

#footer {
	height: 120px;
	width: 581px;
	margin-left: 198px;
	padding-top: 5px;
	background-image: url(images/ferns1.jpg);
	background-position: center center;
}

#footer a:visited {
	color: #cccccc;
	background-color: transparent;
	text-decoration: underline;
}

#footer a:link {
	color: #cccccc;
	background-color: transparent;
	text-decoration: underline;
}

#footer a:hover {
	color: #cccccc;
	background-color: #999999;
}

#footer a:active {
	color: #cccccc;
	background-color: transparent;
	text-decoration: underline;
}

#main-text a:visited {
	color: #666666;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#main-text a:link {
	color: #666666;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#main-text a:hover {
	color: #cccccc;
	background-color: #999999;
	font-weight: bold;
}

#main-text a:active {
	color: #666666;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#header p {
	font-size: .6em;
}

#content {
	position: relative;
	width: 779px;
}

#navigator {
	position: absolute;
	background-color: transparent;
	width: 180px;
	top: 0px;
	left: 0px;
	padding-top: 0px; 
	padding-right: 8px; 
	padding-bottom: 8px;
	padding-left: 13px;
	text-align: center;
}

.housebutton {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
}

p.housebutton a, p.housebutton a:visited {
	padding: 1px;
	text-decoration: none;
	display: block;
	color: #cccccc;
	line-height: 1.6em;
	background-color: #809980;
	border-top: 5px #A9BC9E solid;
	border-left: 5px #A9BC9E solid;
	border-bottom: 5px #666666 solid;
	border-right: 5px #666666 solid;
}

p.housebutton a:hover {
	background-color: #999999;
	color: #cccccc;
	border-top: 5px #7E7E76 solid;
	border-left: 5px #7E7E76 solid;
	border-bottom: 5px #B2B4AF solid;
	border-right: 5px #B2B4AF solid;
}

#main-text {
	background-image: url(images/green-paper.jpg);
	border: 2px #667E66 solid;
	margin-left: 198px;
	padding: 10px;
}

ul li {
	list-style-image: url(images/Twinkle1.gif);
	line-height: 1.2em;
	font-size: .8em;
	text-align: justify;
}

li {
	margin: 1em 0;
}

#outer-image {height: 120px;
	background-image: url(images/dgren021.jpg);
	background-position: center top;
	padding: 0;
	border-bottom: 2px #667e66 solid;
}

#inner-image {height: 120px;
	background-image: url(images/logo.jpg);
	background-position: 198px 0px;
	background-repeat: no-repeat;
}

IMG.right-floating {
	float: right;
	padding: 8px;
	margin-top: 8px;
	margin-left: 10px;
	border: #465679 thick double;
}

img.left-floating {
	float: left;
	padding: 8px;
	margin-top: 8px;
	margin-right: 10px;
	border: #465679 thick double;
}

p.copyright {
	font-size: .6em;
	text-align: right;
}

.goback {
	font-size: .6em;
	font-weight: bold;
	text-align: right;
}

ol li {
	line-height: 1.2em;
	font-size: .8em;
}

img.left-emphasis {
	float: left;
}

img.right-emphasis {
	float: right;
	margin-right: 73px;
	padding: 0;
}

.writers-needed {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}

.writers {
	font-size: .8em;
}

.newcomer {
	text-align: center;
}

hr{ text-align: center; width: 60%; height: 2px; color: #B2B4AF; border: none; } /* For Internet Explorer */
html>body hr { margin: auto; width: 60%; height: 2px; background-color: #B2B4AF; border: none; } /* For Gecko-based browsers */
html>body hr { margin: auto; width: 60%; height: 2px; background-color: #B2B4AF; border: 0px solid #B2B4AF; } /* For Opera and Gecko-based browsers */

.counter {
	padding-left: 15px;
}

#urgent {
 	color: #dc143c;
	background-color: transparent;
}




