html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	line-height: 18px;
	background-color: #ddd;
	color: #000;
}
#page-wrapper {
	width: 910px;
 	margin: 0 auto;
	text-align: left;
	background-image: url(../images/pslh09-col-1.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	/* match the header color to fill in the gap between header and footer in FF 1.5 */
}
#header {
	height: 218px;
	background-image: url(../images/pslh09-header.gif); 
	background-repeat: no-repeat;
	background-color: #000;
}
#content-wrapper {
	background-color: #eee; 
}
/* don't use the following
#content-header {
	height: 23px;
	background-image: url(../images/pslh08-content-header.gif); 
	background-repeat: no-repeat;
	background-color: #972B1F;
}
*/
#content-subheader {
	height: 40px;
	background-color: #fff;
	background-image: url(../images/pslh09-content-subheader.gif); 
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content-subheader h1 {
	color: #3161AD;
}
#col-1	{
	float: left;
	width: 212px;
	height: 450px;
	background-color: transparent;
}
#col-2 {
	float: left;
	width: 463px;
	background-color: #fff;
}
#col-2-padding {
	padding: 0;
}
#col-3 {
	float: left;
	width: 200px;
	background-color: #fff; 
}
#col-2-footer {
	XXXclear: both;
	text-align: center;
	background-color: #FADD41;
}
#site-footer {
	position: relative;
	clear: both;
	text-align: left;
	color: #3161AD;
	/* background-color: #FADD41; */
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	margin-left:15px;
}
/* used for 2008, not for 2009 */
#site-footer #pic {
	position: absolute; 
	top: -181px; 
	left: 0;
}
#navcontainer { 
	width: 212px; 
}
#navcontainer ul {
	margin-left: 12px;
	padding-left: 0;
	list-style-type: none;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
#navcontainer ul li {
	height: 30px;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 180px;
	background-color: transparent;
	xxborder-bottom: 1px solid transparent;
	xxborder-left: 1px solid transparent;
}
#navcontainer a#current {
	background-color: #FAED31;
	color: #000;
	xxborder-bottom: 1px solid black;
}
#navcontainer a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}
#navcontainer a:hover {
	color: #000;
	background-color: #FAED31;
	xxborder-bottom: 1px solid red;
	xxborder-left: 1px solid red;
}
ul#navlist li#active a {
	xxborder-left: 1px solid black;
}
h2,h3,h4,h5,h6 {
	margin-top: .75em;
	color: #3161AD;
}
#content-subheader h1 {
	margin-left: 180px;
	font-size: 160%;
	line-height: 40px;
	letter-spacing: 1px;
}
#col-2 h1 {
	margin-left: 0;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	color: #3161AD;
}
#col-2 h1#sectionHeading {
	font-size: 28px;
	line-height: 36px;
	font-style: normal;
	font-weight: 900;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
p {
	margin-bottom: .5em;
}
a {
	color: #c00;
}
a:hover {
	background-color: #c00;
	color: #fff;
}