@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body { height: 100%; }
body {
	background-color: #000000;
	margin-top: 60px;
}
a {
	color: inherit;
}
.clear { clear: both; }
#page #pageheader {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
}
#page #content #sidebar {
	background-image: url(images/Sidebar.png);
	float: left;
	height: 434px;
	width: 149px;
	margin: 20px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	overflow: hidden;
}
#page #content #sidebar h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 0.8em;
}
h1 span.reduced {
	font-size: .7em;
}

.pagebody h1, h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: #e8e000;
	margin-top: 1em;
}
.pagebody h2 {
	margin-top: 1em;
	font-size: 1.1em;
	font-weight: normal;
}
#page #content #sidebar p, #page #content .pagebody p, .pagebody ol, .pagebody ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1em;
}
.pagebody ol, .pagebody ul  {
	display: block;
	margin-left: 2em;
	line-height: 1.25em;
}
.pagebody a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 0.85em;
	color: #e8e000;
	text-decoration: none;
}
.pagebody a:hover {
	text-decoration: underline;
}

#page {
	background-image: url(images/Background.jpg);
	background-repeat: no-repeat;
	height: 586px;
	width: 737px;
	margin: auto;
	margin-top: 20px;
	background-position: bottom;
}
.Framed {
	position: relative;
}
.Framed img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.photo {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
#content .pagebody {
	background-image: url(images/nav_sub.png);
	background-repeat: no-repeat;
	float: left;
	height: 414px;
	width: 419px;
	margin: 20px;
	margin-left: 0;
	color: #FFFFFF;
	padding-right: 30px;
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
.left {
	float: left;
	margin-right: 1em;
}
.right {
	float: right;
	margin-left: 1em;
}
