/* Start of CMSMS style sheet 'Layout' */
<!--
body {
	background-image: url(../images/toolboxheader_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #000;
}

div#container {
	width: 702px;
	margin: 0 auto 30px auto;
	text-align: left;
}

div#header {
	text-align:center;
	padding: 140px 0 20px 0;
}

div#footer {
	border-top: #F06 1px solid;
	padding: 10px 0;
	text-align:center;
	clear:both;
}

div#footer p { padding: 0 0 15px 0; }

div.fdw {
	height:100px;
	left:100%;
	margin-left:-98px;
	position:fixed;
	_position:absolute;
	top:0;
	visibility:visible;
	width:98px;
	z-index: 99999;
}

div#navi { overflow: hidden; }

div#content {
	background-color:#101010;
	padding: 15px 20px 5px 20px;
	overflow: hidden;
}

div#content hr {
	color: #F06;
	background-color: #F06;
	height:1px;
	width: 100%;
	border:0;
	padding-top:1px;
}
div.newsItems { width:210px; padding: 0 5px; float:left;}
div#pageTitle {text-align:center;}

-->
/* End of 'Layout' */

