@charset "UTF-8";
/* CSS Document */
body {
	background-color:#003333;
	background-image:  url(/backgrounds/emerald-green-suede.jpg;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#003333;	
	margin: 0 auto;
	width: 1260px;
	
}

div, h1, h2, h3, p {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color:#003333;	
	margin: 0;
	padding: 4px;
}
#article {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	background-image:url(/backgrounds/beige-warm-parch.jpg);
	font-size: 1em;
	line-height: 1.3em;
	color:#003333;	
	width: 900px;
	clear: both;
}

#footer {
	width: 100%;
	font-size: .90em;
	color:#003333;	
	line-height: 1.6em;
	clear: both;
	padding: 24px 0px 24px 0px;
	margin-bottom: 7px;
	text-align: center;
	clear: both;
}
.signature {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	height: auto;
	font-size: .90em;
	line-height:1.3em;
	font-style: italic;
	color: #003333;	
	text-align: center;
	clear: both;
}
.images {
	border: none;
}
.image-right {
	border: none;
}
.image-left {
	border: none;
	hspace:.8em;
	align:left;	
}
.article {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.4em;
	color: #003333;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	color:#003333;	
	text-align: center;
}

.highlight {
	font-size: 1.2em;
	font-weight:bold;
	color: #003333;
}

.red {
	font-size: 1.5em;
	font-weight:bold;
	color:#CC0E11;
}.map {	
	text-align: center;
}
/*typography*/
h1 {
	font-size: 1em;
	letter-spacing:inherit;
	color: #003333;
	padding-top:24px;
	text-align: center;
}
h2 {
	font-size: 1em;
	color: #003333;
	letter-spacing:inherit;

}
h3 {
	font-size: 1em;
	color: #003333;
	letter-spacing:inherit;
}
.CollapsiblePanelTab {
	color: #003333;
}
div #CollapsiblePanel1 .CollapsiblePanelTab div h1 a {
	color: #003333;
}
.CollapsiblePanelTab a {
	color: #003333;
	text-decoration: none;
}
a:link {
	color:#006600;
	text-decoration: underline;
}
a:visited {
	color:#003333;
	text-decoration: underline;
}
a:hover {
	color:#00CC00;
	text-decoration: underline;
}
.style9 {
	color:#006600;
	font-weight:bold;
	background-color:003333;
}