/* Deb Blue					#20208F */
/* light blue shading	#E3E9FB */
/* Deb green				#005A00 */
/* light green shading	#C1F7C1 */

body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
	line-height: 1.3em; /* IE6 Peekaboo, www.dracos.co.uk/web/css/ie6floatbug/ */
}
p, address {
	margin: 0.25em 0 1em 0;
}
address {
	font-style: normal;
}
ul {
	margin-bottom: 1.25em;
}
h1, h2, h3, h4 {
	color: #20208F;
}
h1 {
	font-size: 115%;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0.75em 0 0.25em 0;
}
h1 a, h1 a:hover, h1 a:focus {
	text-decoration: none;
	background-color: transparent;
	color: black;
}
h2 {
	margin: 1em 0 0 0;
	font-size: 110%;
	font-weight: 600;
	border-top: 1px solid #005A00;
}
h3 {
	margin: 1em 0 0.25em 0;
	font-size: 100%;
	font-weight: 600;
}
h4 {
	margin: 1em 0 0 0;
	font-size: 100%;
	font-weight: 500;	
}
a {
	color: #20208F;
}
a:visited {
	color: #800000;
}
a:hover, a:focus {
	background-color: transparent;
}
img {
	border: none;
}
hr {
	color: #20208F;
}
/* --- content --- */
#content a:hover, #content a:focus {
	background-color: #E3E9FB;
}
#content {
	color: black;
	background-color: white;
	margin: 160px 250px 0 140px; /* right margin >= callouts width */
	padding: 0 20px 0 20px;
	height: 100%;
}
#content .button {
	color: white;
	background-color: #20208F;
}
#content .box {
	border: 2px dotted #20208F;
	margin-top: 0.5em;
	padding: 7px;
}
#content .homepic {
	font-size: 80%;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 1.5em;
	/* width: 400px; */
	border-bottom: 1px solid maroon;
}

/* --- header --- */
#header {
	position: absolute; top: 0; left: 0;
	margin: 0; padding: 0;
	width: 100%;
	height: 110px;
	background: white url("images/header_bg.gif") repeat-y top left;
	border-top: 15px solid #C00000;
	border-bottom: 15px solid #C00000;
}
#headerpic {
	position: absolute; top: 0; left: 0;
}
#headertitle {
	position: absolute; top: 20px; left: 130px;
	z-index: 100;
}
#headersfx {
	position: absolute; top: 0; left: 300px;
	z-index: 0;
}
#headersign {
	position: absolute; top: 0; right: 0;
}

/* --- menu --- */
div#menu {
	position: absolute; top: 140px; left: 0;
	width: 135px; /* 165px; */
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 90%;
	text-align: center;
}
div#menu img {
	margin: 0; padding: 0;
}
div#menu ul {
	font-weight: bold;
	margin: 0; padding: 0;
	list-style-type: none;
}
div#menu ul li {
	display: block;
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 4px 0 4px 4px;
}
div#menu ul a {
	display: block;
	text-decoration: none;
}
div#menu ul li.active, div#menu ul li.active a {
	font-weight: bold;
	background-color: white;
}

/* --- callouts --- */
#callouts {
	position: absolute; top: 165px; right: 15px;
	color: black;
	background-color: white;
	font-size: 85%;
	width: 210px; /* <= context right margin */
	margin: 0; padding: 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.3em;
}
#callouts .head {
	clear: both;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 4px;
	color: #005A00;
	border-top: 1px solid #005A00;
}
#callouts .head a {
	text-decoration: none;
	color: #005A00;
}
#callouts p, #callouts form {
	margin: 5px 0 20px 0;
	padding: 2px 0 0 3px;
}
#callouts img {
	float: left;
	margin-left: 0;
	padding-left: 0;
	padding-right: 5px;
}
#callouts ul {
	margin-top: 0;
	margin-bottom: 1em;
	list-style-type: none;
}
#callouts li {
	margin-bottom: 1em;
}
#callouts a:hover, #callouts a:focus {
	background-color: #C1F7C1;
}

/* --- footer --- */
#footer {
	font-size: 70%;
	margin: 225px 5px 0 0;
	padding: 2px 0 0 2px;
	border-top: 1px solid #20208F;
}
#footer p {
	margin: 0 0 0.75em 0;
	line-height: 1.3em;
}
#footer a:hover, #footer a:focus {
	background-color: #E3E9FB;
}

/* --- utils --- */
a.plainlink, a.plainlink:hover, a.plainlink:focus, a.plainlink:visited {
	text-decoration: none;
	color: black;
	background-color: transparent;
	border: none;
}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.right {
	float: right;
	text-align: right;
}
.spaceabove {
	margin-top: 2em;
}
.smallfont {
	font-size: 75%;
}
.indent {
	margin-left: 25px;
}
