html,body{margin:0;padding:0}
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#004477;
	font-size: 12px;
}
p{
font-size:12px;
}
p img{
margin-top: 15px;
}
div#wrapper{
	width:750px;
	margin:0 auto;
	text-align:center;

}
/* Sidhuvud */
#sidhuvud {
	padding: 0;
	margin: 0;
}

div#header{
	background-image: url(../images/framework/nmc_header.gif);
	background-repeat: no-repeat;
	height: 77px;
}

div#header h1 a{
	display: block;
	height:77px;
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* Sidfot */

div#footer{
	clear:both;
	background-image: url(../images/framework/bottom.gif);
	background-repeat: no-repeat;
	height: 4px;
	margin-bottom: 30px;
}
div#content{
	background-image: url(../images/framework/bg2.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align:left;
}
div#leftcontent{
	width:528px;
	float: left;
}
div#rightcontent{
	width:222px;
	float: left;

}

/* MAIN MENU ******************************************************************************/
div#mainmenu{
	width:488px;
	border-bottom:solid;
	border-bottom-color:#b2b2b2;
	border-bottom-width:1px;
	margin-left: 20px;
	height: 30px;
	margin-top: 10px;
}

#mainmenucontent{
	text-align:center;
	font-size:11px;
	padding-top: 6px;
}
#mainmenucontent ul{
	margin: 0;
	padding: 0;
	width: 100%;
}
#mainmenucontent li{
	display:inline;
	padding-right: 2px;
	padding-left: 2px;
}
#mainmenucontent a{
	color:#004477;
	text-decoration: none;
}
#mainmenucontent a:hover{
	color: #339900;
}
/* MAIN MENU ******************************************************************************/	
div#maincontent{
	width:488px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* SIDE MENU ******************************************************************************/
div#sidemenu{
	width:200px;
	border-bottom:solid;
	border-bottom-color:#b2b2b2;
	border-bottom-width:1px;
	margin-left: 10px;
	height: 30px;
	margin-top: 10px;
}
#sidemenu ul{
	font-size:11px;
	margin: 0;
	padding: 0;
	width: 190px;
	text-align: left;
}
#sidemenu li{
	display:inline;
	padding-right: 2px;
	padding-left: 2px;
}
#sidemenu img{
	vertical-align: middle;
}

/* SIDE MENU ******************************************************************************/
div#sideimg{
	width:200px;
	margin-left: 10px;
	margin-top: 15px;
}
div#sideinfo {
	width:200px;
	margin-left: 10px;
	background-image: url(../images/framework/headline_contact_bg.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	margin-top:15px;
	padding-left:10px;
	font-size:14px;
	line-height: 19px;
	margin-bottom: 15px;
}

div#sideinfo a{
	color: #339900;
	text-decoration:none;
	}
div#sideinfo a:hover{
	text-decoration:underline;
	}
/* Text format */
a{
text-decoration:none;
}
a:hover{text-decoration:underline;}

h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}
h2 a{
	color: #339900;
	text-decoration:none;
	}
h2 a:hover{
	text-decoration:underline;
	}	
h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
h3 a{
	color: #339900;
	text-decoration:none;
	}
h3 a:hover{
	text-decoration:underline;
	}
h4 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}		
