#wrapper {
	position: absolute;
	left: 50%;
	width: 600px;
	margin-top: 0px;
	margin-right: -300px;
	margin-bottom: 0px;
	margin-left: -300px;
}
label, input, textarea {
	display: block;
}
textarea, input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
.required {
	display: none;
}
.menu_current {
        color: #18933C !important;
}
#header {
	text-align: center;
}
#menu {
	background-color: #0B1966;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menu li {
	display: inline;
	padding-right: 10px;
}
#menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
}
#footer a {
        color: #999;
}
label {
	margin-top: 10px;
	color: #FFF;
	background-color: #18933C;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#content h1 {
	font-size: 24px;
	color: #18933C;
}
#content h2 {
	font-size: 13px;
	color: #18933C;
}
#content p, li {
	font-size: 12px;
}
#content a {
        color: #0B1966;
}
