@charset "utf-8";
body {
	background-image: url(../images/bkg-bluegraphic.gif);
	margin: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0077C0;
	font-weight: normal;
	padding-top: 16px;
}
.sidetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0077C0;
	padding-top: 10px;
	text-align: right;
}
.namegraphic {
	padding-top: 10px;
}

.pagetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding-right: 20px;
}
h2,h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 10px;
}


#pagenav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0077C0;
	font-weight: bold;
}
#pagenav a:link {
	color: #0077C0;
	text-decoration: none;
}
#pagenav a:visited {
	color: #0077C0;
	text-decoration: none;
}
#pagenav a:hover {
	color: #990000;
	text-decoration: underline;
}
#pagenav a:active {
	color: #990000;
	text-decoration: none;
}

