body {
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 90%;
}

a:link {
 color: #0000FF;
 font-weight: bold;
}

a:focus, a:hover {
 text-decoration: none;
}

a:visited {
 color: #0000FF;
}

h1 {
 font-size: 125%;
 border-bottom: dashed 1px #006400;
 margin-top: 0px;
 background-color: #F5F5F5;
}

h2 {
 font-size: 110%;
 color: #006400;
}

h3 {
 font-size: 105%
}

h4 {
 font-weight: bold;
 margin-bottom: -4px;
}

h5 {
 text-decoration: underline;
}

ul {
 line-height: 150%;
}

.bulletspace1 {
 line-height: 175%;
}

.bold {
 font-weight: bold;
}

.redboldtext {
 font-weight: bold;
 color: #FF0000;
}

.redtext {
 color: #FF0000;
}

.centeredimage {
 text-align:center;
 margin-top:0px;
 margin-bottom:0px;
 padding:0px;
}


#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;  
}

#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;  
}

#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-left: 216px;
 margin-right: 230px;
 margin-top: 5px;
 margin-bottom: 0px;
 border-top: solid 1px #CCCCCC;
 border-right: solid 1px #CCCCCC;
 border-left: solid 1px #CCCCCC;
 border-bottom: solid 1px #CCCCCC;
 padding: 1px;
}

#footer {
 clear: both;
 margin-top: 10px;
 border: dashed 1px #006400;
}

#image_library {
 margin-left: 216px;
 margin-right: 230px;
 margin-top: 5px;
 margin-bottom: 0px;
 border-top: solid 1px #CCCCCC;
 border-right: solid 1px #CCCCCC;
 border-left: solid 1px #CCCCCC;
 border-bottom: solid 1px #CCCCCC;
 padding: 1px;
 background-color: white;
}

.StaffMember:hover {
 background-color: white;
}

.StaffMember span {
 visibility: hidden;
 background-color: white;
 width: 450px;
 border: solid 1px #006400;
 position: absolute;
 padding: 2px;
 color: black;
 font-weight: normal;
 margin: 5px;
}

.StaffMember:hover span {
 visibility: visible;
 background-color: #F5F5F5;
}

.StaffMember:hover img span {
 visibility: visible;
}