body {
	background: #000000;
	text-align:center;
	margin: 5px 0px 0px 0px;
	padding: 0;
	}

div {
	border-style: dotted;
	border-color: #999900;
	border: none;
	}

img {
	margin: 0px;
	border: none;
	}


#outbox {
	width: 100%;
	margin: 0px auto;
	}

#inbox {
	width: 806px;
	margin: 0px auto;

	}

#header {
	width: 806px;
	height: 199px;
	background: url(images/header.gif);
	background-repeat: no-repeat;
	}

#logo {
	background-image: url(images/SPBlogo.gif);
	float: left;
	width: 375px;
	height: 51px;
	margin-top: 15px;
	margin-left: 15px;
	}

#board {
	background-image: url(images/snowplowboard.gif);
	margin-right: 15px;
	float: right;
	width: 177px;
	height: 200px;
	}

#content {
	background-image: url(images/whitebg.gif);
	background-repeat: repeat-y;
	}

#nav {
	width: 150px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	}


#link {
	display: block;
	width: 140px;
	height: 32px;
	font: bold italic 10pt/12pt arial, sans-serif;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 6px;
	background: url(images/redbox.gif) no-repeat 0 0;
	}

#link:hover {
	background-position: 0 -32px;
	background: url(images/graybox.gif) no-repeat 0 0;
	color: #000000;
	}


#static {
	display: block;
	width: 140px;
	height: 32px;
	font: bold italic 10pt/12pt arial, sans-serif;
	color:#000000;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 6px;
	background: url(images/graybox.gif) no-repeat 0 0;
	}

#rside {
	width: 203px;
	margin-right: 10px;
	text-align: center;
	float: right;
	}

#text {
	width: 380px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	text-align:left;
	}



#gray { height: 320px;
	width: 806px;
	background: url(images/graybg.gif);
	background-repeat: repeat-y;
	text-align: left;
	clear: both;
	}

#grayl {
	float:left;
	margin-left: 10px;
	}

#grayr {
	float: right;
	margin-right: 10px;
	}

#disclaimer {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 7pt; 
	clear: both;
	}


#footer {
	width: 806px;
	height: 11px;
	background: url(images/Footer.gif);
	background-repeat: no-repeat;
	}

.p {
	font: normal 10pt/12pt verdana, sans-serif; color: #000000;
	}
p {
	font: normal 8pt/16pt verdana, sans-serif; color: #000000;
	}

p b {
	font-weight: bold;}

blockquote {
	font: normal 8pt/15pt verdana, sans-serif; color: #000000;
	}


blockquote e {
	font: italic 8pt/15pt verdana, sans-serif; color: #ff0000;
	}

a {font-family: arial, sans-serif;}

a:link {font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
a:visited {
	text-decoration:none;
	color: #000000;
	}

a:hover {
	text-decoration:underline;
	color: #ff0000;
	}
a:active {
	text-decoration:none;
	color: #ff0000;
}