/* BODY */

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
}

#body, #page {
	margin: 0 190px 0 0;
	padding: 1.5em 3em 0em 1em;
}

#body *:first-child, #page *:first-child {
	margin-top: 0;
}


/* HEADER */
#hd {
	background: url(images/psfd-masthead-bg.jpg) left top repeat-x;
	height: 90px;
}
#hd h1 {
	display: block;
	position: relative;
	overflow: hidden;
	width:700px;height:90px;
	margin: 0;
	background: url(images/psfd-masthead.jpg) left top no-repeat;
}
#hd h1 a {
	position: absolute;
	width:700px;height:0;
	padding-top:90px;
}


/* SIDEBAR */

#sidebar {
	position: absolute;
	top: 90px;
	right: 0px;
	border-left: 1px solid #ffffff;
	background-color: #eeeeee;
}

#sidebar div.section {
	width: 190px;
	padding: 1em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d9d9d9;
}

#sidebar div.section h3 {
	font-weight: bold;
	font-size: 110%;
}

#sidebar *:first-child {
	margin-top: 0;
}

#sidebar *:last-child {
	margin-bottom: 0;
}

#sidebar div.section ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#sidebar div.section ul ul {
	padding-left: 1.5em;
	list-style-type: square;
}

#sidebar div.section li {
	padding: 0px;
	margin: 0px;
	font-size: small;
}

#sidebar div.section p {
	font-size: small;
}


/* FOOTER */

#copyright {
	clear: both;
	padding-bottom: 2.5em;
	text-align: center;
	font-size: small;
	line-height: 150%;
	color: #aaaaaa;
}
#copyright a {
	color: #aaaaff;
}
#copyright a:visited {
	color: #ffaaaa;
}
#copyright img {
	vertical-align: middle;
}

