@charset "utf-8";
/* CSS Document */
body {
	background-color: #ECF1F7;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #006A55;
	font-size: 12px;
	line-height: 1.4em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	margin-top: 10px;
	font-size: 14px;
	font-weight:bold;
}
h3 {
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
}

/* layout divs */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 996px;
}
#header {
	background:url(images/background_header_light7.jpg);
	background-repeat:repeat-y;
	height: 194px;
	padding-top: 0px;
	padding-left: 18px;
	width: 996px;
}
#navigation {
	background:url(images/background_navigation_light6.gif);
	background-repeat:repeat-y;
	height: 33px;
	font-size: 12px;
	width: 996px;
	position: relative;
	z-index: 1000;
}
#content {
	background:url(images/background_content_light6.gif);
	background-repeat:repeat-y;
	width: 960px;
	padding-top: 6px;
	padding-left: 38px;
	padding-right: 80px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: -2px;
}
#column1 {
	width: 660px;
}	
#clear {
	clear: both;
	height: 0px;
}
#footer {
	width: 996px;
	text-align: center;
	margin-top: -16px;
}

/* special classes */
.address {
	margin-top: -4px;
}
.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 6px;
	text-align: center;
	color: #006A55;
}
.pullquoteauth {
	font-size: 10px;
	color: #000000;
}
.photocredit {
	font-size: 10px;
	color:#999;
	line-height: 1.2em;
}
.photocredit a {
	font-size: 10px;
	color:#999;
	line-height: 1.2em;
}

