body {
	font-size: 80%;
	font-family: 'Arial, Lucida Grande', Verdana, Geneva, Lucida, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-width: 0;
	background: #999 url('../images/background.jpg') top left fixed repeat-x;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 3em;
	text-align: center;
}

h1 span.sub {
	font-size: 0.52em;
}

h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
}

h3 {
	font-size: 1.3em;
}

h3 span.sub {
	font-size: 0.75em;
}

h4 {
	font-size: 1em;
}

.spacer {
	clear: both;
}

.text {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; text-decoration: none}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.ext {
	color: #900;
}

div.hr {
  height: 15px;
  background: #fff url('../images/hr.gif') no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/* ------ Main container ------ */

#container {
	position: relative;
	border: 1px solid #09c;
	border-width: 1px 1px 0px 1px;
	background: white;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	width: 90%;
	margin-right: auto;
}

/* ------ Header ------ */

#topbar {
	background-color: #09c;
	font-size: 0.85em;
	color: white;
	text-align: right;
	padding: 0 5px 1px 0;
}

#header {
	position: relative;
	background: #09c;
	margin: 0;
	padding: 0 0 1em 0;
	height: 60px;
}

#header img.crest {
	float: right;
	margin: 10px;
}

#header h1 {
	display: none;
}

/* ------ Footer ------ */

#footer {
	padding: 2px 1em 4px;
	border-top: 1px solid #09c;
	border-bottom: 1px solid #09c;
	background-color: #ccc;
	font-size: 0.85em;
}
