body {
	padding: 0px;
	margin: 0;
	background-color: #ffffff;
	color: #444444;
	letter-spacing:0.075px;
}

#plaintext {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	color: #00902E;
	font-size: 11px;
	text-decoration: none;
}

#header {
	width: 1000px;
	background-color: #B5BDBD;
	position: relative;
	z-index: 200;
	margin: auto;
}

#headercol {
	position: relative;
	width: 960px;
	height: 100px;
		margin: 0 auto;
	}

#searchbox {
	position: absolute;
	width: 300px;
	height: 90px;
	left: 660px;
	top: -60px;
	background: url(../images/psearchback.gif) no-repeat;
}

#searchcriteria {
	position: absolute;
	top: 19px;
	left: 22px;
	width: 218px;
	border: 0;
	outline: 0;
	background: #ffffff;
}

#searchsubmit {
	position: absolute;
	top: 17px;
	left: 258px;
	width: 24px;
	height: 24px;
}

#searchtoggle {
	position: absolute;
	display: block;
	top: 63px;
	left: 160px;
	width: 128px;
	height: 16px;
	color: #ffffff;
	cursor: pointer;
	background: url(../images/psearchclode.gif) no-repeat 114px 16px;
}

#header h1 {
	display: block;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 100px;
	background: url(../images/s2dlogo.jpg) no-repeat;
}

#header h1 span {
	display: none;
}


#main {
	width: 1000px;
	border-top: 1px solid #00902E;
	background-color: #f7f7f7;
	margin: auto;
}

#mainbox {
	width: 960px;
	padding: 20px 0;
		margin: 0 auto;
	}

#sidebarbox {
		float: left;
		width: 250px;
	background: #ffffff url(../images/psidebarback.gif) repeat-y;	
}

#sidebartop {
	width: 250px;
	height: 10px;
	background: #ffffff url(../images/psidebar.gif) no-repeat 0 0;	
	font-size: 1px;
}

#sidebarbottom {
	width: 250px;
	height: 10px;
	background: #ffffff url(../images/psidebar.gif) no-repeat 0 -10px;	
	font-size: 1px;
}

#sidebar {
	padding: 10px 20px;
}

#content {
		float: right;
		width: 955px;
}

#breadcrumbs {
	text-align: right;
	padding-bottom: 4px;
}

#breadcrumbs a {
	color: #444444 !important;
	font-weight: normal !important;
}

#breadcrumbs a:hover {
	text-decoration: none !important;
	color: #B5BDBD !important;
}


#footer {
	border-top: 1px solid #e0e0e0;
	width: 1000px;
	margin: auto;
	padding-top: 20px;
	background-color: #ffffff;
		text-align: center;
		color: #444444;
}

#footer a {
	color: #444444;
	text-decoration: none;
}

#footer a:hover {
	color: #B5BDBD;
}