html { overflow-y: scroll;}

body {
margin: 0; 
padding: 0; 
background: url('/img/bg2009.gif') top right repeat-x;
}

a:link { color: #002299; text-decoration: none; }
a:visited { color: #3399cc; text-decoration: none; }
a:hover { color: #bf0000; text-decoration: underline; }

.flag {
background: url('/img/ne2009.gif') top right no-repeat;
height: 54px;
}

.flag a, .flag a:link, .header a:visited, .header a:hover {
font-weight: bold;
text-decoration: none;
font-size: 36px;
color: #005298;
position: relative; 
top: 12px;
left: 10px;
}

.nav {
background-color: #005298;
text-align: center;
letter-spacing: 4px;
color: #fff;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
height: 22px;
padding: 0; 
margin: 0;
vertical-align: middle;
*top: 2px; //Only caught by IE6
}

.nav span.nolink {
color: #ff0;
padding: 3px 10px 1px 12px;
position: relative;
vertical-align: middle;
left: -2px;
*top: 2px; //Only caught by IE6
}

a.nav { color: #fff; text-decoration: none; padding: 3px 10px 1px 12px; position: relative; vertical-align: middle; left: -2px; }
a.nav:visited { color: #fff; text-decoration: none; }
a.nav:hover { color: #fff; text-decoration: none; background-color: #002649; }

.navend {
border-top: 4px #9EBDD8 solid;
height: 22px;
padding: 0; 
margin: 0;
}

.content, .next {
width: 85%;
margin-left: auto;
margin-right: auto;
}

.next {
padding-top: 18px;
}

.next a {
font-weight: bold;
font-size: 13px;
font-family: arial, helvetica, sans-serif;
}

.next a:after {
    content: " > >";
}

.copyright {
padding: 2px 12px 0 0;
margin: 22px 0 0 0;
border-top: 4px #005298 solid;
text-align: right;
font-size: 10px;
font-family: arial, helvetica, sans-serif;
}