/* CSS Document */

body {
	margin-top: 25px;
	margin-bottom: 40px;
	font-size: medium;
	background-color: #eec;
}

div#outbox {
	width: 851px;
	border: 3px solid #000;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 91%;
	background-color: #fff;
}

div#banner {
	margin-bottom: 20px;
}

div#content {
	margin: 0 55px 10px 55px;
}

div#footer {
	background: #fff url(img/footer.gif) top left no-repeat;
	padding: 65px 30px 15px 38px;
	font-size: 90%;
}

div#footer_elf {
	float: right;
	margin-left: 15px;
}

div#footer p {
	margin-bottom: 0.8em;
}


div.cred {
	font-size: 85%;
	margin: 0;
	color: #555;	
}

div.cred a:visited, div.cred a:link {
	text-decoration: none;
	color: #555;

}

div.totop {
	margin-top: 2em;
	clear: both;
}

div.totop img {
	vertical-align: bottom;
}

div.totop a, div.totop a:visited {
	color: #009;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.25em;
}

p.tight {
	margin-bottom: 0.5em;	
}

p.wide {
	margin-bottom: 2em;
}

ul {
	margin-top: 0;
}

a:link {
	color: #009;
}

a:visited {
	color: #e46b24;
}

a:hover, a:active {
	color: #ee3030;
}

a img {
	border: 0;
}

h1 {
	text-align: center;
	margin-bottom: 20px;
}

h2 {
	color: #184275;
	font-size: 125%;
	margin-bottom: 0.4em;
	margin-top: 1.6em;
}

h3 {
	color: #419343;
	font-size: 116%;
	margin-bottom: 0.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

span.green {
	color: #419343;
	font-weight: bold;
}

p#mntsri {
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	color: #333;
}

div.resource {
	margin-bottom: 1.2em;
}

div.resource a {
	text-decoration: none;
}

div.redesc {
	width: 680px;
	margin-left: 1.5em;
	font-size: 90%;
	font-style: italic;
}

div#map {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

div.anchors {
	width: 20%;
	float: right;
	padding: 15px 15px 10px 15px;
	background-color: #eef0f6;
	border: 1px solid #dddde0;
	margin-left: 35px;
	margin-bottom: 25px;
	margin-top: 1.6em;
}

div.anchors ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.anchors a:link, div.anchors a:visited {
	text-decoration: none;
	color: #333;
}

div.anchors a:hover, div.anchors a:active {
	color: #33c;
}

div.anchors li {
	padding: 5px 0 5px 0;
	font-size: 90%;
	border-top: dashed 1px #b0b0c0;
}

p.mainintro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1.3em;
	color: #B04444;
}

p.prtqt {
	font-style: italic;
}

div.rightimg {
	float: right;
	margin-left: 22px;
	margin-bottom: 20px;
}

div.leftimg {
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
	margin-top: 1.6em;
}

div#catherine {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.clear  {
	clear: both;
}

/* Printing */
@media print {
	body {
		background-color: #fff;
		margin: 0;
	}
	
	div#outbox {
		width: 7in;
		border: none;
	}
	
	div#content {
		margin: 0;
	}
}