*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	
	text-align: center;
	
}

body
{
	background-color: #FFFFFF;
	
}

#wrapper
{
	min-height: 100%;
	margin-top: -135px; /* Adjust according to footer size */
	overflow: hidden;
	
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	background-image: url(/images/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	
}

	#header
	{
		height: 180px;
		padding-top: 135px; /* Adjust according to footer size */
	
		background-image: url(/images/backgroundheader.jpg);
		background-repeat: no-repeat;
		background-position:bottom;
	}
	
		#header #menuleft
		{
			position: absolute;
			margin: 0;
			padding: 0;
			padding-left: 10px;
			width: 580px;
			float: left;
			
		}
	
		#header #menuleft ul 
		{
			padding-top: 7px;
			padding-right: 0px;
			float: left;
			list-style: none;
		}
		
		#header #menuleft ul li
		{
			margin: 0;
			padding: 0;
			float: left;
			padding-right: 4px;
			
			
		}
		
			#header #menuleft ul li a
			{
				margin: 0;
				padding: 0;
				float: left;
				color: #2661be ;
				text-decoration: none;
				font-size: 10px;
				font-weight: bold;
				
			}	

			#header #menuleft ul li a:hover
			{
				text-decoration: underline;
			}

		#header #menuleft ul li.divider
		{
			margin: 0;
			padding: 0;
			float: left;
			color: #2661be;
			font-size: 10px;
			font-weight: bold;
			padding-right: 5px;
			padding-top: 1px;
		}	
	
		#header #menuright
		{
			margin: 0;
			padding: 0;
			float: right;
			margin-right: 0px;
		}
	
		#header #menuright ul 
		{
			padding-top: 20px;
			padding-right: 0px;
			
			list-style: none;
		}
		
		#header #menuright ul li
		{
			margin: 0;
			padding: 0;
			float: left;
			padding-right: 10px;
		}
		
			#header #menuright ul li a
			{
				margin: 0;
				padding: 0;
				float: left;
				color: #FFFFFF;
				text-decoration: none;
				font-size: 10px;
				font-weight: bold;
				
			}	

			#header #menuright ul li a:hover
			{
				text-decoration: underline;
			}

		#header #menuright ul li.divider
		{
			margin: 0;
			padding: 0;
			float: left;
			color: #FFFFFF;
			font-size: 10px;
			font-weight: bold;
			padding-right: 3px;
		}
		
		#header #slogan
		{
			position: absolute;
			color: #FFFFFF;
			margin-right: 0px;
			margin-top: 156px;
			width: 345px;
			font-size: 10px;
			margin-left: 657px;
			
		}
		
			#header #slogan a
			{
				color: #FFFFFF;
				text-decoration: none;
			}
			
			#header #slogan a:hover
			{
				text-decoration: underline;
			}
		
		#header #eriks
		{
			position: absolute;
			color: #FFFFFF;
			
			margin-top: 56px;
			font-size: 10px;
			margin-left: 905px;
		}

		#header #elmeq
		{
			position: absolute;
			color: #FFFFFF;
			
			margin-top: 56px;
			font-size: 10px;
			margin-left: 0px;
		}
		
		
		#header #headlines
		{
			position: absolute;
			color: #FFFFFF;
			margin-right: 0px;
			margin-top: 156px;
			width: 345px;
			font-size: 10px;
			margin-left: 10px;
		}
		
		#header #headlines a
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		
		#header #headlines a:hover
		{
			text-decoration: underline;
		}
		
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		
	}
	
		#center_wrapper #center
		{
			margin: 0 159px 0 235px; /* Adjust according to left and right column width */
			width: 606px;
			position: relative;
		}
		
			#center_wrapper #center #breadcrumb
			{
				height: 30px;
				margin-left: 25px;
			}
			
			#center_wrapper #center #breadcrumb ul
			{
				margin: 0;
				padding: 0;
				
			}
			
			#center_wrapper #center #breadcrumb ul li
			{
				list-style: none;
				float: left;
				
			}
		
			#center_wrapper #center #breadcrumb ul li a
			{
				font-size: 10px;
				text-decoration: none;
			}
		
			#center_wrapper #center #breadcrumb ul li a:hover
			{
				text-decoration: underline;
			}
		
		#center_wrapper #center h1
		{
			color: #2661be;
			font-size: 14px;
			margin-left: 25px;
			margin-bottom: 20px;
			margin-right: 25px;
		}
		
		#center_wrapper #center h2
		{
			color: #2661be;
			font-size: 11px;
			margin-left: 25px;
			font-weight: bold;
			margin-bottom: 10px;
			margin-top: 28px;
		}
		
		#center_wrapper #center h3
		{
			color: #000000;
			font-size: 11px;
			margin-left: 25px;
			font-weight: bold;
		}
		
		#center_wrapper #center hr
		{
			margin: 0;
			padding: 0;
			height: 1px;
			border: 0;
			border-top: 1px solid #37619b;
			width: 570px;
			margin-left: 25px;
			margin-right: 25px;
			
		}
		
		#center_wrapper #center input
		{
			width:  299px;
		}
		
		#center_wrapper #center select
		{
			width:  303px;
		}
		
		#center_wrapper #center input.submit
		{
			width:  100px;
			border: 1px solid #2661be;
			color: #2661be;
			background-color: #e8e8e8;
		}
		
		#center_wrapper #center select.advsearch
		{
			width:  303px;
			margin-left: 25px;
		}
		
		#center_wrapper #center input.advsearch
		{
			width:  299px;
			margin-left: 25px;
		}
		
		#center_wrapper #center input.advsubmit
		{
			width:  100px;
			border: 1px solid #2661be;
			color: #2661be;
			background-color: #e8e8e8;
			margin-left: 25px;
		}
		
		#center_wrapper #center textarea
		{
			width:  301px;
			height: 50px;
		}
		
		#center_wrapper #center p
		{
			margin-left: 25px;
			margin-bottom: 15px;
			padding-bottom: 15px;
			margin-right: 25px;
			font-size: 11px;
			line-height: 25px;
		}
		
			#center_wrapper #center p a
			{
				text-decoration: none;
				color: #2661be;
			}
			
			#center_wrapper #center p a:hover
			{
				text-decoration: underline;
			}
			
			#center_wrapper #center span a
			{
				text-decoration: none;
				color: #2661be;
				font-size: 10px;
			}
			
			#center_wrapper #center span a:hover
			{
				text-decoration: underline;
			}
			
			#center_wrapper #center td a
			{
				text-decoration: none;
				color: #2661be;
			}
			
			#center_wrapper #center td a:hover
			{
				text-decoration: underline;
			}
		
		#center_wrapper #center p table
		{
			margin-left: 0px;
			margin-right: 0px;
			line-height: 20px;
			width: 450px;
			margin-top: 0px;
			
		}	
			
		#center_wrapper #center table
		{
			margin-left: 25px;
			margin-bottom: 15px;
			margin-right: 25px;
			line-height: 20px;
			width: 570px;
		}
		
		#center_wrapper #center td
		{
			margin-bottom: 15px;
			padding-right: 10px;
			font-size: 11px;
			line-height: 20px;
			vertical-align: top;
		}
		
		#center_wrapper #center td p
		{
			margin: 0;
			width: 480px;
		}
		
		#center_wrapper #center td ul
		{
			padding-left: 15px;
			width: 480px;
		}
		
		
		#center_wrapper #center ul
		{
			padding-left: 41px;
			padding-bottom: 15px;
			width: 540px;
			margin-top: 0;
			padding-top: 0;
		}
		
		#center_wrapper #center ul li
		{
			color: #000000;
			line-height: 20px;
			font-size: 11px;
			list-style: disc;
		}
		
		#center_wrapper #center ul.sitemap
		{
			margin:0; 
			margin-left: 41px;
			line-height: 0px;
			
		}
		
		#center_wrapper #center ul.sitemap li
		{
			margin:0; 
		}
		
		#center_wrapper #center ul.sitemap li ul 
		{
			margin:0; 
			margin-left: 41px;	
			line-height: 0px;
		}
		
		#center_wrapper #center ul.sitemap li ul li
		{
			margin:0; 
		}
		
		#center_wrapper #center ul.sitemap li ul li ul
		{
			margin:0; 
			margin-left: 41px;	
		}

		#center_wrapper #center ul li.blue
		{
			color: #2661be;
			line-height: 20px;
		}
		
		#center_wrapper #center ul li a
		{
			text-decoration: none;
			color: #2661be;
		}
		
		#center_wrapper #center ul li a:hover
		{
			text-decoration: underline;
		}
		
	#navigation
	{
		margin: 0;
		padding: 0;
		width: 230px;
		margin-left: -1000px;
		float: left;
		
	}
	
		#navigation a.search
		{
			color: #2661be;
			font-size: 10px;
			text-decoration: none;
		}
		
		#navigation a:hover.search
		{
			text-decoration: underline;
		}

		#navigation #menu
		{
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 55px;
			font-size: 11px;
			width: 220px;
		}
		
			#navigation #menu ul
			{
				list-style: none;
			}
			
			#navigation #menu ul li
			{
				
			}
			
			#navigation #menu ul li ul li
			{
				margin-left: 12px;
			}
			
			#navigation #menu ul li a
			{
				color: #2661be;
				/*color: #aeafb2;*/
				text-decoration: none;
				
				display:block;
				background-image: url(/images/arrow_orange_down_bg_orange.gif);
				background-repeat: no-repeat;
				background-position:left 1px;
				padding-left: 14px;
			}
			
			#navigation #menu ul li a:hover
			{
				text-decoration: underline;
			}
		
			#navigation #menu ul li a.active
			{
				/*color: #2661be;*/
				color: #ED8000;
				text-decoration: none;
				display:block;
				background-image: url(/images/arrow_orange_left_bg_orange.gif);
				background-repeat: no-repeat;
				background-position:left 4px;
				padding-left: 14px;
				
			}
		
	
		#navigation #tabs
		{
			position: absolute;
			margin-top: 55px;
			background-color: #98989b;
			width: 235px;
		}
		
			#navigation #tabs ul
			{
				list-style: none;
			}
			
			#navigation #tabs ul li
			{
				margin: 0;
				
				float:left;
				height: 18px;
				width: 115px;
				text-align: center;
			}
			
			#navigation #tabs ul li a
			{
				color: #FFFFFF;
				font-size: 11px;
				text-decoration: none;
			}
			
			#navigation #tabs ul li a:hover
			{
				text-decoration: underline;
			}
			
			
		
		
		#navigation #search
		{
			margin-left: 10px;
			margin-top: 10px;
			position: absolute;
		}
			
			#navigation #search input
			{
				background-color: #FFFFFF;
				color: #98989b;
				border: 1px solid #98989b;
				height: 18px;
				width: 143px;
			}
		
			#navigation #search input.submit
			{
				background-color: #dfdfe1;
				color: #98989b;
				border: 1px solid #98989b;
				height: 20px;
				width: 65px;
				position:absolute;
				margin-left: 3px;
				_margin-top: 1px;
			}

	#navigation hr.divider
	{
		margin: 0;
		padding: 0;
		height: 2px;
		border: 0;
		border-top: 2px solid #37619b;
		width: 235px;
		position: absolute;	
		margin-top: 53px;
	}

	#sidebar
	{
		_height: 130px;
		min-height: 130px;
		width: 145px;
		margin-left: -1000px;
		float: right;
		
		background-color: #ED8000;
		
		padding-bottom: 30px;
		padding-left: 9px;
		padding-right: 5px;
		padding-top: 5px;
		background-image: url(/images/backgroundsidebar.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		font-size: 11px;
		color: #FFFFFF;
		line-height: 15px;
	}
	
		#sidebar h1
		{
			font-size: 11px;
			color: #1a468d;
			margin:0;
			margin-bottom: 8px;
		}
		
		#sidebar a
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#sidebar a:hover
		{
			text-decoration: underline;
		}
		
		#sidebar ul
		{
			margin-bottom: 10px;	
		}
		
			#sidebar ul li
			{
				margin-left: 15px;
				padding-bottom: 5px;
			}
			
				#sidebar ul li a
				{
					text-decoration: none;
					color: #FFFFFF;	
				}
	
				#sidebar ul li a:hover
				{
					text-decoration: underline;
				}

#footer
{
	height: 135px;
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	
	background-image: url(/images/backgroundfooter-general.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
	#footer #address
	{
		position: absolute;
		margin-left: 262px;
		margin-top: 87px;
		float: left;
	}

		#footer #address ul
		{
			list-style: none;
		}
		
			#footer #address ul li
			{
				margin-left: -1px;
			}
			
			#footer #address ul li
			{
				color: #FFFFFF;
				float: left;
				padding-right: 5px;
				font-size: 10px;
			}
			
				#footer #address ul li a
				{
					color: #FFFFFF;
					text-decoration: none;
				}
				
				#footer #address ul li a:hover
				{
					text-decoration: underline;
				}
		
	
	#footer .copyright
	{
		padding-top: 115px;
		padding-left: 769px;
		
		color: #AAAAAA;
		
		font-size: 11px;
	}
	
		#footer .copyright a
		{
			text-decoration: none;
			color: #AAAAAA;
		}
		
		#footer .copyright a:hover
		{
			text-decoration: underline;
		}