@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
#container {
	background:url(../images/bdgrd_blue.gif) right top no-repeat;
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
}
#container #pnav {
	width:110px;
	height:1000px;
	margin:35px 20px 0px 20px;
	float:left;
}
#container #pnav ul {
	list-style:none;
}
#container #pnav ul li {
	width:96px;
	height:24px;
	padding:3px 0px 3px 0px;
}
#container #pnav ul li a {
	background:url(../images/nav/off.gif) left top no-repeat;
	display:block;
	width:96px;
	height:24px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	color:#000;
}
#container #pnav ul li a:hover {
	background:url(../images/nav/on.gif) left top no-repeat;
}
#container #header {
	background:url(../images/header.gif) left top no-repeat;
	width:727px;
	height:165px;
}
#container #header span {
	display:none;
}
#container #content {
	width:700px;
}
#container #content h2 {
	font-size:18px;
	padding:10px 0px 10px 0px;
}
#container #content p {
	padding:5px 0px 5px 0px;
	font-size:13px;
}
#container #content p.grey {
	color:#999999;
}
#container #content p.grey a {
	color:#09F;
}
