html, body {
	min-width: 915px;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
	padding: -5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
	background-color: #0c3f7e;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
}

.clear {
    clear: both;
}

a {
    outline: none;
}

a.url {
    position: relative;
    top: 20px;
	color: #ff0000;
	text-decoration: none;
}

a.url:hover {
    text-decoration: underline;
}

#wrapper {
    position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 915px;
	min-height: 800px;
	text-align: left;
	overflow-x: visible;
	z-index: 10;
}

#contentrow {
    position: relative;
	clear: both;
	width: 934px;
	margin-top: 0px;
	overflow-x: visible;
	background-image: url(../images/content_bg_repeatY.gif);
	background-repeat: repeat-y;
	background-position: 724px 0px;
}

#contentleft {
    position: relative;
	display: inline;
	float: left;
	width: 724px;
	min-height: 200px;
}

#slide {
    position: relative;
	width: 724px;
	height: 264px;
	background-image: url(../images/slide_bg.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}

#maincontent {
    position: relative;
	margin-top: 17px;
	padding: 8px;
	width: 708px;
	background-color: #ffffff;
}

#searchresults {
    position: relative;
    min-height: 950px;
	margin-top: 0px;
	padding-top: 0px;
}

#eventhead {
    position: relative;
	margin-bottom: 10px;
	font-size: 12px;
}

.contentpreviews {
    position: relative;
	width: 707px;
	margin-bottom: 22px;
}

.contentpreviewthumbs {
    position: relative;
	display: inline;
	float: left;
	width: 160px;
	height: 93px;
	margin-right: 10px;
}

.contentimg {
    position: relative;
	display: inline;
	float: left;
	width: 250px;
	height: 145px;
	margin-right: 10px;
}

.eventimg {
    position: relative;
	width: 309px;
	margin-right: 10px;
}

.contentpreviewtext {
    position: relative;
	display: inline;
	float: left;
	width: 530px;
}

.contenttext {
    position: relative;
	display: inline;
	float: left;
	width: 400px;
}

.blueheadings {
    position: relative;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #003074;
}

.horizontalseparator {
    position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 2px;
	width: 705px;
	color: #ffffff;
	background: #ffffff;
}

.pagethumbs {
    position: relative;
	display: inline;
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 10px;
}

