@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #336666;
}

#title {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#title h1 {
	color: #000099;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#preamble {
	background-position: center center;
	padding-right: 82px;
	padding-left: 82px;
}

#top {
	margin: 10px;
	text-align: center;
}

#container {
	margin: auto;
	width:892px;
	position:relative;
	height: 100%;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336666;
	border-right-color: #336666;
	border-bottom-color: #336666;
	border-left-color: #336666;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
}

#content a:link {
	text-decoration:none;
	color:#660033;
	font-weight: bold;
	font-size: 12px;
}

#content a:visited {
	text-decoration:none;
	color:#660033;
	font-weight: bold;
	font-size: 12px;
}

#content a:active {
	text-decoration:none;
	color:#660033;
	font-weight: bold;
	font-size: 12px;
}

#content a:hover {
	text-decoration:underline;
}

#content h1 {
	color: #000000;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 20px;
}

#content h2 {
	margin: 10px 0px;
	line-height: 1.5em;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#content h3 {
	margin: 18px 5px 5px 5px;
	line-height: 1.5em;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#content p{
	line-height: 1.3em;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}


#middle {
	margin: 30px;
	padding: 10px;
}

#middle img {
	height: inherit;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 1em;
}

#footer {
	padding: 10px 0px 5px 0px;
	background-color: #336666;
	color: #CCCCCC;
}

#footer a:link {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
}

#footer a:active {
	color: #FFFFFF;
}

#footer p.center {
	text-align: center;
	padding: 0px;
}

#linkList {
	position: fixed;
	width: 215px;
	margin: 100px 20px 0px 20px;
	height: 275px;
	z-index: auto;
	float: left;
	font-size: 14px;
}
