body {
	position: relative;
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
}

#header img {
	position: absolute;
	left: 0;	
	top: 0;
}

#header h1, #header h2 {
	text-align: center;
	width: 600px;
	padding-left: 200px;
}	

#header {
	height: 100px;
}

#uppercorner {
	position: absolute;
	top: 0;
	right: 0;
	margin: 30px 20px;
}

h2 {
	clear: both;
	margin: 20px 10px;
	font-style: italic;
}

h3 {
	color: green;
}

table.heading {
	clear: both;
	border: 1px solid black;
}
table.heading th {
	color: white;
	background-color: #1690c3;
	font-weight: bold;
}

textarea {
	height: 6em;
	width: 99%;
}

.nosize input {
	width: auto !important;
	border: none !important;
}
.nosize label {
	display: inline !important;
	float: none !important;
	width: auto !important;
}
.left, .middle, .right, .begin, .end, .full {
	float: left;
	margin: 5px 0;
}
.left, .middle, .right {
	width: 33%;
}
.begin, .end {
	width: 50%;
}
.full {
	width: 100%;
}
.begin input, .end input {
	width: 67%;
}
.left input, .middle input, .right input {
	width: 50%;
}
.begin label, .end label {
	display: block;
	float: left;
	width: 30%;
}
.left label, .middle label, .right label {
	display: block;
	float: left;
	width: 45%;
}
.full label {
	margin: 0 30px 0 0;
}
.full input {
	width: 90%;
	margin: 5px;
}

.required {
	color: red;
}
