body {
	font-family: "Tahoma", sans-serif;
	font-size: .95em;
	background-color: #606060;
	margin: 0;
	height: 100%;
	width: 100%;
}

#border {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 97%;
	width: 98.2%;
	border: 3px solid white;
}

#up-inner {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:40%;
	color:#ffffff;
	background:#505050;
}

#down-inner {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:60%; 
	color:#202020;
	background: #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 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.3em;
	position: absolute;
	top: 50px;
	left: 70px;
}

.links {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	position: absolute;
	bottom: 15px;
	left: 70px;
}

.down-text {
	position: absolute;
	top: 15px;
	left: 70px;
	width: 60%;
}

p {
	text-align: justify;
}

sup {
	font-size: 0.5em;
}

.page {
	text-decoration: underline;
}

.logoimage {
	position: absolute;
	float: right;
	top: 50px;
	right: 70px;
	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: 25px;
	bottom: 15px;
}

.downandouttext {
	font-size: 0.5em;
	text-align: right;
	background-color: #ffdd00;
	font-style: italic;
	color: #505050;
}

input, textarea {
	width: 300px;
}
