/* 
  body element 
*/
#body {  
  padding : 0;
  margin : 0;
  background-color : #ffffff;
  font : 100% arial, helvetica, sans-serif;
}
h1 {
  background-color : #cccccc;
}
/* 
  This is the inner wrapper which contains the entire site 
*/
#wrapper {
  width : 800px;
  background : #fff;
  margin : 20px auto;
  color : #333333;
}
/*
  Global link styling except where specified otherwise 
*/
a {
  color : #33ccff;
  text-decoration : none;
}
a:hover, a:focus, a:active {
  color : #333333;
  text-decoration : none;
}
#header {
  width : 800;
  height : 30px;
  text-align : center;
  font-weight:bold;
  font-size: 1.6em;
}
#menuItem {
  width : 800;
  height : 30px;
  text-align : left;
  font-weight:bold;
  font-size: 1.1em;
}
#headerlogo {
  width : 800;
  height : 150px;
  background : #fff url(/ima/2/logoNSBF125.gif) no-repeat;
  background-position: center center;
}
#menu {
  width : 800px;
  height : 25px;
  background : #ffffff;
  text-align : center;
  font-weight: bold;
  font-size: 0.8em;
}
#menuheaderfont {
  width : 800px;
  height : 18px;
  background : #ffffff;
  text-align : center;
  font-weight: none;
  font-size: 0.8em;
}
#menuheaderline {
  width : 800px;
  height : 2px;
  background : #33ccff;
  font-size: 1.0em;
}
#menuitemfont {
  width : 800px;
  background : #f0f0f0;
  text-align : left;
  font-weight: none;
  font-size: 0.8em;
}
