body {
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	background-color: #ffffff;
	color: #001635;
	margin: 0em;
	background-color: #5F7185
}

h1 {
	font-size: 150%;
	font-weight: 900;
}

h2 {
	font-size: 130%;
	font-weight: 900;
	margin-bottom: 0.4em;
	border-bottom: 0em;
	padding-bottom: 0em;
}

h3 {
	font-size: 115%;
	font-weight: 900;
	margin-bottom: 0.4em;
	border-bottom: 0em;
	padding-bottom: 0em;
}

.workgroupindent {
	margin-left: 1.25em;
}

.workgroupitemindent {
	margin-left:2.5em;
}

ul {
	margin-top: 0em;
	margin-bottom: 0em;
	border-top: 0em;
	border-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}

li {
	margin-top: 0em;
	margin-bottom: 0.35em;
	border-top: 0em;
	border-bottom: 0em;
}

.hope {
	font-weight: 900;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #32599a;
}

a:active {
	text-decoration: none;
	color: #32599a;
}

a:visited {
	text-decoration: none;
	color: #32599a;
}

a:hover {
	text-decoration: underline;
	color: #32599a;
}

.rightcolumn {
	margin-left: 250px;
	color: #243E3B;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: lighter;
}

.navbarlinks {
	margin-top: 10px;
	font-size: 110%;
	margin-bottom: 10px;
}

.navbarlinks a {
	margin: 5px;
	padding: 5px;
}

.navbarlinks a:link {
	text-decoration: none;
	color:#ffffff
}

.navbarlinks a:active {
	text-decoration: none;
	color: #fff600
}

.navbarlinks a:visited {
	text-decoration: none;
	color: #ffffff
}

.navbarlinks a:hover {
	color: #fff600;
	background-color: #203e30;
}

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:167px;
	z-index:1;
	background-image: url(images/index_r1_c1.jpg);
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-top-color: #243E3B;
	border-right-color: #243E3B;
	border-bottom-color: #243E3B;
	border-left-color: #243E3B;
}

#main {
	position:absolute;
	left:0px;
	width: 780px;
	top:167px;
	z-index:2; 
	background-color:#FFFFFF;
	background-image: url(images/index_r3_c1.jpg);
	background-repeat: repeat-y;
	overflow: visible;
	border-right-width: 3px;
	border-right-style: solid;
	border-top-width: 3px;
	border-top-color: #243E3B;
	border-right-color: #243E3B;
	border-bottom-color: #243E3B;
	border-left-color: #243E3B;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

#navbar {
	position:absolute;
	left:0px;
	top:167px;
	width:235px;
	height:288px;
	z-index:3;
	background-image: url(images/index_r2_c1.jpg);
	border-top-width: 0px;
}

.rightcolumn {
	margin-left: 245px;
}

@media print {
	#navbar {
		display: none;
		}
	#top {
		display: none;
		}
	#main {
		top: 0px;
		border-right-width: 0px;
		width: 675px;
	}
	.rightcolumn {
		margin-left: 0px
	}
}
