body {
	font-family: helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	color: #080A10;
}

#body {
	margin: auto;
	max-width: 800px;
}

#header {
	text-align: center;
	clear: both;
}

#logo {
	float: left;
}

#login {
	text-align: right;
	float: right;
}

#nav {
	text-align: center;
	clear: both;
	font-size: 115%;
}

#content {
	text-align: center;
	clear: both;
}

#footer {
	text-align: center;
	clear: both;
}

#poweredBy {
	float: left;
}

#feedback {
	float: right;
}

.error {
	font-weight: bold;
	color: red;
}

.success {
	font-weight: bold;
	color: green;
}

.boxed {
	text-align: center;
	margin: auto;
	border: 2px solid #80A0FF;
}

.head {
	text-align: center;
	background-color: #80A0FF;
	color: #202840;
	font-weight: bold;
	font-size: 115%;
}

.key {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.value {
	width: "100%";
	vertical-align: top;
	text-align: justify;
}

div {
	padding: 2px;
}

hr {
	color: #202840;
}

a {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #405080;
}

a:visited {
	text-decoration: none;
	color: #405080;
}

a:hover {
	text-decoration: underline;
	color: #408050;
}

a:active {
	text-decoration: underline;
	color: #408050;
}

a.logo:hover {
	text-decoration: none;
	color: #405080;
}

a.logo:active {
	text-decoration: none;
	color: #405080;
}

img {
	border: 0;
}