h1, h2, h3, h4 {
	color: #1E334A;
}

h1, h2 {
	font-family: "bitstream vera sans", verdana;
	font-weight: normal;
	position: relative;
	left: -10px;
	margin-top: 20px;
	text-transform: lowercase;
}

h2 {
	font-size: 22px;
	text-transform: lowercase;
}

h3 {
	margin-top: 18px;
	margin-bottom: 0px;
}

.date {
	font-size: 8px;
	color: #999;
	margin-bottom: 4px;
}

a {
	color: #1E334A;
}

a:visited {
	color: #304761;
}

a img {
	border: none;
}

body {
	background-color: #aaa;
	font-family: "bitstream vera sans", verdana;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

table {
	font-size: 12px;
}

.article table {
	margin: 8px 0px;
}

.article td {
	padding: 4px;
}

#main {
	width: 870px;
	background: url('/images/shadow_menu.gif');
	text-align: center;
	margin: 0px auto 0px auto;
	z-index: 0;
}

#container {
	width: 820px;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
}

#main.no_menu {
	background: url('/images/shadow.gif')
}


#header_logo {
	width: 820px;
	height: 174px;
	background: url('/images/skiss_stor_01.png');
	background-repeat: no-repeat;
	margin: 0px auto;
	z-index: 2;
}

#header_logo a {
	width: 360px;
	height: 174px;
	float: left;
	text-decoration: none;
}

#search {
	width: 180px;
	margin-left: 640px;
	font-size: 10px;
	float: right;
	position: absolute;
	top: 150px;
	z-index: 100;
}

#search_controls {
	color: #fff;
	height: 20px;
}

#search_string {
	font-size: 10px;
	border: none;
	margin: 0px 4px;
	width:  120px;
}

#search_spinner {
	position: absolute;
}

#search_results_container {
	float: left;
	position: absolute;
	width: 162px;
	background-color: #E9EDF2;
	padding: 4px;
	margin-top:3px;
	z-index: 100;
}

#search_results {
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
}

#search_results h1, #search_results h2 {
	text-transform: none;
	position: static;
	font-weight: bold;
}

#search_results a {
	text-decoration: none;
}

#search_results a:hover {
	text-decoration: underline;
}

#search_results h1 {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
}

#search_results h2 {
	margin-top: 10px;	
	font-size: 11px;
	margin-bottom: 0px;
}

#search_results p {
	margin: 0px 0px 4px 0px;
}

#main_menu {
	width: 820px;
	height: 30px;
	background: url('/images/skiss_stor_02.png');
	background-repeat: no-repeat;
	margin: 0px auto;
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 0px;
	z-index: 100;
}

#main_menu ul {
	position: relative; top: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 20;
}

#main_menu li {
	float: left;
	position: relative;
	width: 120px;
	font-size: 12px;
	color: white;
	padding: 0px 20px;
}

/* hack: hide from mac ie5 \*/
#main_menu li {
	width: auto;
	font-size: 14px;
}
/* end hack */

#main_menu li.current { font-weight: bold }

#main_menu li a, #main_menu li a:visited {
	color: white;
	text-decoration: none;
}

#main_menu li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	padding-top: 4px;
	z-index: 100;
	width: 130px;
}

#main_menu li > ul {
	top: auto;
	left: auto;
}

#main_menu li:hover ul, li.visible ul { display: block; z-index: 100 }

#main_menu li ul li {
	position: relative;
	left: 0px;
	width: 130px;
	overflow: hidden;
	font-size: 11px;
	padding: 5px 5px;
	background-color: #304761;
}

/* 304761 1E334A */

#content {
	width: 810px;
	height: auto;
	/*background-color: #fff;*/
	margin: 0px auto;
	padding: 0px; /* 20px 20px 20px;*/
	position: relative;
	top: -10px;
	z-index: 1;
}

#left_column {
	width: 310px;
	margin: 10px 50px 10px 40px;
	float: left;
}

#links {
	width: 140px;
	margin: 10px 0px 10px 0px;
	float: left;
	/*background-color: #E9EDF2;*/
	position: relative;
	top: 0px;
	padding: 10px 16px;
	height: 100%;
	font-size: 12px;
	line-height: 180%;
	text-transform: lowercase;
}

#links ul {
	margin: 4px;
	padding: 4px;
}

#links ul li {
	list-style: none;
	line-height: 16px;
	margin-bottom: 6px;
}

#links ul li.current {
	list-style: disc url('/images/bullet.png') outside;
}

#links a {
	color: black;
}

#text {
	width: 500px;
	float: left;
	margin: 10px 30px;
	clear: right;
}

#right_column {
	display: inline;
	width: 340px;
	float: left;
	margin: 10px 20px 10px 30px;
	clear: right;
}

#bottom {
	width: 870px;
	height: 48px;
	background: url('/images/shadow_bottom_menu.gif');
	background-repeat: no-repeat;
	margin: 0px auto;
}

#bottom.no_menu {
	background: url('/images/shadow_bottom.gif');
}

.more {
	font-size: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}