/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
/* hide from IE mac \*/
html {
	margin-bottom: 1px;
	min-height: 100%;
}
/* end hiding from IE5 mac */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#666699;
	margin:0;
	padding:0;
	font-size:100.01%;
	text-align:center;
	background-image: url(/Images/BodyBg_greywhite_h6000.png);
	background-repeat: repeat-x;
}

#wrapper{
	width:770px; /*sets the width of the wrapper for compliant browsers*/
	background-color:#FFFFFF;
	margin:5px auto;
	border:1px solid #CC3333;
	text-align:left;
	position: relative;
	background-image: url(../Images/bg_sidebar_200x50.gif);
	background-repeat: repeat-y;
}

#banner1{
	height:90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
}

#banner2{
	height:58px;
}


#content{
	margin-left:200px;
}

.container{
	float: right;
	width: 99%;
}

#content max{
	margin-left:200px;
	scrollbar-base-color: #CC3333;
	scrollbar-arrow-color: #FFFFFF;
	overflow-x: hidden;
	height: auto;
}

#content ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 14px;
}

#content p{
	font-size:80%;
	margin-left: 15px;
	margin-right: 15px;
}

#content h1{
	font-size:120%;
	padding:0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content h2{
font-size:110%;
padding:0;
margin: 20px;
}

#content h3{
	font-size:100%;
	padding:0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content  hr {
	margin-right: 15px;
	margin-left: 15px;
}

.leftimage{
float:left;
	margin-top: 20;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
border:1px solid #000000;
}

.rightimage{
	float:right;
	margin-top: 20;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.clearit {
	display:block;
	clear:both;
}

#leftcol{
	width:160px;
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
}

#leftcol p{
	font-size:70%;
	color: #FFFFFF;
}

#leftcol p,a{
	#leftcol a:color: #FFFFFF;
	#leftcol a:link-color:#FFFFFF;
	#leftcol a:visited-color:#FFFFFF;
	#leftcol a:active-color:#9999FF;	
}

#leftcol h1{
	font-size:85%;
	font-weight: bold;
}

#meny{
	margin: 0;
	padding: 0;
	width: 150px;
	list-style-type: none;
	background: #666699;
	font-size: 100%;
}
	
#meny a{
	display: block;
	width: auto;
	height:100%;
	padding-left: 0.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;	
	text-decoration:underline;
}
	
#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{color: #FF0000;}
#meny a#current{background: #FFCC66; color: #000000;
}

#footer{
	clear:both;
	background-repeat: no-repeat;
	height: 18px;
	background-image: url(../Images/Copyright_770x18.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#footer p{
	font-size: 60%;
	color:#FFFFFF;
	margin-left: 15px;
	margin-top: 0px;
	vertical-align: middle;
}
