body
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.3;
	color: #000000;
	background-color: #f5fff5;
}
a:link
{
	color: blue;
	text-decoration: none;
}
a:visited
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
.heading
{
	margin: -25px 0px 20px 25px;
	position: absolute;
}
.heading h1
{
	text-align: left;
}
.navigation
{
	text-align: right
}
.navigation ul
{
	padding: 0px;
	list-style: none;
	white-space: nowrap;
	margin: 0px 20px 0px 0px;
}
.navigation li
{
	list-style: none;
	display: inline;
}
.navigation a
{
	color: #000000;
	padding: 3px 15px 3px 15px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #66cc99;
}
.navigation a:hover
{
	background-color: #ffffff;
	border: 1px solid #66cc99;
	border-bottom: 4px solid #66cc99;
}
.content
{
	min-width: 500px;
	min-height: 100px;
	margin: 20px 20px 20px 20px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	text-align: justify;
	border: 1px solid #66cc99;
}
.flags
{
	text-align: right;
	margin: 0px 20px 0px 0px;
}
.copyright
{
	text-align: center;
}
.banner
{
	margin: 20px 20px 20px 25px;
	text-align: center;
}
input.openid_login {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}
