body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #fff;
	border: 1px solid white;
}
/* HEADER CSS */
#header {
	color: #fff;
	width: 800px;
	height: 175px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header #facname {
	font-size: 32px;
	position: absolute;
	top: 50px;
	left: 175px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#header #facinfo {
	position: absolute;
	top: 90px;
	left: 175px;
	padding: 0px;
	margin: 0px;
}
#header #homelink {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 150px;
	padding: 0px;
	margin: 0px;
}
#header #homelink a {
	display: block;
	width: 150px;
	height: 150px;
}
#header #homelink a p {
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}
/* Content CSS */
#pagecontent {
	float: right;
	width: 610px;
	padding: 0px 15px 5px 0px;
}
#pagecontent h1 {
	padding-top: 0px;
	margin-top: 0px;
}
#pagecontent p {
	line-height: 140%;
}
/* Navigation CSS */
#nav {
	font-size: 10px;
	width: 150px;
	height: 100%;
	float: left;
	padding: 5px 5px 5px 5px;
}
#nav a {
	color: #000099;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	background-image: url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0px 0px 5px 15px;
	display: block;
	height: 14px;
	border-bottom: 1px solid #fff;
}
#nav ul a:hover {
	background-image: url(../images/nav_bullet_hi.gif);
	color: #869C85;
}
/* Footer CSS */
#footer {
	background-color: #869C85;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
	padding: 5px;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
