html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0;
	font-size: 15px; 
	font-family: arial, sans-serif;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */  }

body {
	height: 100%; 
	max-height: 100%; 
	overflow: hidden; 
	padding: 0; 
	margin: 0; 
	border: 0;
	background-image: url('images/background.png');
	background-repeat: repeat-x; }

#left {
	display: block; 
	overflow: auto; 
	position: absolute; 
	z-index: 10; 
	top: 107px; 
	bottom: 0px; 
	width: 210px; 
	margin-left: -490px; 
	left: 50%; 
	background: #fff;
	border-left: 0px solid #000;
	border-right: 2px solid #b8dbff; }

* html #left {
	top: 0; 
	bottom: 0; 
	height: 100%;
	width: 220px;
	border-top: 120px solid #fff; 
	border-bottom: 0px solid #fff; }


#pagetitle {
	position: absolute;
	margin-left: -280px; 
	left: 50%; 
	top: 107px; 
	width: 780px; 
	height: 25px;
	z-index: 3;
	padding: 5px;
	font-size: 20px; 
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #0006a2;
	text-align: center;
	border-bottom: 2px solid #b8dbff;
	background: #fff; }

* html #pagettitle {
	top: 0;
	width: 780px;
	height: 25px; }

#content {
	display: block; 
	overflow: auto; 
	position: absolute; 
	z-index: 1; 
	top: 140px; 
	bottom: 0px; 
	width: 770px; 
	margin-left: -280px; 
	left: 50%;
	padding: 10px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	background: #fff; }

* html #content {
	top: 0px; 
	bottom: 0px; 
	height: 100%;
	width: 770px;
	border-top: 140px solid #fff; 
	border-bottom: 0px solid #fff; }

#head {
	position: absolute; 
	margin-left: -490px; 
	left: 50%; 
	top: 0; 
	width: 1000px; 
	height: 107px;
	font-family: times;
	color: #b9301d;
	font-size: 100px;
	font-weight: bold;
	text-align: center;
	background-image: url('images/kop.png'); 
	z-index: 2;
	border: 0px solid #000; }

* html #head {
	top: 2px;
	width: 1000px;
	height: 107px; }

table {
	font-family: arial;
	font-size: 15px;
	font-weight: normal; }

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0006a2;
	margin-top: 0px;
	margin-bottom: 3px; }

h2 {
	font-size: 15px;
	color: #0006a2;
	font-weight: bold;
	margin-bottom: 0px; }

h3 {
	font-size: 15px;
	color: #0006a2;
	font-weight: normal;
	font-style: normal;
	margin: 0px; }

h4 {
	font-size: 15px;
	font-weight: normal;
	font-style: italic; 
	margin: 0px; }
	
h5 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin: 0px; }
	
h6 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0px; }

p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	line-height: 17px;
	margin-top: 0px; }
    
#content p {
	padding: 0px;
	text-align:justify;}

.boldhead {
	font-size:1.5em; 
	font-weight:bold; }

.bold {font-weight:bold;}

.left {float:left; margin:10px; border:1px solid #000;}

.right {float:right; margin:10px; border:1px solid #000;}

.lefttext {float:left; width: 300px; text-align:justify;}

.righttext {float:right; width: 300px; margin-left: 30px; text-align: center;}

* html .lefttext {float:left; width: 300px; text-align:justify;}

* html .righttext {float:right; width: 300px; text-align:justify;}
    
a {
	font-size: 15px;
	color: #bd2e18;
	text-decoration: none; }
	
a:hover {
	font-size: 15px;
	text-decoration: underline; }
	
ul {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	}
	
li {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;}
	
.bottom {
	margin-bottom: -5px; }
	
.image {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 5px;
	margin: 0px 20px 0px 20px; }
	
.imagenomargin {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin: 0px; }

.imagecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #0006a2;
	margin: 0px; }

.imageright {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 5px;
	margin: 10px 10px 0px 20px; }
	
.imageleft {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 5px;
	margin: 10px 20px 0px 10px; }