@charset "utf-8";
/* CSS Document */
a, blockquote, h1, h2, h3, li, p {
	font-family: "Lucida Sans Unicode" "Arial" sans-serif;
	letter-spacing: -0.07em;
	line-height: 1.44em;
}
a {
	border-bottom: 1px solid #025964;
	color: #025964;
	font-size: inherit;
	line-height: 1.44em;
	text-decoration: none;
}
p {
	color: #012f36;
	font-size: 14px;
	text-align: justify;
	text-justify: newspaper;
}
blockquote {
	background: url('images/quote.png') no-repeat top left;
	color: #012f36;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2em;
	margin-left: -16px;
	padding-left: 28px;
}
h1 {
	color: #025964;
	font-size: 60px;
	margin-bottom: 0;
}
h2 {
	color: #012f36;
	font-size: 22px;
	font-weight: bold;
}
h3 {
	color: #ff8604;
	font-size: 18px;
	text-align: right;
}
h4 {
	color: #025964;
	font-weight: bold;
}
h5 {
	color: #025964;
}
dt {
	color: #025964;
}
ul {
	list-style: disc;
	list-style-image: url('images/bullet.png');
	padding-left: 10px;
}
.centered {
	text-align: center;
}
#header {
	position: relative;
}
#title {
	background: url('images/title.png') no-repeat top left;
	bottom: 0px;
	display: inline-block;
	height: 188px;
	position: absolute;
	left: 225px;
	text-indent: -9999px;
	width: 277px;
}
#content h2 {
	font-size: 30px;
	margin-bottom: 0px;
}
#content p.prepend-margin {
	margin-top: 2.88em;
}
#content h3.prepend-margin {
    margin-top: 2.88em;
}
#menu a {
	font-size: 18px;
	letter-spacing: normal;
}
#menu h2 {
	margin: 5px -20px 5px -20px;
}
#menu li.append-margin {
	margin-bottom: 1.44em;
}
#footer p {
	color: #FFF;
	margin-top: 1.44em;
}
#footer cite {
	font-style: normal;
}

