html, body {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	background: #EEEEEE;
	color: black;
	margin: 0px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:link {
	background: inherit;
	color: #000075;
}

a:visited {
	background: inherit;
	color: #7F5C3A;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:active {
	background: inherit;
	color: #FEB900;
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 8pt;
}

h5 {
	font-size: 7pt;
}

h6 {
	font-size: 6pt;
}

p {
	text-align: justify;
}

input, textarea {
	border: solid black;
	border-width: 1px 1px 2px 1px;
}

dt {
	font-weight: bolder;
}

table {
	border: 2px black outset;
	font-size: smaller;
}

th, td {
	border: 1px black inset;
}

th {
	/*font-size: 9pt;*/
}

td {
	text-align: center;
}

div#page {
	width: 779px;
	margin: auto;
}

div#header {
	background: inherit;
	color: inherit;
	padding: 0px;
	height: 150px;
	border: none;
	margin-bottom: 3px;
	text-align: center;
}

div#left {
	background: white;
	color: black;
	float: left;
	width: 150px;
	height: 100%;
	border: 1px solid black;
}

div.nav-container {
	background: white;
	color: black;
	border-bottom: 1px solid black;
}

div.nav-header {
	background: steelblue;
	color: white;
	font-variant: small-caps;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 5px 0px;
	font-weight: bolder;
}

div.nav-subheader {
	background: lightsteelblue;
	color: black;
	font-variant: small-caps;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	width: 75px;
	margin: auto;
}

div.nav-content {
	font-size: 9pt;
	border-bottom: 1px solid black;
	padding: 0px 2px;
}

div.page-title {
	background: steelblue;
	color: white;
	text-transform: uppercase;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 4px 0px;
	font-weight: bolder;
	font-size: larger;
}

div.page-info {
	background: lightsteelblue;
	color: black;
	border-bottom: 1px solid black;
	font-size: smaller;
	margin: 0px;
	text-align: center;
	padding: 2px;
}

div.page-nav {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

div.page-updated {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

div.page-content {
	padding: 1px 3px;
	height: 100%;
}

div#content {
	background: white;
	color: inherit;
	padding: 3px 5px;
	border: 1px solid black;
	margin-bottom: 3px;
	height: 100%;
}

div#content:after {
	content: '';
	display: block;
	height: 100%;
	clear: both;
}

div.entry-info {
	font-size: smaller;
}

p.image {
	text-align: center;
	margin: 0px;
}

p.video {
	text-align: center;
	margin: 0px;
}

div.credit {
	font-size: xx-small;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p.caption {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p.download {
	text-align: center;
	margin: 0px;
	padding: 5px;
	font-weight: bolder;
	font-size: larger;
}

div#middle {
	background: white;
	color: black;
	float: none;
	width: 450px;
	height: 100%;
	margin: auto;
	border: 1px solid black;
}

div#right {
	background: white;
	color: black;
	float: right;
	width: 150px;
	height: 100%;
	border: 1px solid black;
}

div#copyright {
	background: white;
	color: inherit;
	border: 1px solid black;
	margin-bottom: 3px;
}

div#copyright p {
	text-align: center;
	font-size: smaller;
}