/* CSS Document */

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #000099;
}
#wrapper {
	margin: 10px auto;
	padding: 0px;
	width: 775px;
	border: thin solid #FFCC33;
}
#MastHead {
	height: 100px;
	overflow:hidden;
}
#MastHead span {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: -3000px;
}

#Footer {
	font-size: 80%;
	color: #000000;
	background: #CCCCCC center top;
	text-align: center;
	width: auto;
	clear: both;
	border-top: thin solid #FC3;
	padding: 10px;
}
#MenuButtons {
	float: left;
	height: 290px;
	overflow: hidden;
	width: 464px;
}
#Content {
	background: url(../images/SPContent.gif) no-repeat right top;
	height: 260px;
	width: 281px;
	float: right;
	padding: 15px;
	overflow: hidden;
	text-align: right;
}
#Content p {
	background: none;
	font-size: 14px;
}
.floatright {
	float: right;
	clear:none
}
#Content h2 {
	font: bold 18px "Courier New", Courier, monospace;
	color: #0000FF;
	background: none;
	border-bottom: 1px solid #999999;
}
#Content a {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}
#Content a:hover, #Content a:focus {
	color: #FF9900;
	font-weight: bold;
}
