body {
	margin: 0;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-family: sans-serif;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
}

#main_content {
	width: 1000px;
	text-align: left;
	margin: 10px auto;
}
#sez_top {
	min-height: 100px;
	position: relative;
	padding: 5;
}

#logo {
	position: absolute;
	bottom: 5;
	padding: 5;
	/*border: 1px solid #000000;*/
}

#sections {
	position: absolute;
	bottom: 5;
	left: 300;
}

#sidebox {
	float: right;
}

#logo img {
	width: 280px;
}

img.cover {
	max-width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: black solid 1px;
}

H2 {
	text-decoration: underline;
	color: #ffae00;
}

h3 {
	margin: 30pt auto 10pt auto;
	font-variant: small-caps;
}

a {
	font-weight: bold;
	text-decoration: none;
}
#para a {
	font-style: italic;
}

.titles {
	color: #000000;
	text-decoration: none;
}
a.titles:active, a.titles:hover, a.titles:link, a.titles:visited {
	text-decoration: none;
}

a:link, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #ffae00;
}

/*
a.section:active, a.section:hover, a.section:link, a.section:visited {
	text-decoration: none;
}
*/
li.section {
	min-width: 50;
	list-style-type: none;
}

a.section:hover {
	background-color: black;
}

.section, .section:hover, .section:link, .section:visited {
	line-height: 2.5em;
	font-weight: bold;
	padding: 4px;
	margin-right: 4px;
	background-color: #ffae00;
	border: 2px solid #000000;
	color: #ffffff;
	width: 100px;
	display: inline-block;
	text-align: center;
}

table {
	width: 80%;
}

#current, #current:hover, #current:link, #current:visited {
	background-color: #ffffff;
	border-color: #ffae00;
	color: #000000;
}

#maintext {
	margin-left: auto;
	margin-right: auto;
}

.backstring {
	width: 90%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	text-align: right;
	font-style: italic;
	font-size: x-small;
}

#sez_central {
	/*border: 1px solid #000000;*/
	border: 1px solid #ffae00;
	/*border-bottom: 1px solid #000000;*/
	margin: 10px auto 10 auto;
	padding: 30px;
}

#sez_footer {
	/*border-top: 1px solid #000000;*/
	width: 100%;
	font-size: xx-small;
	margin-top: 30px;
	clear: both;
	text-align: center;
	font-style: italic;
}

.introhome {
	font-size: large;
	font-style: italic;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 1px solid #ffae00;
	padding: 1em;
}

