@charset "utf-8";
/* CSS Document */

.imgLeft {
	background: url(img/logga.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 308px;
	height: 82px;
	/* 30 pixels from the top of the page */
  	left: 0px; /* 80 pixels from the left hand side */
	top: 0px;
  /* Always set a width for absolute positioned block level elements, such as divs */ 
}

#slogan {
	background: url(img/slogan.gif	);
	width: 347px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
}

#boxTop {
	background-image: url(img/boxTop.jpg);
	background-repeat: no-repeat;
	width: 774px;
	height: 37px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#boxMiddle {
	background-image: url(img/boxMiddle.jpg);
	background-repeat: repeat-y;
	width: 774px;
	position: relative;
	text-align: left;
	text-align:justify;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

#boxBottom {
	background-image: url(img/boxBottom.jpg);
	width: 774px; 
	height: 37px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

p.leftmargin
{
	margin-left: 10px;
}

body {	/* Internet Explorer */ 
	background-image: url(img/header.bmp);
	background-color: #eaeef5;
	background-repeat: repeat-x;
	text-align: center;
}

p {
	font-family: Verdana; 
	font-size: 11px;
}

h1 {
	font-family: Verdana; 
	font-size: 24px; 
	font-weight: normal; 
	letter-spacing: 2px; 
}

h2 { 
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 1px;
	padding-left: 20px;
	text-decoration: underline;
}

h3 { 
	font-family: Verdana; 
	font-size: 12px 
}

/*  "Show All" + "Hide All" links */
#ToggleON {
	background-image: url(img/showAll.png);
	width: 99px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
}

#ToggleOFF
{
	background-image: url(img/hideAll.png);
	width: 99px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
}

/* zeroing out padding and margin */
#DL dd,#DL dt {
	font-family: Verdana;
	font-size: 12px;
	margin:0;
	padding-left: 20px;
	padding-right: 40px;
} 

#DL dd {
	padding-left: 50px;
	font-family: Verdana; 
	font-size: 12px;
}

/* margin for the DTs (shorthand) */
#DL dt {
	margin:7px 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* image and left padding for DDs */
/*#TJK_DL dd {background:url(answer.gif) no-repeat;padding-left:55px}*/
/* styling all anchors in the DTs */
#DL dt a {
	background:0 50% no-repeat;
	padding-left:32px;
	color:#000;
	text-decoration:none;
}

#DL dt a:visited {
	color:#666
}
#DL dt a:visited:hover,
#DL dt a:hover,
#DL dt a:active,
#DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#DL .DTplus a {
	background-image:url(img/show.png);
	
}
#DL .DTminus a {background-image:url(img/hide.png)}
/**********************************/
/**********************************/
#DL .showDD {position:relative;top:0}
#DL dd,.hideDD{top:-9999px;position:absolute}
#ToggleON,#ToggleOFF {display:inline;cursor:pointer;cursor:hand}

