<style type="text/css">

/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}	


body {
	background-color: #000000;
	font-family: "Helvetica Neue", "Neue Helvetica", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	background-image: url('/images/tree_bg2.jpg'); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

body p{
	margin: 10px 0px 10px 20px;
}

#header {
	padding: 0px;
	padding-bottom: 10px;
	height: 22px;
	font-size: 80%;
	text-align: right;
	color: #777777;
}

#centercol {
	width: 800px;
	border: 0px;
	margin: 25px auto 0px auto;
	color: #346038;
}

#centercol a{
	color: #7C1929;
}

#centercol a:hover, #centercol a:focus{
	color: #b5274e;
}

#nav {
	height: 250px;
	width: 780px;
	padding: 10px;
	background-color:#dcefdd;
	background-image: url('/images/spc_header.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#nav p{
	padding-left: 25px;
	padding-top: 15px;
	color: #dcefdd;
}

#nav a{
	color:#7C1929;
	text-decoration: none;
}

#nav a:hover, #nav a:focus{
	color: #b5274e;
	text-decoration: none;
}

#footer {
	padding: 20px;
	padding-top: 10px;
	height: 22px;
	font-size: 80%;
	text-align: center;
	color: #dcefdd;
}

#footer a{
	color: #dcefdd;
	text-decoration: none;
}

#footer a:hover, #footer a:focus{
	color: #b5274e;
	text-decoration: none;
}

.wrapper {
	background-color: #dcefdd;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
}

.wrapper a {
	color: #b5274e;
	text-decoration: none;
}

.wrapper a:hover, .wrapper a:focus {
	color: #b5274e;
	text-decoration: none;
}


.headtitleborder {
	border-top: 3px #346038 double;
	border-bottom: 2px #346038 solid;
	width: 760px;
}

.headtitle {
	color: #346038;
	font-size: 140%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 130%;
	float: left;
}

.rightimage {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#titlenav {
	color: #346038;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	float: right;
	margin-top: 3px;
}

#titlenav a {
	color: #7C1929;
	text-decoration: none;
	font-size: 100%;
	text-transform: none;
	
}

#titlenav a:hover, .titlenav a:focus {
	color: #b5274e;
	text-decoration: none;
	
}

.clearit {
	clear: both;
}
	
</style>