* { margin:0; padding:0; }

body
{
background-color:#FFFFFF;
text-align:center;
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
font-size:14px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000
}

a:hover {
	color: #000;
	text-decoration:underline;
}

.wrapper
{
width:666px; margin-left:auto; margin-right:auto;
padding:10px;
}

.logo
{
float:left;
padding:10px 0px 10px 0px;
}

.navigation
{
float:right;
padding:114px 0px 50px 0px;
}

.navigationtxt a:link, .navigationtxt a:visited, .navigationtxt a:active {
	text-decoration: none;
	color: #787878;
}

.navigationtxt a:hover {
	color: #fff;
	background-color:#787878;
	text-decoration:none;
}

.welcome
{
text-align:center;
}

.text
{
text-align:justify;
font-size:16px;
list-style-type:circle;
list-style-position:inside;
padding: 0px 10px 0px 10px;
}

.header1
{
font-size:22px;
font-weight:bold;
color:#0033FF;
}

.header2
{
font-size:20px;
font-weight:bold;
color:#0033FF;
}

.formleft
{
float:left;
text-align:right;
font-weight:bold;
width:30%;
}

.formright
{
float:right;
text-align:left;
width:70%;
}

.formclear
{
clear:both;
text-align:center;
}
 
.inputbox {
	background-color: #fff;
	border: solid 1px #0033FF;
	width: 250px;
	height: 20px;
	padding: 2px;
	margin:2px;
}
.textarea {
	background-color: #fff;
	border: solid 1px #0033FF;
	height: 100px;
	width: 250px;
	padding: 2px;
	margin:2px;
}

.footer
{
font-size: 9px;
clear:both;
}
