/* Reset & Init */
*{ margin: 0; padding: 0; }
body{ background: white; }
img{ border: 0; }
a{ color: black; }

/* Layout & Margins - all fluid to make a print friendly */

#header, #main, #section{ width: auto; min-width: 800px; margin: 1%; padding: 0; border: 0; background: transparent; color: black; }

/* Typography */
body{ font-family: Helvetica, Arial, sans-serif; }
body, p{ font-size: 9pt; line-height: 11pt; }
p{ margin: 0 0 6pt; }
#logotype{ font-size: 18pt; font-weight:400; line-height: 22pt; margin-top: 7.5pt; }
#site-description{ font-size: 15pt; font-weight: 400; line-height: 20pt; margin-top: 6pt; margin-bottom: 4pt; }
ul{  margin: 6pt 0 .8em; padding: 0 0 0 30pt; }
ul li{ padding: 3pt 0; line-height: 14.5pt; }