/* CSS Document */
html {
	overflow: scroll;
	}

* {
	margin:0;
	padding: 0;
	}
	
input[type="submit"]{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}
select{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

input[type="text"]{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

input[type="text"]{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}
	
div {
	
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
	
body {
	margin-left:auto;
	margin-right:auto;
	}

div.pageBody {
width: 950px;
	height:72px;
	background-color:#FFFFFF;
	background-image:url(../art/header_white.png);
	background-repeat: no-repeat;
	vertical-align:top;
	}

img.psLogo {
	margin-left: 0px;
	margin-top: 0px;
	}

div.menuBar {
width: 950px;
	height: 27px;
	background-color:#000000;
	background-repeat:repeat-x;
	z-index:100;
	}
	
div#menuwrapper {
	margin-left: 0px;
	}
	
div.featArea {
width: 950px;
	height: 239px;
	background-color:black;
	z-index:1;
	overflow:hidden;
	}
	
div.contentArea {
width: 950px;
	line-height:1.6em;
	}
	
div.contentMain {
	position: relative;
	width: 562px;
	left: 52px;
	top: 34px;
	margin-left:0;
	margin-right:0;
	}

div.subSub {
	position:relative;
	width:950px;
	height: 16px;
	background-color:#000000;
	}

p.subText{
	padding-left:39px;
	}
	
div.footer {
	position: relative;
	width: 562px;
	left: 52px;
	top: 40px;
	margin-left:0;
	margin-right:0;
	text-align: center;
	}


div.sideBar {
	position: absolute;
	width: 231px;
	left: 687px;
	top: 34px;
	margin-left:0;
	margin-right:0;
	}

div.sideBar table tr td.listItem{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	}
	
div.sideBar a{
	color: #333333;
	text-decoration:none;
	}

div.sideBar a:hover{
	text-decoration:underline;
	}
	
img.heading {
	padding-bottom: 10px;
	}

img.subHeading {
	padding-bottom: 10px;
	}

table.subMenuBar {
	font-family:"Arial Narrow", sans-serif;
	font-size: 14px;
	text-align: center;
	position: relative;
	left: 22px;
	height: 26px;
	}
	
td.subCenter {
	padding-top: 6px;
	}
	
td.subLeft {
	width: 17px;
	}

td.subRight {
	width: 19px;
	}

td.subCenter a{
	text-decoration:none;
	}

td.subCenter a:hover{
	text-decoration:none;
	}

a{
	text-decoration:none;
}
.subSub a {
	color:#ffffff;
	}

.subSub a:hover {
	color:#535353;
	}