* {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Arial;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
}

body {
	overflow: scroll;
}

.header {
	width: 100%;
	height: 96px;
	background: #193264 url( general-button.gif ) no-repeat right top;
	color: white;
	position: relative;
}
	.header h1 {
		position: absolute;
		top: 10px;
		margin-left: 1%;
		font-size: 32px;
	}
	.header h2 {
		position: absolute;
		top: 52px;
		margin-left: 1%;
		padding-left: 32px;
		font-size: 24px;
	}

img.banner {
	position: absolute;
	right: 1%;
	top: 1%;
	width: 128px;
	height: 128px;
}

.content {
	margin-top: 10px;
	width: 100%;
	clear: both;
}
	.primaryContent {	
		float: left;
		margin-left: 1%;
		width: 68%;
		text-align: justify;
	}
		.primaryContent p {
			text-indent: 30px;
			margin-bottom: 10px;
		}

	.secondaryContent {
		float: right;
		margin-right: 1%;
		width: 29%;
	}
		.secondaryContent fieldset {
			border: none;
			width: 100%;
		}

.footer {
	width: 100%;
	height: 64px;
	clear: both;
}
	.footer h3 {
		margin-left: 1%;
		width: 99%;
	}
	.footer p {
		margin-left: 2%;
		width: 98%;
		font-size: .8em;
	}
	
/* Fixed Footer */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}
.footer, .push {
	height: 64px;
}
	
h3 {
	clear: both;
	border-bottom: 1px dashed #DDD;
	color: #E67800;
	font-size: 1.2em;
	height: 20px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

h4 {
	font-size: 1.1em;
}

.newsitem {
	margin-bottom: 20px;
}
.newsitem h4 {
	margin-bottom: -8px;
}
.newsdetail {
	font-size: 0.8em;
}
.newscontent {
	margin-left: 20px;
}

li {
	margin-left: 20px;
}

.navigation li, .links li {
	list-style: none;
}
.navigation .navcat {
	float: left;
	font-weight: bold;
	margin-right: 10px;
}
.navigation .navcurrent {
	font-weight: 900;
	border-bottom: dashed black 1px;
}
.sitelinks {
	position: absolute;
	bottom: 0px;
	right: 128px;
	font-size: .75em;
}
.sitelinks a {
	color: #FFF;
	border-bottom: solid #193264 1px;
}

a {
	text-decoration: none;
	font-weight: 700;
	color: #193264;
	border-bottom: solid white 1px;
}

a.link_extern {
	background: url( link_extern.gif ) center left no-repeat;
	padding-left: 12px;
}

a.link_email {
	background: url( link_email.gif ) center left no-repeat;
	padding-left: 16px;
}

a:hover {
	border-bottom: dashed #193264 1px;
}

img.float-left, img.float-right {
	border: double #193264 5px;
}

img.float-right {
	float: right;
	margin-left: 20px;
}

img.float-left {
	float: left;
	margin-right: 20px;
}

b,th,em,strong {
	font-weight: 900;
}

th {
	color: #E67800;
}

label {
	text-align: left;
}