body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background: #d8d9d9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:15px;
}
td  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}
form, p, div { margin:0; padding:0; }

a { color:#264881; text-decoration:none; }
a:hover { color:#264881; text-decoration:underline; }

h1 { font-size:16px; margin:0 0 5px 0; padding:0; }
h2 { font-size:14px; margin:0; padding:0; }
h5 { font-size:14px; margin:0; padding:0; }

.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #fff; 
	height: 220px;
} 

#sidebar1 {
	background-color: #fff;
}
#sidebar1 h3 {
	margin: 0;
	padding: 0;
}
#sidebar2 {
	
}
#sidebar2 h3 {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #mainContent { 
	background-color:#d8d9d9;
	width:
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px;
	background:#d8d9d9;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.topLink a {
	color:#efca27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.topLink a:hover {
	color:#efca27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.blaaBoks {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.blaaBoks a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.blaaBoks a:hover {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

.menu {
	color:#264881;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:17px;
}
.menu a {
	color:#242122;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover {
	color:#264881;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.submenu {
	color:#264881;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:3px;
}
.submenu a {
	color:#850000; /*242122*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.submenu a:hover {
	color:#850000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
.subsubmenu {
	color:#264881;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:3px;
}
.subsubmenu a {
	color:#008567; /*242122*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.subsubmenu a:hover {
	color:#008567;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}