html, body {
	margin:0;
	padding:0;
	min-width:920px;
	font-size:11px;
	color:#283440;
	font-family:sans-serif;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:13px;
}

h4 {
	font-size:12px;
}

body {
	margin-left:5%;
	margin-right:5%;
}

a {
	color: #606060;
}

tt {
	font-size:11px;
	color:#425160;
	font-family:monospace;
}

.header {
	position:absolute;
	background-image:url(../img/pspo.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:-100px;
	width:100%;
	height:280px;
	z-index:2;
}

.header_bg {
	position:relative;
	background-image:url(../img/pspo_repeat.png);
	background-repeat:repeat-x;
	height:280px;
	margin-left:100px;
	background-position:10px;
	z-index:1;
}

.bell {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../img/handbell.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:72px;
	width:97px;
	height:134px;
	z-index:4;
}


.logo1 {
	position:absolute;
	left:120px;
	top:0px;
	background-image:url(../img/logo1.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:105px;
	width:145px;
	height:37px;
	z-index:5;
}


.logo2 {
	position:absolute;
	left:120px;
	top:0px;
	background-image:url(../img/logo2.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:140px;
	width:145px;
	height:37px;
	z-index:5;
}


.logo3 {
	position:absolute;
	right:10px;
	top:0px;
	background-image:url(../img/logo3.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:105px;
	width:95px;
	height:74px;
	z-index:5;
}

.menu {
	position:absolute;
	left:5%;
	top:220px;
	width:240px;
	z-index:100;
}

.menu li {
	list-style-type:none;
	padding-left:20px;
	background-image:url(../img/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:130%;
	margin-top:6px;
	margin-bottom:6px;
	font-size:14px;
}

.menu a {
	color:#808080;	
}

.menu li ul {
	margin-left:0px;
	padding-left:0px;
}


.menu li ul li {
	list-style-type:bullet;
	background-image:none;
	margin-left:-20px;
	padding-left:20px;
	line-height:110%;
	margin-top:6px;
	margin-bottom:6px;
	font-size:12px;
}

.content {
	position:absolute;
	left:7%;
	right:7%;
	top:280px;
	padding-left:250px;
	z-index:50;
}

