html, body, h1 {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: #89b;
}

body {
   font: 14pt Palatino,Times,"Times New Roman",serif;
}

a:link, a:visited, a:active a:hover {
   color: #ccc;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#frontpage img.imgtl {
   position: absolute;
   left: 2em;
   top: 2em;
}

#frontpage img.imgtr {
   position: absolute;
   right: 2em;
   top: 2em;
}

#frontpage img.imgbl {
   position: absolute;
   left: 2em;
   bottom: 2em;
}

#frontpage img.imgbr {
   position: absolute;
   right: 2em;
   bottom: 2em;
}

#frontpage #masthead {
   margin: 2em 0;
   padding: 5em 0;
   text-align: center;
}

#frontpage #menubar {
   margin: 2em 0;
}

#frontpage .menudeco img {
   height: 52px;
}

#subpage img.imgtl {
   position: absolute;
   left: .5em;
   top: .5em;
}

#subpage img.imgtr {
   position: absolute;
   right: .5em;
   top: .5em;
}

#subpage img.imgbl {
   display: none;
}

#subpage img.imgbr {
   display: none;
}

#subpage #masthead {
   margin: 1em 0;
   padding: 0em 0;
   text-align: center;
}

#subpage #masthead img.sitelogo {
   width: 300px;
}

#subpage .menudeco img {
   height: 34px;
}

#subpage #menubar {
   margin: 1em 0;
   font-size: .66em;
}

#menubar {
   padding: 0;
   text-align: center;
   list-style-type: none;
}

#menubar li {
   display: inline;
   padding: 0 1em;
   font-size: 1.33em;
}

#menubar li.menuitem {
   vertical-align: top;
   background: url(/img/ribbon_mid_05.png) repeat-y;
}

#menubar li.menudeco {
   margin: 0;
   padding: 0;
}

#menubar a {
   font-weight: bold;
   font-size: 1.00em;
   color: #333;
   vertical-align: top;
}

.content {
   width: 700px;
   margin: 3em auto;
   line-height: 1.33em;
}

.content h1 {
   color: #ccc;
}

.content li {
   margin: 1em 0;
}

a img {
   border: none;
}
