@CHARSET "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: none;
}
#main-wrapper {
	position: static;
	float: none;
	width: auto;
}
#header {
	position: static;
	float: none;
	width: auto;
	height: auto;
	margin-top: 0px;
	display: none;	
}
#breadcrump-wrapper {
	position: static;
	float: none;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#breadcrump-navigation {
	position: static;
	float: none;
	width: auto;
	margin-left: 0px;
	padding-top: inherit;	
	font-size: 11px;
	color: #000000;
}
#search-box {
	position: static;
	float: none;
	width: auto;
	margin-left: 0px;
	padding-top: 0px;
	display: none;
}
#page-title-wrapper {
	position: static;
	float: none;
	width: auto;
	height: auto;
}
#language-selector-wrapper {
	position: static;
	float: none;
	width: auto;
	display: none;	
}
#page-title {
	position: static;
	float: none;
	width: auto;
}
#sidebar-wrapper {
	position: static;
	float: none;
	width: auto;
	display: none;	
}
#base-wrapper {
	position: static;
	float: none;
	width: auto;
}
#content-wrapper {
	position: static;
	float: none;
	width: auto;	
	background-color: #FFFFFF;
	padding: inherit;
}
#content-top {
	position: static;
	float: none;
	width: auto;
	margin: inherit;
}
#content-left {
	position: static;
	float: none;
	width: auto;
	margin-left: inherit;
}
#content-right {
	position: static;
	float: none;
	width: auto;
	margin-left: inherit;
}
#footer-wrapper {
	position: static;
	float: none;
	width: auto;
	border-top: none;
	padding-bottom: inherit;
}
#footer-left-wrapper {
	position: static;
	float: none;
	width: auto;
	margin-top: inherit;
}
#navigation-3 {
	position: static;
	float: none;
	width: auto;
	display: none;	
}
#copyright {
	position: static;
	float: none;
	width: auto;
	clear: none;
	margin-top: inherit;
	font-size: inherit;
	color: inherit;
}
#footer-right-wrapper {
	position: static;
	float: none;
	width: auto;
	margin-top: inherit;
	text-align: inherit;
}
#content-wrapper ul {
	padding-left: 18px;
	padding-bottom: 15px;
}
#content-wrapper ul li {
	padding-left: 0px;
	background-image: none;
	list-style: circle;
	list-style-type: circle;
	display: inherit;
}

/* standards */
h1 {
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 15px;
}
a {
	color: #000000;
}
a:hover {
	color: #000000;
}
#breadcrump-navigation a {
	color: #000000;
}
#breadcrump-navigation a:hover {
	color: #000000;
	text-decoration: underline;
}