#menuDiv, #searchForm {
	display: none;
	}
	
a:link, a:visited, a:hover, a:active {
	color: #520;
	text-decoration: underline;
}

body {
	background: white;
	font-size: 12pt;
	font-family:Georgia, serif;
	}

.article form {
	width: 400px;
}
.article label {
display: block;
}
.article input{
display: block;
width: 400px;
border: 1px solid #999999;
margin-bottom: 5px;
margin-top: 5px;
height:16px;
}

.article input.checkbox {
width: auto;
display: inline;
border: none;
margin: 0px;
}

.article textarea {
border: 1px solid #999999;
width: 400px;
}
.article p {
margin-bottom: 5px;
}

h1 {
	font-size:140%;
}

h2 {
	font-size:130%;
}

h3 {
	font-size:120%;
}

#container, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	color: black; 
	background: transparent;
	}

#errorBox, #errorBox *{
	display:none;
	visibility:hidden;
}

#errorBox h2 {
	display:none;
}