* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
	height: 100%;
	background: #00306B;
}
h1 {
	font-size: 2.7em;
	font-weight: normal;
}
h2 {
	font-size: 1.8em;
	padding: 5px 0;
}
h3 {
	font-size: 1.5em;
	padding: 5px 0;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #F7AE10;
}
hr {
    border-color: #F7AE10;
    color: #F7AE10;
    height: 1px;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
a img {
	border: none;
}
.clearer {
	clear: both;
}
table {
    font-size: 1em;
}
td {
    vertical-align: top;
    padding-right: 5px;
}
#main_container {
    font-size: 1em;
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0 auto;
	color: white;
}

#main_content {
    width: 480px;
    float: left;
    padding-top: 255px;
    font-size: 1.1em;
}

#flash_header {
    float: left;
	width: 490px;
}

#contact_details {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 1.1em;
	color: white;
	line-height: 1.5em;
}
#contact_details p {
	margin: 7px 0;
}
#contact_details a {
	font-weight: bold;
	text-decoration: none;
}
#contact_details a:link,#contact_details a:visited {
	color: white;
	text-decoration: none;
}
#contact_details a:active,#contact_details a:hover {
	color: #F7AE10;
	text-decoration: none;
}