/* CSS Document */

.print_hide {
	display: none;
}

ul#navigation,
div#access_keys,
form,
h2 {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

div#header {
	border-bottom: 1px solid #ddd;
	background-color: #666;
	padding: 0.25em 0.25em 0.25em 0.5cm;
	margin: 0;
	clear: both;
}

div#content {
	padding: 0.5cm;
	font-size: 0.9em;
}

.about div#left_col {
	float: left;
	width: 57%;
	padding-right: 3%;
}

.about div#right_col {
	float: right;
	width: 40%;
}

div#footer {
	border-bottom: 1px solid #ddd;
	clear: both;
	padding: 0.25em 0.25em 0.25em 0.5cm;
	background-color: #666;
	margin: 1cm 0 0 0;
	float: left;
	width: 100%;
}

div#footer p {
	margin: 0;
	color: #fff;
}

div#footnotes {
	font-size: 0.8em;
	line-height: 1em;
	color: #666;
	float: left;
	clear: both;
}

h1 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}

h1 a {
	color: #fff;/*#FFD200*/
	text-decoration: none;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	background-color: #666;
	padding: 0.25em;
}

h4 {
	margin-bottom: 0;
}

p a:link,
li a:link {
	color: #876910;
}

.field,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div#content img {
	border-width: 0px;
	float: left;
	margin: 0 1em 1em 0;
}
