/*adapted from mako4css.com*/
BODY {  /*  background : #FFFFFF url(../images/IE_BG.gif) #FFFFFF repeat-y;*//* grey BG left vertical */
     	  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	      color : #003366;
          margin: 0px; /*margins are set to zero*/
      }
textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.navigation.fnn {display: block;} /*needed so mm_menu works*/
td.c3 { background-color: #F8C752;width: 75%; }
td.c4 {
	background-color: #F8C752;
	text-align: right;
	width: 25%;
}     
.header {
    margin-top: 0px;
    margin-left: 0px;
	left:0px;
	top:0px;
	padding: 0px;
	background-color:#00386e;
	background : #FFFFFF url(../images/NN_BG.gif) repeat-x;
	border: 0.1px solid #FEFEFE;
    } 
       
.navigation {
    position:absolute;/*The navigation on the left side, positioned absolutely*/
    top: 95px;
	left: 0px;
    width: 135px;
    height: auto;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    line-height : normal;/*line-height set to normal for NN 4.xx*/
    }
  
.content {/*this is the main content area*/
    background: #FFFFFF; 
    color: #003366;
    margin-left: 160px;/*to position the content area to the right of the navigation*/
    margin-right: 0px;/*breathing space for the text*/
    padding: 0px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    border: 0.1px solid #FEFEFE;/*to insure that NN4.xx renders the background-color of the content area*/
    }
.content.main{
	margin: 5px 5px 5px 5px; /*breathing space for the text*/
}
.box {/*footer navigation and copyright*/
    background: #FFFFFF;      
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
	padding : 2px;
}

.topbox {/*submenu bar for sitemap, search etc links*/
    background: #f8c752;      
	padding : 0px;
	}

P, OL, UL, DL {/*font-family etc. is defined again, because NN seems to need it*/
 /* font-size: 10pt;*/
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  color : #000088;
  }
 
H1, H2, H3, H4, H5, H6 {/*font-family etc. is defined again, because NN seems to need it*/
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  color : #000088;
  background: #FFFFFF;
  }
    
P OL, P UL, P DL, OL UL {font-size: 8pt;}/*and here the I prevent the incredible shrinking text*/

/*a img {color: #003366}*/ 
.topboxtxt {
	font: bold 12px Arial, Helvetica, sans-serif;
}
.hidden { visibility: hidden; }


