/* General styles */
body {
	margin: 20px 0px;
	padding: 0;
	border: 0;
/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	text-align: center;
	color: #fff;
	background: #7F7F7F;
	min-width: 600px;
/* Minimum width of layout - remove line if not required */
/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 90%;
}
body {
	font-family: "Courier New", Courier, Monaco, sans-serif;
	font-size: 13px;
	line-height: 140%;
}
#maincenterblock {
	width: 705px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 0px dashed #FF0000;
	background-color: #1838A1;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
h1, h2, h3 {
	margin: .8em 0 .8em 0;
	padding: 0;
	font-family: Georgia, Times, serif;
}
h1, h2 {
	font-weight: normal;
}
h3, h4 {
	font-weight: bold;
	
}

h4 {
margin: .1em 0 .1em 0;

}

p {
	margin: .4em 0 1.0em 0;
	padding: 0;
	font-family: "Courier New", Courier, Monaco, sans-serif;
	font-size: 13px;
	line-height: 140%;
}
img {
	margin: 0;
	border: 0;
}
/* ----------------- Header styles  ----------------- */
#header {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
#header {
	background: #1838A1;
	border-bottom: 1px solid #000;
}
#header p, #header h1, #header h2 {
	padding: .4em 15px 0 15px;
	margin: 0;
}
#logo {
	height: 100px;
}
#logo img {
	padding: 10px 0;
}
#credential {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 24%;
}
#credential {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCA0B;
}
#subline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0 3px 15px;
	color: #B1D6E6;
	background: #A37E44;
}
.audio-rec ul {
	margin-bottom: 40px;
}
/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}
/* --------------------- column container ------------------------ */
.colmask {
	position: relative;
/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;
/* width of whole page */
	overflow: hidden;
/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float: left;
	width: 100%;
	position: relative;
}
.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background: #7B494E;
/* right column background colour */
}
.rightmenu .colleft {
	right: 25%;
/* right column width */
	background: #1838A1;
/* left column background colour */
}
.rightmenu .col1 {
	width: 75%;
/* left column content width (left column width minus left and right padding) */
	left: 25%;
/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width: 25%;
/* right column content width (right column width minus left and right padding) */
	left: 25%;
/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
.col1_content, .col2_content {
	padding: 0 15px;
}
/* ----------- Navigation styles ----------------- */
#navigation_r {
}
#navigation_r ul {
	list-style: none;
	padding: 5px 15px;
	margin: 0;
}
#navigation_r ul li {
	padding: 5px 0;
}
#navigation_u {
}
#navigation_u ul {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}
#navigation_u ul li {
	display: inline;
	padding: 0  25px 0 0;
}
/* ----------- Footer styles ----------------- */
#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}
#footer p {
	padding: 10px 0 10px 0;
	margin: 0;
}
/* ----------- anders ----------------- */
ul,ol {
margin:0;
padding:0 30px;

}

ol li ul {
margin:0;
padding:0 30px;

}
