body {
	font-family: "Tahoma", sans-serif;
	font-size: .95em;
	background-color: #505050;
	margin: 0;
	height: 100%;
	width: 100%;
}

#border {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 97%;
	width: 98.5%;
	border: 3px solid white;
}

#left {
	position:absolute;
	left:0;
	top:0;
	width:27%;
	height:100%;
	color:#ffffff;
	background-color: #505050;
}

#right {
	position:absolute;
	top:0;
	right:0;
	width:71%;
	height:100%; 
	color:#202020;
	background-color: #ffdd00;
	overflow:auto;
}

a {
	background-color: inherit;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: white;
	color: #505050;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 1.3em;
}

#logo {
	position: absolute;
	top: 50px;
	left: 70px;
}

.logo {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.3em;
}

#links {
	position: absolute;
	bottom: 15px;
	right: 50px;
}
	
.links {
	font-family: "Trebuchet MS", sans-serif;
	text-align: right;
}

.right-text {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 75%;
}

p {
	text-align: justify;
}

sup {
	font-size: 0.5em;
}

.page {
	text-decoration: underline;
}

.logoimage {
	position: absolute;
	float: right;
	bottom: 65px;
	left: 50px;
	background-color: #505050;
	color: #202020;
	height: 100px;
	width: 100px;
	padding: 3px;
	border: 2px solid white;
}

.header {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

a.linktext {
	color: #202020;
	background-color: #ffdd00;
	text-decoration: none;
}

a.linktext:hover {
	color: #ffdd00;
	background-color: #202020;
	text-decoration: underline;
}

.label {
	font-weight: bold;
	vertical-align: top;
}

#downandout {
	position: fixed;
	float: right;
	right: 40px;
	bottom: 15px;
}

.downandouttext {
	font-size: 0.5em;
	text-align: right;
	background-color: #ffdd00;
	color: #505050;
}

input, textarea {
	width: 300px;
}

.date {
	vertical-align: top;
}

.description {
	vertical-align: top;
}

.hdate {
	vertical-align: top;
	font-weight: bold;
}

.hdesc {
	vertical-align: top;
	font-weight: bold;
}

td {
	padding: 3px;
	vertical-align: top;
}

.sign {
	font-style: italic;
	text-size: 0.9em;
}

.english {
	font-weight: bold;
}

.subheader {
	font-weight: bold;
	font-size: 1em;
	margin-left: 10px;
}

.subsubheader {
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
	margin-left: 20px;
}

.faqtext {
	margin-left: 30px;
}

pre {
	font-family: monospace;
	font-size: 0.9em;
	margin-left: 30px;
}

.pre {
	font-family: monospace;
	font-size: 0.9em;
}

ol, ul {
	margin-left: 15px;
}
