body {
	text-align: center;
}

form {
	margin: 0;
}

a, a:visited {
	color: blue;
}

p {
	text-align: justify;
	margin: 15px 50px;
}

h1 {
	text-align: center;
	font: bold italic 18pt verdana, sans-serif;
	margin-bottom: 5px;
}

h2 {
	text-align: center;
	font: bold italic 14pt verdana, sans-serif;
	margin-bottom: 5px;
}

h3 {
	font: bold italic 14pt sans-serif;
}

h3, h4 {
	margin-left: 50px;
	margin-right: 50px;
}

.form_controls input {
	border: solid 1px black;
	background-color: #50f;
	color: white;
	font: bold 12pt verdana, sans-serif;
    cursor: pointer;
}

.required {
	color: red;
}

#page_wrapper {
	width: 750px;
	margin: 15px auto;
	text-align: left;
	border: 2px solid black;
}

#header ul {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
	text-align: center;
} #header ul li {
	display: inline;
} #header ul a {
	color: white;
	text-decoration: none;
	background-color: #50F;
	font: bold 12pt verdana, sans-serif;
	padding: 2px 8px;
	border: solid 2px black;
} #header ul a:hover {
	background: #41F100;
} #header ul a:visited {
	color: white;
} #header ul li.current a {
	background: #41F100;
} #header .admin a {
	background-color: orange;
}

#contact .address {
	width: 250px;
	vertical-align: top;
	padding: 15px 0 15px 115px;
} #contact label {
	font-weight: bold;
}

#footer {
	background: black;
} #footer #banner {
	background: white;
	padding-bottom: 10px;
} #footer p {
	text-align: center;
	font: normal 12pt georgia, serif;
	color: white;
	padding: 4px 0 1px 0;
	margin: 0;
} #footer a {
	color: white;
} #footer a:hover {
	color: gray;
}
div.notice_box {
    color: blue;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 0px 0px 10px 0px;
}
div.notice_msg {
    margin: auto;
    border: solid 1px blue;
    padding: 5px;
    width: 500px;
}
div.error_box {
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 0px 0px 10px 0px;
}
div.error_msg {
    margin: auto;
    border: solid 1px red;
    padding: 5px;
    width: 500px;
}
