html {
	height: 100%;

}

body {
	behavior: url(csshover.htc);
	margin: 0;
	padding: 10px;
	background-image:url(images/background.gif);
	background-position:top;
}

.container {
	width:100%;
	text-align:center;
}

.pfbox {
	width:228px;
	background-image:url('images/pfinder-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
	padding:10px 20px 10px 20px;
	text-align:left;
}

.news {
	width:228px;
	background-image:url('images/pfinder-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
	padding:10px 20px 10px 20px;
	text-align:left;
	height:100px;
	overflow:hidden;
}

.psbox {
	width:140px;
	background-image:url('images/psfinder-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
	padding: 10px 0 10px 0;
	text-align:center;
}

ul {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	list-style: none; }

ul li {
	text-align:left;
	padding-left: 15px;
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em; }


.newsbox {
	float:right;
	margin:0 0 0 20px;
	border:1px solid #A5A6A7;
	margin-top:20px;
	width:150px
}

.newsboxtitle {
	background-color:#5C5E60;
	text-align:center
}

.content a {
	color: #CCCCCC;
}

.content a:hover {
	color: #FFFFFF;
}

.edit {
	text-align:left;
	font-family: Verdana, Arial;	
	font-size:8pt;
	line-height:16px;
}

.edit table {
	text-align:center;
	font-family: Verdana, Arial;	
	font-size:8pt;
	line-height:16px;
}

.button a {
	text-decoration:none;
	font-family: Verdana, Arial;	
	font-size:8pt;
	color: black;
	font-weight:bold;
	border:3px solid;
	padding:5px;
	height:20px;
	border-color:#999 #666 #666 #999;
	background:#ccc;
}

.button a:hover {
	border-color: #666 #999 #999 #666;
}

.alert {
	text-align:center;
	font-weight:bold;
	font-size:8pt;
	width:500px;
	border:1px solid black;
	padding:10px;
	background-color:#FFFF66;
}

hr {
	color:#A5A6A7;
}

blockquote {

}