body {
font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
height: 80px;
line-height: 80px;
margin: 0;
padding-left: 10px;
background: black;
color: white;
}

#header p {
font-weight: bold;
margin: 0;
padding-left: 10px;
background: yellow;
}

ul.nav {
list-style-type: none;
padding-top: 10px;
padding-left: 10px;
margin-left: none;
}

ul.nav li {
display: inline;
margin-right: 5px;
font-weight: bold;
}

li.here {
font-size: larger;
font-style: italic;
}

#wrapper {
float: left;
width: 100%;
margin-left: -225px;
}
#content {
margin-left: 225px;
padding-left: 25px;
}
#rightcolumn {
float: right;
width: 200px;
padding: 5px;
margin-top: 50px;
}
#footer {
clear: both;
width: 100%;
}


a.button {
background: #B1B1B1;
color: #FFF;
font-weight: bold;
border-width: 4px;
border-style: solid;
border-top-color: #DFDFDF;
border-right-color: #666;
border-bottom-color: #333;
border-left-color: #858585;
}

a.button:hover {color: black}

#footer {
background: black;
color: white;
}



@media print {

p {
font-size: 11pt;
}
h1 {
font-size: 18pt;
}
h2 {
font-size: 14pt;
}
h3 {
font-size: 12pt;
}
#header {
display: none;
}
#navbar {
display: none;
}
#wrapper, #content {
float: none;
width: auto;
margin-left: none;
}
#rightcolumn {
display: none;
}

}


