body {
background-color: white;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
margin: 18;
}

div#all {
position: relative;
top: 0px;
left: 0px;
}

div#logostrapline {
position: relative;
top: 0px;
left: 0px;
padding: 10;
}

div#body {
position: relative;
top: -10px;
left: 0px;
width: 80%;
padding: 10
}

div#nav {
float: right;
top: 0px;
right: 0px;
width: 20%;
height: 1000px;
padding: 10;
background: #E0E0E0;
}

p.strapline {
font-style: italic;
font-size: 10pt; 
margin-top: 0;
margin-bottom: 30;
}

p.date {
font-style: italic;
color: #808080;
font-size: 8pt; 
margin-top: 0;
margin-bottom: 30;
}

p.bodytext {
font-style: normal;
font-size: 10pt; 
}

p.navtitle {
font-weight: bold;
font-size: 10pt; 
}

p.navtext {
font-style: normal;
font-size: 10pt; 
margin-bottom: 30;
}

h1 {
font-weight: bold;
font-size: 14pt; 
}

h2 {
font-weight: bold;
font-size: 10pt; 
}

span.italic {
font-style: italic;
}

