.containerborder {
	border: 1px solid #376CA3;
}
.menubg {
	background-image: url(img/navbg2.jpg);
	background-repeat: no-repeat;
}
.searchbox {
	color: #57C9E3;
}
h2 {
   font-size: 1.1em;
   font-weight: bold;
   color: #376ca3;
   line-height: 1.2;
   border-bottom: 3px solid #ffa000; 
   margin: 0 0 5px 0; 
   }
body {
   font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
   color: #555555;
   font-size: 80%;
}
a {
   text-decoration: none;
   color: #376ca3;
   font-weight: bold; }
a:hover {
   color: #ffa000;
   text-decoration: none; }
