html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #FFF url("../images/bg.gif") repeat-x scroll top;
	min-height: 100%;
	height: 100%;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #036;
}
a:hover {
	color: #069;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
#container {
	width: 800px;
	min-height: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#header {
	height: 57px;
	min-width: 417px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 10px 20px;
}
#panorama {
	border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
	width: 100%;
	height: 170px;
	background: #FFF url("../images/panorama.jpg") no-repeat 0px 1px;
	padding: 1px 0px 1px 0px;
}
#navigation {
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: 34px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 100%;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	height: 100%;
}
#navigation ul li span {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #036;
	background: #FFF;
}
#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #333;
	text-decoration: none;
}
#navigation ul li a:hover {
	background: #BCDFFE;
	color: #036;
}
#content {
	width: 760px;
	padding: 30px 20px 20px 20px;
	background: #FFF;
}
#content h2 {
	font-size: 1.1em;
	margin: 0px 0px 20px 0px;
	padding: 0;
	color: #036;
}
#content h3 {
	font-size: 1.05em;
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #036;
	padding: 0;
	color: #036;
}
#content p {
	line-height: 1.6em;
	margin: 10px 0px 0px 0px;
}
h2 + p {
	margin-top: 10px;
}
#content ul {
	margin-left: 0px;
}
#content ul li {
	list-style-image: url("../images/check.gif");
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}
#content ul.sitemap {
	padding: 0px;
}
#content ul.sitemap li {
	list-style-type: none;
	list-style-image: none;
	color: inherit;
	margin-bottom: 10px;
	font-weight: normal;
}
#footer {
	clear: both;
	height: 25px;
	padding-bottom: 20px;
	font-size: 0.9em;
}
#footer div {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
	margin-right: 20px;
}
#footer div p {
	margin: 10px 0px 10px 20px;
	float: left;
}
#footer div ul {
	margin: 10px 10px 0px 0px;
	float: right;
	white-space: nowrap;
}
#footer div ul li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
}

/* Simple classes */
.hidden {
	display: none;
}
.dkgray {
	color: #333;
}