@charset "ISO-8859-1";

body {
	margin: 0px;
	font-family: 'Franklin Gothic', 'Lucida Sans', Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	color: #4d4d4f;
	text-align: center;
	min-width: 800px;
}

p {
	margin-top: 0;
}

h1 {
	font-size: 10pt;
	margin-top: 0;
}

h2 {
	font-size: 10pt;
	margin-top: 0;
}

h3 {
	font-size: 10pt;
	margin-top: 0;
}

h4 {
	font-size: 10pt;
	margin-top: 0;
}

#all_content {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#head_bar {
	position: absolute;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 44px;
	width: 550px;
	background-image:url(img/logo.png);
	background-repeat: no-repeat;
}

#head_intern {
	height: 44px;
	width: 550px;
}

#sidebar {
	position: absolute;
	top: 95px;
	width: 150px;
	font-size: 10pt;
}

/* Fix fixed positioning for sane browsers */
@media screen {
	body>div#all_content>a>span#head_bar {
		position: fixed;
	}
	
	body>div#all_content>div#content_area>div#sidebar {
		position: fixed;
	}
}

#content_main {
	position: relative;
	padding-top: 95px;
	margin-bottom: 3ex;
	left: 150px;
	width: 500px;
}

#content_main ul {
	list-style-type: none;
	padding: 0;
	margin: 2ex 0 2ex 0;
}

#content_main li {
	margin-bottom: 1ex;
}

#main_image {
	height: 375px;
}

#main_text {
	padding-top: 3ex;
}

#main_single {
	
}

.date_list {
	float: left;
	width: 100%;
	margin-bottom: 1ex;
}

.event_rest {
	float: left;
	display: block;
	width: 85%;
}

.event_date {
	float: left;
	display: block;
	width: 15%;
}

.event_name {
	text-transform: uppercase;
	font-weight: bold;
}

.event_other {
}

.grid_image img {
	border-style: none;
	border: none;
	text-decoration: none;
	width: 150px;
	height: 212px;
}

.grid_image {
	float: left;
	width: 150px;
	margin-right: 25px;
}

.more_pages {
	visibility: hidden;
	height: 0px;
	width: 0px;
}

.right_grid {
	margin-right: 0px;
}

.simple_image {
	width: 500px;
	margin-bottom: 2ex;
}

.image_flow_right {
	float: left;
	margin: 2ex;
}

.image_flow_right {
	float: right;
	margin: 2ex;
}

.newshead {
	border-top: thin solid;
	padding-top: 0.3ex;
	margin-bottom: 0;
	font-size: 12pt;
}

.news_date {
	margin-bottom: 2ex;
	font-size: 8pt;
}

.navlink a {
	font-weight: bold;
}

.navlink span {
	font-weight: bold;
}

.navlink span {
	cursor: pointer;
}

.navlink span:hover {
	color: #000000;
}

/** Navigation formatting **/
.nav-style {
	font-weight: bold;
}

.nav-style:hover {
	color: #000000;
	cursor: pointer;
}

.navigate li:hover {
	color: #000000;
	cursor: pointer;
}

.navigate a:visited {
	color: #4d4d4f;
	text-decoration: none;
}

.navigate a:hover {
	color: #000000;
}

.navigate a:link {
	color: #4d4d4f;
	text-decoration: none;
}

.nav-menu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 2ex;
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav-menu li {
	padding: 0px;
	margin: 0px;
}