@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Arial;
	color: #000;
	text-align: center;
	background: url(images/bg01.gif) no-repeat center 10px;
}
#emailfield {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 20px;
	margin-top: 147px;
}
#container {
	width: 800px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#left {
	width: 470px;
	float: left;
	text-align: left;
}
.floatleft {
	float: left;
}
#navigationtop {
	font-weight: bolder;
	text-align: left;
	height: 40px;
	width: 800px;
}
#navigationrechts {
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	height: 30px;
	width: 310px;
	padding-left: 470px;
	font-weight: bold;
}
a, a:visited {
	color: #99CCCC;
	text-decoration: none;
	border-width: 0px;
}
a img {
	border-width: 0px;
}
a:hover, a:active {
	color: #009999;
}
#right {
	width: 330px;
	margin-left: 470px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #399;
}
#right p strong  {
	font-size: 12px;
	color: #000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #399;
}
h2 {
	font-size: 14px;
	font-style: italic;
	color: #399;
}
.tenptgreen {
	font-size: 12px;
	color: #399;
}
.green {
	color: #399;
}
