html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #777;
	font-family: Calibri, Arial,Verdana,Geneva,Helvetica,sans-serif;
	color: white;
}
body {
	width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
}
#banner {
	margin-top: 40px;
	height: 120px;
	position: relative;
}
#follow_twitter {
	position: absolute;
	right: -120px;
	bottom: 16px;
}
#banner a {
	display: inline-block;
}
#menu {
	background-color: #1a2574;
	padding: 3px 6px;
	font-size: 12px;
}
#menu a.button {
	border: 1px solid white;
	color: white;
	font-size: 12px;
}
#menu a:hover {
	background-color: #2c3fc6;
}
#messages {
	border-bottom: 1px solid black;
	background-color: #EEF;
	color: black;
	padding: 10px 64px;
	font-size: 14px;
	font-weight: bold;
}
#errors {
	border-bottom: 1px solid black;
	background-color: #FEE;
	color: black;
	padding: 10px 64px;
	font-size: 14px;
	font-weight: bold;
}
#content {
	background-color: white;
	color: #222;
	padding: 20px 64px 40px 64px;
	min-height: 700px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
#footer {
	margin-bottom: 40px;
	background: transparent url(../images/sky.png) scroll no-repeat bottom left;
	padding: 3px 6px;
	text-align: center;
	font-size: 12px;
}
#adsense_banner {
	width: 160px;
	height: 600px;
	position: absolute;
	right: -200px;
	top: 190px;
}
/* Standard elements */
li {
	margin-bottom: 5px;
}
H1 {
	color: #1a2574;
}
H2 {
	color: #AAA;
}
img {
	border: 0;
}
img.page_image {
	float: right;
	margin: 90px 0 50px 20px;
	width: 200px;
	clear: right;
}
a.print_button {
	float: right;
	position: relative;
	top: -10px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	color: #888;
}
a.print_button img {
	display: block;
	margin: auto;
}
a.back_button {
	position: absolute;
	bottom: 20px;
	right: 64px;
	font-size: 12px;
	color: #888;
}
a.button {
	display: inline-block;
	border: 1px solid black;
	margin-right: 6px;
	padding: 2px 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
fieldset {
	margin: 10px 0;
	border: 1px solid black;
	background-color: #c5defd;
	color: black;
	padding: 8px;
}
legend {
	padding: 2px 6px;
	border: 1px solid black;
	text-align: right;
	color: white;
	background-color: #1a2574;
}
label {
	display: inline-block;
	width: 25%;
	margin-right:10px;
	text-align:right;
	font-weight:bold;
	vertical-align: top;
}
input.text, textarea {
	width: 50%;
	margin-bottom: 8px;
}
form .form_submit {
	text-align: right;
}
form .required_fields {
	font-style: italic;
	font-size: 10px;
}
iframe {
	display: block;
	height: 700px;
	width: 100%;
	border: 0;
}
