BODY {
	margin: 0px;
	padding: 0px;
	min-width: 850px;
	background-color: #A9ABA2;
}

#plaintext {
	display: block;
	float: right;
	padding: 0px 10px 0px 10px;
	color: #dddddd;
	font-size: 11px;
	text-decoration: none;
}

#topborder {
	width: 100%;
	height: 30px;
	background : #F6F6F0 url(../images/pborder.gif) repeat-x;
}

#mainbox {
	background : #F6F6F0 url(../images/pbackdrop.gif) repeat;
}

#logo {
	background : #F6F6F0 url(../images/s2dlogo.jpg) no-repeat;
	width: 75px;
	height: 100px;
	position: absolute;
	top: -30px;
	left: 0;
}

#header {
	background : url(../images/phead.gif) no-repeat 0px 15px;
	width: 860px;
	height: 70px;
	margin: 0px 0px 20px 100px;
}

div.mainnav {
	display: block;
	width: 172px;
	height: 75px;
	float: left;
	overflow: hidden;
	padding: 0px 20px 10px 0px;
	color: #8E8E8A;
	line-height: 140%;
}

a.mainnav {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	color: #42423F;
	padding: 0 0 2px 0;
}

a.sel {
	color: #ff0001;
}

a.nav {
	text-decoration: none;
	color: #8E8E8A;
}

a.nav:hover, a.mainnav:hover {
	color: #000000;
}

#subnav {
	padding: 0 0 20px 0;
	margin: 0;
	color: #8E8E8A;
}

#subnav a {
	text-decoration: none;
	color: #8E8E8A !important;
	font-weight: normal !important;
}

#maincol {
	position: relative;
	width: 960px;
		margin: 0 auto;
		padding: 0;
}

#content {
	width: 690px;
	padding: 0;
	margin: 0;
		float: left;
    padding-right: 40px;
	}

#sidebar {
	width: 230px;
	padding: 0;
	margin: 0;
		float: right;
		}

.clearer {
	clear: both;
}

#footer {
		text-align: center;
		background : url(../images/ppat.gif) repeat-x;
	padding: 20px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#searchbox {
	position: absolute;
	left: 760px;
	top: 20px;
	width: 200px;
	height: 30px;
	background : url(../images/psearchbox.gif) no-repeat;
}

#searchcriteria {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 155px;
	border: 0;
	outline: 0;
	background-color: #ffffff;
}

#searchsubmit {
	position: absolute;
	top: 5px;
	left: 175px;
}