*{
	margin: 0px;
	padding: 0px;
}

body{
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	/*background-color: #339999;*/
	background-image: url(img/bg1.gif);
	background-repeat: repeat-x;
}

/***** PAGE LAYOUT *****/

#container{
	text-align: center;
	width: 900px;
}

#page{
	text-align: left;
	position: relative;
	width: 900px;
	height: 670px;
	overflow: auto;
	left: 0px;
	top: 10px;
	/*background-color: #E0FFFF;
	height: 500px;*/
	background-color: #ffffff;
	background-image: url(img/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #2F4F4F;
}

#top{
	position: absolute;
	top: 10px;
	right: 10px;
	width:210px;
}

#logga{
	position: absolute;
	top: 10px;
	left: 10px;
}

#menu{
	position: absolute;
	top: 110px;
	left: 4px;
	z-index: 50;
}

#crumbs{
	width: 890px;
	height: 16px;
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 40;	
}

#content_wide{
	width: 897px;
	height: 483px;
	position: absolute;
	top: 180px;
	left: 1px;
	z-index: 40;

}

#content_leftcol{
	width: 590px;
	height: 486px;
	position: absolute;
	top: 180px;
	left: 1px;
	z-index: 40;
	/*background-color: Lime;*/
}

#content_rightcol{
	width: 300px;
	height: 480px;
	position: absolute;
	top: 180px;
	left: 595px;
	z-index: 40;
	/*background-color: Aqua;*/
}

.rightbox{
	width: 298px;
	height: 156px;
	float: left;
	border: 0px;
	background-color: #2F4F4F;
	margin-bottom: 4px;
}

.rightbox_inside{
	width: 296px;
	height: 154px;
	position: relative;
	left: 1px;
	top: 1px;
	background-color: White;
}

.rightbox_img_inside{
	width: 296px;
	height: 154px;
	position: relative;
	left: 1px;
	top: 1px;
	background-color: White;
}


#footer{
	/*text-align: center;*/
	position: relative;
	width: 884px;
	height: 16px;
	top: 12px;
	left: 0px;
}



/***** FONT STYLES etc *****/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #339999;
	margin: 0px 4px 8px 4px;
}

h2{
	font-size: 12px;
	color: Black;
	margin: 0px 4px 4px 4px;
}

p{
	line-height: 14px;
	margin: 0px 4px 4px 4px;
}

img{
	margin: 4px;
	border: 0px;
}

.rightbox_img_inside h1, .rightbox_img_inside h2, .rightbox_img_inside p {
	margin: 0px 4px 4px 119px;
	padding: 0px;
}
.rightbox_img_inside h1, .rightbox_inside h1{
	font-size: 18px;
}
.rightbox_img_inside p, .rightbox_inside p{
	font-size: 10px;
	line-height: 12px;
}

a{
	color: #339999;
}

#crumbs .first{
	margin-left: 6px;
	
}

/***** top menu list *****/
.topmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px solid #2F4F4F;
}

.topmenu ul li a:hover{
	color: #800000;
	background-image: url(img/p2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.topmenu ul li{
position: relative;
background-color: #ffffff; /*overall menu background color*/
}

.topmenu ul li a{
	display: block;
	width: 100%; /*Width of top level menu link items*/
	padding-top: 4px;
	padding-left: 4px;
	border-left-width: 0;
	text-decoration: none;
	color: #008B8B;
	background-image: url(img/p.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/***** main menu  *****/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
background-color: #F3F3F3;
}

/*Top level list items*/
.suckertreemenu ul li{
	list-style: none;
	position: relative;
	display: inline;
	float: left;
	background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 120px; /*Width of top level menu link items*/
	padding: 4px 4px 4px 6px;
	border: 1px solid #2F4F4F;
	border-left-width: 0;
	text-decoration: none;
	color: #008B8B;
	background-color: #F3F3F3;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 120px; /* no need to change, as true value set by script changed fr 159 anyway */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 120px; /*width of sub menu levels*/
color: #8B0000;
text-decoration: none;
padding: 4px 4px 4px 6px;
border: 1px solid #cccccc;
}

.suckertreemenu ul li a:hover{
	background-color: #006c80;
	color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background-color: #F3f3f3;
background-image: url(img/arrow-down.gif);
background-repeat: no-repeat;
background-position: center right;

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(img/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 162px;
	padding-left: 14px;
}
	
/* Holly Hack for IE \*/
* html #container #page .suckertreemenu ul li { float: left; height: 1%; }
* html #container #page .suckertreemenu ul li a { height: 1%; }
/* End */
