@charset "UTF-8";
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,153,255,0.8);
	border: 1px solid black;
}
#header {
	height: 102px;
	text-align: center;
	vertical-align: middle;
}
#header h1 {
	margin: 3px;
}
#header h2 {
	margin: 3px;
}
#header #logo {
	float: left;
}
#navigation {
	height: 30px;
	margin-top: 6px;
	margin-right: 6px;
	text-align: right;
	font-weight: bold;
}
#navigation a {
	text-decoration: none;
	font-size: medium;
	font-weight: normal;
}
#navigation a:hover {
	font-weight: bold;
}
#content {
	min-height: 536px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid black;
	font-size: small;
}
#content h2 {
	margin-top: 6px;
	margin-bottom: 0;
	text-align: center;
}
#content table {
	 margin: 6px;
	 margin-left: auto;
	 margin-right: auto;
}
#content table input [type=radio] {
	margin-right: 6px;
}
#content table input [type=checkbox] {
	margin-right: 6px;
}
#content table input [type=text] {
	margin: 3px;
}
#content table textarea {
	vertical-align: middle;
	margin: 0;
	resize: vertical;
}
#content table tr td {
	 padding: 5px;
	 vertical-align: middle;
}
#content table tr th {
	 padding: 3px;
	 vertical-align: middle;
	 font-weight: normal;
}
.table-subtitle {
	 padding: 3px;
	 font-weight: bold;
	 text-transform: uppercase;
	 vertical-align: middle;
	 background-color: rgba(102,102,102,0.6);
	 text-align: center;
}
#footer {
	height: 20px;
	text-align: right;
	font-size: small;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
