@charset "UTF-8";
a.navbar:link {
	color: #E7E3DA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.navbar2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #E7E3DA;
	text-decoration: underline;
}
a.navbar2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: underline;
	color: #917D6D;
}
a.navbar:visited {
	color: #917D6D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.navbar:hover {
	color: #0397D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.navbar:active {
	color: #CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1031px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/background-whitebox.jpg);
}
#wrapper2 {
	background-image: url(../images/background-whitebox3.jpg);
	background-repeat: no-repeat;
	width: 1031px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 147px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #body {
	width: 1000px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 30px;
}
#wrapper #footer {
	height: 43px;
	width: 1300px;
}
#wrapper #body2 {
	background-image: url(../images/bg-whitebox-repeat.jpg);
	background-repeat: repeat-y;
	height: 100px;
}
#wrapper #body #navigation {
	width: 992px;
	height: 61px;
}
label
{
	width: 378px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	position: relative;
}

.submit input
{
	margin-left: 20em;
} 
