/* CSS Document */

	html {
	height: 100%;
	}

	body {
	margin: 0 auto;
	height: 100%;
	padding-top: 0px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2d2d2d;
	background-position: top center;
	background-image: url(../images/bg_grd.gif);
	background-repeat: repeat-x;
	background-color: #c0e6f9;
	text-align: center;
	}
	
	a {
	color: #5a87a0;
	background-color: #FFFFFF;
	text-decoration: underline;
	}
	
	a:hover {
	color: #5a87a0;
	background-color: #FFFFFF;
	text-decoration: none;
	}
	
	hr {
  	border-top: 1px dashed #bcd9e5;/*the border*/
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	height: 1px;
	margin-top: 15px;
	*margin-top: 7px;
	margin-bottom: 15px;
	*margin-bottom:  7px;
  	}
  	
  	#leftContainer td{
  		vertical-align: top;
  		line-height: 18px;
  	}
  	
  	#fullContainer td{
  		vertical-align: top;
  		line-height: 18px;
  	}
  	
  	ul{
  		margin-top: 0px;
  	}
  	
	/* Classes */
	.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background: #FFFFFF;
	line-height: 20px;
	}
	
	.subHeading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #000;
	}
	
	.rightImage{
		float: right;
		padding: 0px 0px 10px 20px;
	}
	
	
	/*HUVUD DIV-AR*/
	#outline {
	padding: 0px 0px 10px 0px; /*top right bottom left */
	margin: 0px auto;
	width: 960px;
	text-align: center;
	height: auto;
	z-index: 1;
	position: relative;
	top: 0px; /*samma som footer*/
	display: table;
	background-color: #FFFFFF;/*#FFFFFF*/
	color: #000000;
	}
	
	#footer {
	padding: 10px 0px 10px 20px;
	margin: 0px auto;
	margin-bottom: 0px;
	width: 940px;
	height: auto;
	text-align: left;
	z-index: 1;
	position: relative;
	top: 0px; /*samma som outline*/
	display: table;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #c0e6f9;
	color: #000000;
	}
	
	#footer	a {
	color: #5a87a0;
	background-color: #c0e6f9;
	text-decoration: underline;
	}
	
	#footer a:hover {
	color: #5a87a0;
	background-color: #c0e6f9;
	text-decoration: none;
	}

	/* Inuti #outline */
	#top {
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	float: left;
	height: 230px;
	text-align: center;
	z-index: 1;
	clear: both;
	background-image:  url(../images/header.jpg);
	background-color: #FFFFFF;
	background-repeat:  no-repeat;
	color: #000000;
	}
	
	#menu { 
	float: left;
	display: block;
	padding: 10px 0px 0px 20px;
	margin: 190px 0px 0px 0px;
	width: 940px;
	height: 30px; 
	background-color: #bcd9e5;
	text-align: left;
	z-index: 100;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	}
	
	#menu a{
		color: #000;
		text-decoration: none;
		background-color: #bcd9e5;
	}
	
	#menu a:hover{
		color: #000;
		text-decoration: underline;
		background-color: #bcd9e5;
	}
	
	#menu a:active{
		color: #000;
		text-decoration: none;
		background-color: #bcd9e5;
	}
	
	#content {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px; /*top right bottom left*/
	width: 920px;
	height: auto;
	background-color: #FFFFFF;
	color: #000000;
	z-index: 1;
	}
	
	#fullContainer {
  	float: left;
	width: 920px;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	line-height: 16px;
	}
