/* CSS Document */
body {
background-color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page {
position: absolute;
background-color:#fff;
color:#000;
top: 5px;
left: 5px;
width: 816px;
height: 576px;
}

#head {
background-image:url(../images/header.gif);
background-repeat:no-repeat;
position:absolute;
top: 5px;
left: 5px;
width: 816px;
height: 161px;
z-index: 2;
padding-top: 2.5em;
}
h1 {
font-size: 30px;
color:#000;
font-family: Georgia, "Times New Roman", Times, serif;
margin-left: 230px;
letter-spacing: 0px;
line-height: 10px;
font-weight:normal;
}
h2 {
font-size: 17px;
font-family: Georgia, "Times New Roman", Times, serif;
margin-left: 231px;
line-height: 0px;
font-weight:normal;
}
h3 {
font-size: 16px;
font-weight:bold;
}
p {
font-size:80%;
}
#nav {
	position: absolute;
	background-image:url(../images/gradient.png);
	background-repeat:repeat-y;
	margin-left: 5px;
	top: 150px;
	height: 500px;
	width: 216px;
	z-index: 1;
	}
	#nav ul{
	list-style: none;
	font-size:110%;
	margin-left: 0px;
	padding-left: 1em;
	padding-top: 2em;
	line-height: 2em;
	}
.image {
position:absolute;
left: 607px;
top: 210px;
}
.logo {
	position:absolute;
	left: 16px;
	top: 18px;
	background-color: #E4BC96;
}
#content {
position:absolute;
top: 195px;
left: 223px;
width: 335px;
padding: 0px 15px 4px 15px;
height: 297px;
background-color:none;
color:#000;
z-index: 1;
}
#copyright {
	position:absolute;
	font-size:9px;
	left: 618px;
	top: 552px;
}
#pipelinks {
	position:absolute;
	font-size:9px;
	left: 301px;
	top: 468px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F60;
}

.onnavpage {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -0.06em;
}
