@charset "utf-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0em;
	background: url(../images/bg_main.png) #369;
	background-repeat: repeat-x;
}

div#container {
	margin-left: 0.94em;
	width: 52em;
	/* background: url(../images/bg_main.png) #369;
	background-repeat: repeat-x; */
}

div#header {
	height: 9.06em;
}

div#header div#logo {
}

div#logo img#header_img_logo {
	width: 50em;
	height: 6.25em;
}

div#header div#navigation {
	background: url(../images/bg_nav.png);
	background-repeat: no-repeat;
	height: 2.19em;
}

div#navigation img {
	height: 2.19em;
	border: 0em;
}

div#container div#body {
}

div#body div#news {
	padding: 0.94em 0.94em 0.6em 0.94em;
	margin: 0.94em 0.94em 0.6em 0.94em;
	background: #ccf;
}

div#news p {
	font-size: 0.9em;
	margin-left: 1.5em;
}

div#news img#news_hdg_latestnews {
	width: 9.19em;
	height: 1.88em;
}

div#news img#news_hdg_upcoming {
	width: 12.75em;
	height: 2.19em;
}

div#body div#flashslideshow {
	float: right;
	width: 32.75em;
	height: 19.75em;
	background: #fff;
	margin: 0.94em;
}

div#body div#content {
	margin: 0.94em 0.94em 0em 0.94em;
	padding: 0em;
	background: #fff;
	min-height: 21.63em;
}

div#content img.content_img_heading {
	height: 1.88em;
	margin: 0.94em 0.94em 0em 0.94em;
}

div#content h1 {
	color: #369;
	font-size: 1em;
	margin: 1.1em;
}

div#content p {
	font-size: 0.9em;
	margin: 1.25em;
	text-align: justify;
}

div#content ul, div#content ol {
	font-size: 0.9em;
}

div#content img.content_img_rightfloater {
	float: right;
	margin: 0.94em;
	border: 2px solid #036;
}

div#content p.content_p_lastpara {
	margin-bottom: 0em;
}

div#container div#footer {
	clear: both;
	height: 1.25em;
	background: #fff;
	margin: 0em 0.94em 0em 0.94em;
}

div#footer p {
	font-size: 0.8em;
	margin: 0em 1em 0em 1em;
	color: #888;
}