/* --- Layout --- */

body {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#outer-wrapper {
	max-width: 61em;
	margin: 0 auto;
	background: url(FauxCol-LightBlue-200.gif) repeat-y top left;
}

/* Easy-clearing float */
#inner-wrapper:after,
#content-wrapper:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#inner-wrapper {
	background: url(Header.gif) no-repeat top left;
}

#content-wrapper {
	float: right;
	width: 100%;
	margin-left: -200px;
}

#content {
	margin: 200px 0 0 200px;
	padding: 0 20px 20px;
}

#navigation {
	float: left;
	width: 200px;
}

#extra {
	float: left;
	clear: left;
	width: 200px;
}

#footer {
	clear: both;
	width: 100%;
}

/* --- Presentation --- */

body {
	font-family: Georgia, serif;
	font-size: 80%;
	line-height: 133%;
}

#wrapper {
	background: url(PageBG.gif) no-repeat top left;
}

h1 {
	color: #669933;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 1.5em;
	margin-top: 1.5em;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

img {
	border: none;
}

#whenandwhere dt {
	float: left;
	clear: left;
	width: 5em;
	margin-bottom: 0.5em;
}

#whenandwhere dd {
	margin-left: 6em;
	margin-bottom: 0.5em;
}

#whenandwhere p:first-child {
	margin-top: 0;
}

#contacts dt {
	float: left;
	clear: left;
	width: 10em;
	margin-bottom: 0.5em;
}

#contacts dd {
	margin-left: 11em;
	margin-bottom: 0.5em;
}

#contacts p:first-child {
	margin-top: 0;
}

#resources a,
#resources #yahoogroup {
	display: block;
	width: 486px;
	height: 60px;
}

#resources #yahoogroup {
	margin-top: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	background-color: #DCEDF5;
}

#resources #yahoogroup a {
	display: inline;
	width: auto;
	height: auto;
}

#resources #formControls {
	margin-left: auto;
	margin-right: auto;
}

