body {
	padding: 0;
	background: #FFF;
	color: #000;
	font: 12px Arial, sans-serif;
}
p {
	line-height: 150%;
}
h4 {
	font-size: 13px;
	color: #194E8A;
	background: #C5CEDA;
	margin-bottom: 5px;
	padding: 3px 0;
	text-indent: 3px;
}
h3 {
	font-size: 14px;
	color: #FFF;
	background: #92B2D8;
	border: 1px solid #194E8A;
	margin: 0 0 10px;
	padding: 3px 0;
	text-indent: 3px;
	width: 100%;
	clear: both;
}
h3 a {
	color: #FFF;
	text-decoration: none;
}
ul {
	list-style: circle;
}
li {
	border: 1px solid #FFF;
}
a {
	color: #000;
}
img {
	border: 0;
}
#shell {
	width: 100%;
	position: absolute;
	top: 0; left: 0;
}
#container {
	width: 90%;
	position: relative;
	margin: 0 auto;
	border: solid #000;
	border-width: 0 1px;
}
#header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
}
#text {
	width: 80%;
	float: left;
}
#text h1 {
	margin: 10px 0 2px 10px;
	padding: 0;
	text-indent: -9999px;
	width: 243px;
	height: 33px;
	background: url(../images/header_title.gif) 0 0 no-repeat;
}
#text a {
	display: block;
	text-decoration: none;
}
#text h2 {
	margin: 0 0 10px 10px;
	padding: 0;
	color: #194E8A;
	font-size: 14px;
}
#menu {
	width: 20%;
	float: right;
	text-align: right;
}
#menu ul {
	list-style: none;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#menu a {
	display: block;
	padding: 2px 0 2px;
	margin: 0 0 2px;
	background: url(../images/header_underline.jpg) bottom right no-repeat;
	text-decoration: none;
	color: #194E8A;
	font-weight: bold;
}
#content {
	clear: left;
	float: left;
	width: 100%;
	padding: 30px 0;
}
#mainmenu {
	position: absolute;
	left: 0;
	width: 22%;
}
#mainmenu h3 {
	margin: 0 5% 10px;
}
#mainmenu ul {
	width: 100%;
	margin: 0 5%;
	padding: 0;
	list-style: none;
}
#mainmenu li a {
	display: block;
	margin: 3px 0;
	padding: 2px 10px 2px 24px;
	border: 1px solid #92B2D8;
	background: #FFF url(../images/blue_single_arrow.gif) 10px 50% no-repeat;
	text-decoration: none;
	font-size: 14px;
	color: #194E8A;
}
#mainmenu li a:hover {
	border: 1px solid #17487F;
	background: #92B2D8 url(../images/white_single_arrow.gif) 10px 50% no-repeat;
}
#main {
	padding: 0 0 0 25%;
	float: left;
	width: 50%;
}
.featured {
	width: 100%;
	float: left;
	padding: 0 0 20px;
	margin: 0;
}
.featured h4 {
	background: #C5CEDA;
	color: #194E8A;
	font-weight: bold;
	font-size: 12px;
	margin: 1px 1px 10px;
	text-indent: 5px;
	padding: 5px 0;
}
.featured p {
	margin: 0 6px 6px;
}
.featured div {
	border: 1px solid #194E8A;
	width: 47%;
}
.featured .left {
	float: left;
	margin-right: 2%;
}
.featured .right {
	float: right;
	margin-left: 2%;
}
.featured a.more, a.moreinfo {
	display: block;
	margin: 1px 6px 1px 20%;
	text-align: right;
	padding: 4px 12px 4px 0;
	background: url(../images/blue_double_arrow.gif) 100% 54% no-repeat;
	text-decoration: none;
	color: #194E8A;
}
#sidebar {
	float: right;
	width: 22%;
	padding: 0;
}
#sidebar h3 {
	width: 95%;
}
#sidebar ul {
	margin: 0 5%;
	padding: 0;
	list-style: none;
}
#sidebar a {
	display: block;
	padding: 4px 0 4px 15px;
	background: url(../images/blue_single_arrow.gif) left 54% no-repeat;
	font-size: 14px;
	color: #194E8A;
	text-decoration: none;
}
#footer {
	clear: left;
	text-align: center;
	color: #194E8A;
	margin-bottom: 20px;
}
#crumbs {
	margin: -20px 10px 0;
	font-size: 11px;
	color: #194E8A;
}
#crumbs a {
	color: #194E8A;
}
.highlighted {
	background: #FFFC8B;
}
.error {
	font-weight: bold;
	color: #991515;
}