html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 145%;
	background: #23538a url('images/mainbg.gif') repeat-y top center;
	color: #000000;
	text-align: left !important;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, sans-serif;
	color: #cc0000;
	padding: 0;
	margin: 0.5em 0;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

a:link, a:visited {
	color: #23538a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #527aa5;
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
}

form  {
	margin: 0 0 1.5em 0;
}

form label, input, select, textarea {
	display: block;
	width: 25em;
	float: left;
	margin-bottom: 0.5em;
}

form label {
	text-align: right;
	width: 10em;
	padding-right: 1em;
}

form .formbutton {
	width: 5em;
}

form br {
	clear: left;
}

label {
	font-weight: bold;
}

table {
	font-size: 100%;
}

.nostylesline {
	display: none;
}

.contentimageright {
	float: right;
	padding: 0 0 1.5em 1.5em;
}

.contentimageleft {
	float: left;
	padding: 0 1.5em 1em 0;
}

#container {
	position: relative;
	width: 800px;
	text-align: left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -40px;
}

#header {
	position: relative;
	width: 100%;
	height: 110px;
	background: #4d80b0 url('images/headerimage.jpg') no-repeat;
}

#headerlogo {
	position: absolute;
	top: 0;
	right: 0;
	width: 285px;
	height: 110px;
	margin: 0;
	padding: 0;
}

#header h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 200%;
	padding: 20px;
	margin: 0;
}

#mainmenu {
	position: relative;
	width: 100%;
	height: 40px;
	background: #e5eff5 url('images/menubg.gif') repeat-x bottom center;
}

#mainmenu ul {
	height: 40px;
	padding: 0 0.5em;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#mainmenu li {
	float: left;
	height: 40px;
	padding: 0;
	margin: 0 0.5em;
	text-align: center;
	font-size: 110%;
}

#mainmenu a {
	display: block;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	padding: 0 0.75em;
	margin: 0;
}

#mainmenu a:hover {
	background: url('images/menuhover.gif') no-repeat center center;
	text-decoration: none;
}

#mainmenu span.selected {
	display: block;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: url('images/menuselected.gif') no-repeat center center;
	color: #cc0000;
	text-decoration: none;
	padding: 0 0.75em;
	margin: 0;
	font-weight: bold;
}

#contentarea {
	position: relative;
	width: 475px;
	padding: 20px 20px 50px 20px;
	margin: 0;
}

#contentareafull {
	background: #ffffff;
	position: relative;
	width: 760px;
	padding: 20px 20px 50px 20px;
	margin: 0;
}

#sidebar {
	position: absolute;
	top: 150px;
	left: 515px;
	width: 245px;
	padding: 20px;
}

#footer {
	position: relative;
	width: 800px;
	height: 40px;
	background: #e5eff5 url('images/menubg.gif') repeat-x bottom center;
	line-height: 40px;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
}

#footer p {
	margin: 0 20px;
}

.contactblock {
	width: 50%;
	float: left;
	margin-bottom: 1em;
}