html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	color: #6d6e71;
	background-color: #bcbec0;
	padding: 0px;
	border: 0px;
	margin: 0px;
	line-height: 1.35em;
}

#fullouter {
	width: 800px;
	margin: 0px auto;
	background-color: #939598;
	min-height: 100%;
}

#outer {
	width: 720px;
	margin: 0px auto;
	background-color: #ffffff;
	min-height: 100%;
}

.header {
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url('/images/header-background.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 230px;
}

.header #logo {
	float: left;
	margin: 10px;
}

.header #topadvert {
	background-image: url('/images/header-advert-background.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 460px;
	margin-left: 72px;
	padding-left: 20px;
	float: left;
	font-size: 11pt;
	cursor: pointer;
}

.header #topadvert h3 {
	font-size: 12pt;
	color: #fe0000;
	margin-top: 11px;
	margin-bottom: 5px;
}

h1 {
	font-size: 14pt;
	color: #fe0000;
	margin-top: 10px;
}

h2 {
	font-size: 11pt;
	color: #fe0000;
}

.lower {
	margin-left: 20px;
	margin-right: 20px;
	min-height: 100%;
}

.lower #sidebar {
	float: left;
	height: 500px;
}

.lower #sidebar ul {
	padding-top: 40px;
	width: 208px;
	height: 238px;
	background-image: url('/images/sidebar-background.gif');
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 30px;
}

.lower #sidebar ul li {
	height: 40px;
}

.lower #sidebar ul li a {
	color: #ea0000;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}

.lower #sidebar ul li a:hover {
	text-decoration: underline;
}

.lower #maincontent {
	float: left;
	margin-left: 0px;
	width: 442px;
	background-color: #ffffff;
	padding-bottom: 20px;
}

.lower #maincontent #random-images #middle {
	margin-left: 14px;
	margin-right: 15px;
}

.lower #maincontent p {
	text-align: justify;
}

.footer {
	font-size: 8pt;
	text-align: center;
}

.footer a {
	color: #6D6E71;
}

strong {
	color: #5d5d5d;
	font-weight: bold;
}

.error {
	color: #fe0000;
	font-weight: bold;
}

#contactForm {
	width: 450px;
}

#contactForm .contactFormRow {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contactForm label {
	display: block;
	width: 150px;
	text-align: left;
	float: left;
	color: #5d5d5d;
	font-weight: bold;
}

#contactForm input {
	width: 290px;
	float: left;
}

#contactForm input.button {
	width: 150px;
	float: left;
}

#contactForm textarea {
	width: 290px;
	height: 200px;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.newsevent {
	clear: both;
	margin-bottom: 15px;
}


hr.dashed {
	height: 1px;
	background-color: #6d6e71;
	border: none;
}

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }