body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
#header {
	height: 132px;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	background-color: #D4E2FF;
	background-image:  url(aprilhighlight.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: bottom;

}
#navigation {
	top: 132px;
	position: absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 201px;
	left: 0px;
	background: #BFD5FF;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #002164;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #002164;

}
#content {
	position: absolute;
	top: 132px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	left: 210px;
	width: 550px;
	height: 100%;
}
#jumpmenu {
	position: absolute;
	left: 396px;
	top: 89px;
	visibility: visible;
}
h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-weight: bold;
	color: #39550F;
}
#navigation h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0040C4;
	line-height: 14px;
}
#content h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 24px;
	color: #002164;
	font-weight: bold;
	font-style: oblique;
}
p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: square;
}
.publishinginfo {
	background: #FFFFFF;
	border: 1px dashed #0040C4;
	padding: 10px;
	float: none;
}
hr {
	color: #0040C4;
}
a:link {
	color: #002164;
	text-decoration: none;
}
a:visited {
	color: #80A9FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;

}

