@CHARSET "UTF-8";

@media screen {
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
		{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol,ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption,th,td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before,blockquote:after,q:before,q:after {
		content: "";
	}
	blockquote,q {
		quotes: "" "";
	}
	body {
	   font-family: verdana, helvetica, sans-serif, arial;
	   font-size: 72%;
	   line-height: 1.5em;
	   background-color: #1c4779;
	   text-align: center;
	   color: #333333;
	}
	p {
	   margin-bottom: 10px;
	}
	h1 {
	   font-size: 150%;
	   margin-bottom: 10px;
	   font-weight: bold;
	}
    h2 {
       font-size: 125%;
       margin-bottom: 10px;
       font-weight: bold;
    }
    h3 {
       font-size: 110%;
       margin-bottom: 10px;
       font-weight: bold;
    }
    h4 {
       font-size: 100%;
       margin-bottom: 10px;
       font-weight: bold;
    }
    h5 {
       font-size: 100%;
       font-weight: bold;
    }
	strong {
	   font-weight: bold;
	}
	#contentContainer ul {
	   list-style-type: disc;
	   margin-left: 20px;
	   list-style-position: inside;
	   margin-bottom: 10px;
	}
	#pageContainer {
	   margin: 0 auto;
	   width: 882px;
       text-align: left;
	}
	#topbanner {
	   width: 100%;
	   height: 160px;
	   background-image: url(../images/toppbanner.jpg);
	   background-repeat: no-repeat;
	}
	#logoLink {
	   display: block;
	   float: left;
	   width: 421px;
	   height: 115px;
	   margin-left: 100px;
	   margin-top: 35px;
	}
	#menuContainer {
	   height: 41px;
	   background-image: url(../images/menu-bg.jpg);
	   background-repeat: no-repeat;
	   padding: 0 100px;
	}
	ul#mainMenu {
	
	}
	ul#mainMenu li {
	   float: left;
	   height: 41px;
	}
	ul#mainMenu li a {
	   display: block;
	   height: 100%;
	}
	ul#mainMenu li a#item1 {
	   width: 170px;
	   background-image: url(../images/item1-bg.jpg);
	   background-repeat: no-repeat;
	}
    ul#mainMenu li a#item2 {
       width: 171px;
       background-image: url(../images/item2-bg.jpg);
       background-repeat: no-repeat;
    }
    ul#mainMenu li a#item3 {
       width: 171px;
       background-image: url(../images/item3-bg.jpg);
       background-repeat: no-repeat;
    }
    ul#mainMenu li a#item4 {
       width: 170px;
       background-image: url(../images/item4-bg.jpg);
       background-repeat: no-repeat;
    }
	#dropshadowContainer {
	   width: 100%;
	   height: 5px;
       background-image: url(../images/dropshadow.jpg);
       background-repeat: no-repeat;
	}
	#contentContainer {
       padding: 0 100px;
       background-image: url(../images/content-bg.jpg);
       background-repeat: repeat-y;
	}
	#bottomContainer {
       width: 100%;
       height: 200px;
       background-image: url(../images/bunn.jpg);
       background-repeat: no-repeat;	   
	}
	.stdPadding {
	   padding: 20px;
	}
    #forsideannonse {
        width: 562px;
        height: 231px;
        background-image: url(/userfiles/images/forsideannonse.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        padding: 150px 40px 0 40px;
    }
}