
body {
   padding: 0;
   margin: 0;
   line-height: 140%;
   font-family: verdana, sans-serif;
}

a {
   color: #61a2f2;
   text-decoration: none;
}

a:visited {
   color: gray;
}

a:hover {
   text-decoration: underline;
}

div#header {
   background-image: url(../images/header-background.png);
   background-repeat: repeat-x;
   height: 85px;
   margin: 0;
   text-align: bottom;
   padding-top: 15px;
   padding-left: 1em;
   padding-right: 1em;
   padding-bottom: 25px;
   color: white;
}

div#header h1 {
   font-size: 300%;
}

div#header a,
div#header a:visited,
div#header a:active,
div#header a:hover {
   text-decoration: none;
   color: white;
}

div#navigation {
   text-align: right;
}

div#navigation ul {
   list-style-type: none;
   font-size: 0.9em;
   padding: 0;
   margin: 0;
}

div#navigation ul li {
   display: inline
}

div#navigation ul li:first-child:before {
   content: "";
}

div#navigation ul li:before {
   content: "\007C \0020";
}

div#content {
   margin-top: 0px;
   padding-left: 1em;
   padding-right: 1em;
   padding-bottom: 1px;
   padding-top: 1px;
}


