html, body {
	height: 100%;
}

body, td, th, a {
	color: #666;
	font-family: arial;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	background: url(/images/body_background.jpg);
}

#distances {
	width: 1px;
	height: 50%;
	margin-bottom: -315px;
	float: left;
}

#Main {
	width: 978px;
	margin: 0 auto;
	position: relative;
	clear: left;
	top: 3px;
}

#Main-2-Top {
	width: 980px;
	height: 15px;
	background: url(/images/main2_top_background.png);
}

#Main-2-Bottom {
	width: 980px;
	height: 15px;
	background: url(/images/main2_bottom_background.png);
}

#created {
	color: #999999;
	margin-left: 20px;
	text-align: right;
	margin-right: 12px;
	margin-top: -10px;
}

#created a {
	text-decoration: none;
	color: #999999;
}

#Main-2 {
	width: 980px;
	position: relative;
	background: url(/images/main2_background.png) top left repeat-y;
	margin: 0 auto;
	padding-bottom: 11px;
}

#Main-3 {
	width: 930px;
	margin: 0 auto;
	position: relative;
}

#TopImage {
	margin-bottom: 10px;
}

#Logo {
	float: left;
	margin-top: 8px;
	margin-left: 6px;
}

#Header {
	width: 930px;
	height: 188px;
	background: url(/images/header_orange.jpg) no-repeat;
	position: relative;
}

#HeaderTitle {
	margin-left: 17px;
	position: absolute;
	bottom: 0;
	margin-bottom: 56px;
}

#HeaderText {
	margin-left: 17px;
	position: absolute;
	bottom: 0;
	margin-bottom: 17px;
}

/* MENU LINE */

#MenuLine {
	position: absolute;
	top: 0;
	right: 0;
	height: 58px;
	background: url(/images/menu_bg.jpg) repeat-x;
	width: 930px;
}
#MenuLine * {
}



#MenuLine ol, #MenuLine li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	top: 14px;
}
#MenuLine ol {
	position: absolute;
	right: 5px;
}
li.Level0Item {
	display: block;
	float: left;
}
a.Level0Item, a.Level0ItemSelected {
	padding: 4px 7px;
	display: block;
	font-size: 11px;
	text-decoration: none;
}
a.Level0ItemSelected {
	background: url(/images/menu_selected_orange.jpg) repeat-x;
	height: 20px;
}
a.Level0Item:hover, li.Level0Item:hover a.Level0Item, a.Level0ItemSelected {
	text-decoration: none;
}

/* MENU SUBITEMS */

#SubMenu {
	position: absolute;
	right: 9px;
	top: 9px;
}

.subMenuItem {
	float: left;
}

.subMenuItem a {
	text-decoration: none;
}

/* CONTENT */
#PageContainer {
}

#PageContent {
	/* old: #86847A */
	padding-top: 60px;
	color: #333;
	position: relative;
	min-height: 100px;
}

#Content {
	padding-left: 17px;
	font-size: 12px;
}

#Content td {
	font-size: 12px;
}

#Headline {
	
}

#Left {
	float: left;
}

.leftText {
	width: 250px;
	margin-top: 22px;
}

#Right {
	float: left;
	margin-left: 38px;
	width: 580px;
}

#Headline {
	margin-top: 16px;
	margin-bottom: 22px;
}

#FootClearer {
	height: 0px;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#FootClearer span {
	display: none;
}

a.isearch_title {
	text-decoration: none;
}

a.isearch_url {
	text-decoration: none;
	font-weight: bold;
}

.isearch_size {
	font-weight: bold;
}