* {
   margin: 0;
   padding: 0;
}
body {
   font-family: arial, helvetica, tahoma;
   font-size: 0.8em;
   color: #454545;
}

img {
   border: none;
}
a {
   color: #4a8700;
}
input,
select,
textarea {
   font-family: arial, helvetica, tahoma;
   font-size: 0.8em;
}
p, h2 {
   margin-bottom: 1em;
}

/* hidden from print */
#header ul,
#header #langOpt,
#rightCol {
   display: none;
}

/* logo */
#header {
   padding-bottom: 10px;
   border-bottom: solid 1px #ccc;
}
#header h1 a {
   color: #000;
   text-decoration: none;
   font-weight: normal;
}


/* subheader */
#subheader blockquote {
   padding: 1em 0;
   font-style: italic;
   color: grey;
}

/* content */
#content {
   line-height: 1.6em;
   padding: 20px 0;
}
#content h2 {
   font-size: 1.6em;
   font-weight: normal;
   color: #0984a4;
   padding-bottom: 3px;
   border-bottom: dashed 1px #ccc;
}


/* footer */
#footer {
   padding-top: 5px;
   border-top: dashed 1px #ccc;
   font-size: 0.85em;
   color: #b3b3b3;
}
#footer img {
   float: right;
}