body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.main{
    width: 775px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: red;
	border-left-color: red;    
}
.snowy {
	background-color: #FFFFFF;
	background-image: url(../images/trees.jpg);
	background-repeat: no-repeat;
	width: 775px;
}
.errorbox{
    background-color: #FFFFCC;
    border: 1px solid red;
    margin: 15px;
}
.leftbar{
    width: 193px; height: 430px;
}
.content{
    width: 582px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 10px;
}
td.footer {
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-top: 8px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.small{
    font-weight: bold;
    font-size: 8pt;
}
.lrpad{
    margin: 5px 20px 10px 20px;
}
strong{
    text-weight: bold;
	color: #003300;
}
.submit{
    border: 2px outset #006600;
	color: #CC0000;
	background-color: #FFFFFF;
}
.text{
    border: 2px inset #006600;
	color: #CC0000;
	background-color: #FFFFFF;
}
textarea{
    border: 2px inset #006600;
	color: #CC0000;
	background-color: #FFFFFF;
}
/* Adds a red 1px border to the left and right of the header*/
img#header{width: 775px; height: 235px;}

a img#recycle{border: none; text-decoration: none;}

a:link img#recycle{text-decoration: none; border: none;}

a:visited img#recycle{border: none; text-decoration: none;}

a:active img#recycle{border: none; text-decoration: none;}

table#greenornot tr td {padding: 10px;}

a#greenornotlink {float: right; position: relative; top: -17px; left: -15px; color: #003300;}