body {
	background: #fff url('img/body2.gif') repeat-x left top;
	margin: 0px 10px;
	text-align: center;
}
body,
div,
h1, h2, h3, h4, h5,
small,
td {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, Arial, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
body,
div,
li,
td,
ul {
	font-size: 12px;
}
small {
	font-size: 11px;
}
a,
a:visited {
	color: #c10;
	text-decoration: none;
}
a:hover {
	color: #000;
}

.navi1 a,
.navi1 a:visited {
	color: #c10;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Jamrul, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
.navi1 a:hover {
	text-decoration:underline;
	
}
.navi1 a.selected,
.navi1 a.selected:visited {
	color: #000;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
.row {
	clear: both;
	padding-top: 15px;
}
.columns {
	background-image: url('img/columns.gif');
	background-repeat: repeat-y;
}
.column1 {
	float: left;
	text-align: right;
	width: 145px;
}
.column2 {
	margin-left: 175px;
	width: 485px;
}
.column3 {
	float: right;
	width: 270px;
	overflow:hidden;
}
.searchresult {
	background-color: #fe0;
	font-weight: bold;
}
.vspacer {
	height: 40px;
}
img.headline {
	margin-bottom: 14px;
}

#pagewrapper {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}
#header {
	height: 123px;
}
#header div {
	padding-top: 24px;
}
#header .column2 {
	margin-left: 160px;
	padding-top: 30px;
}
#content {
}
#footer {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#footer div {
	color: #bbb;
	font-size: 11px;
}
#footer a,
#footer a:visited {
	color: #bbb;
	font-size: 11px;
}
#footer a:hover {
	color: #000;
}

ul {
	list-style-type: none;
	margin-left: 9px;
	padding-left: 0px;
}
ul li {
	background-image: url('img/list.gif');
	background-position: left .55em;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 13px;
}
ul ul li {
	background-image: url('img/list2.gif');
}
ul ul ul li {
	background-image: url('img/list3.gif');
	font-size: 11px;
}

ul.links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.links li {
	background-image: none;
	padding: 0px 0px 5px 0px;
}
ul.links li a,
ul.links li a:visited {
	color: #000;
	display: block;
	padding-left: 10px;
}
ul.links li a:hover {
	background-image: url('img/list_links.gif');
	background-repeat: repeat-y;
	color: #c10;
}
ul ul {
	padding-left:20px;
}

