body {
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 90%;
}

a:link {
 color: #0000FF;
}

a:focus, a:hover {
 text-decoration: none;
}

a:visited {
 color: #6495ED;
}

h1 {
 font-size: 125%;
 border-bottom: dashed 1px #006400;
 margin-top: 0px;
}

h2 {
 font-size: 110%;
 color: #006400;

}

h3 {
 font-size: 105%
}

h4 {
 font-weight: bold;
 margin-bottom: -4px;
}

#header {
 text-indent: 5px;
 border: 2px solid #006400; 
 background-image: url("images/NlandPicBar.jpg");
 background-position: right;
 background-repeat: no-repeat;
}

#navigation {
 background-color: #006400;
 border-left: solid 2px #006400;
 border-right: solid 2px #006400;
 border-bottom: solid 2px #006400;
 margin-bottom: 5px;
 padding: 0;
 font-size: 105%;
 font-weight: bold;
}

#navigation a:link, #navigation a:visited {  
 background-color: #F5F5F5;
 display: inline-block;
 width: 120px;
 border-right: solid 2px #006400;
 text-align: center;
 text-decoration: none;
 color: #006400;
}

#navigation a:focus, #navigation a:hover {  
 border-right: solid 2px #F5FFFA;
 font-weight: bold; 
 color: #FFFFFF;
 background-color: #006400;
 text-decoration: underline;
}

#left_menu {
 color: #006400;
 width: 210px;
 text-indent: 5px;
 float: left;
 font-size: 105%;
 font-weight: bold;
 border: 1px solid #CCCCCC;
 display: none;
}

#left_menu a:link, #left_menu a:visited {
 display: block;
 background-color: #F5F5F5;
 margin: 2px;
 border: solid 1px #006400;
 text-decoration: none;
 height: 22px;
 color: #006400;
 font-weight: bold;
 vertical-align: middle;
}

#left_menu a:focus, #left_menu a:hover {
 background-color: #006400;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: underline;
}

#whats_new {
 padding: 2px;
 float: right;
 width: 220px;
 background-color: #CCFF99;
 border: 1px solid #CCCCCC;
 display: none;  
}

#whats_new a:link, #whats_new a:visited {
 color: #006400;
 text-decoration: underline;
}

#whats_new a:focus, #whats_new a:hover {
 font-weight: bold;
 text-decoration: none;
}

#content {
 margin-top: 8px;
 border: solid 1px #CCCCCC;
}

#footer {
 clear: both;
 margin-top: 10px;
 border: dashed 1px #006400;
}



