body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/background_header.png);
	background-repeat: repeat-x;
	font-size: 70%;
	margin: 0;
}

#navigation {
	width: 100%;
	background-color: #C9B68F;
	height: 24px;
	margin-top: -2px;
}

#navigation a {
	color: #00005E;
	position: relative;
	top: 5px;
	padding: 5px 8px 5px 22px;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	background-image: url(../images/navigation_bullet.png);
	background-repeat: no-repeat;
	height: 24px;
}

#navigation a.active {
	background: #DDD1B9;
	color: #093293;
	background-image: url(../images/navigation_bullet.png);
	background-repeat: no-repeat;
}

#navigation a.first {
	margin-left: 20px;
}

#navigation a:hover {

	background: #DDD1B9;
	color: #00005E;
	background-image: url(../images/navigation_bullet.png);
	background-repeat: no-repeat;

}

#content {
	margin: 25px 0 0 25px;
	padding-bottom: 90px;
	width: 50%;
	background: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #00005E;
	line-height: 1.3em;
}

#content p {
	text-align: justify;
}

h1 {
	font-size: 2em;
	margin-bottom: 25px;
}

h2 {
	font-size: 1.5em;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px #C9B68F;
	padding-bottom: 3px;
}

ul {
	list-style-image: url(../images/list_bullet.png);
	line-height: 2em;
}
