body {
   margin: 0;
   padding: 0;
   color: black;
}

div#head {
   min-height: 90px;
   color: white;
   margin: 10px;
   font-family: "Copperplate Gothic Light";
   font-size: 36pt;
   vertical-align: text-bottom;
}

div#head img {
   margin-right: 0;
}

div#nav {
   background-color: #0000CC;
   min-height: 43px;
   width: 100%;
   text-align: center;
   font-family: "Copperplate Gothic Light";
}

span.section {
   font-size: 26pt;
   color: #AAAAAA;
   margin: 0 3% 0 3%;
}

span.section a {
   text-decoration: none;
   color: #AAAAAA;
}

span.section a:hover {
   color: #FFFFFF;
}

div#content {
   display: block;
   margin: 5%;
   width: 90%;
   font-size: 16pt;
   font-family: Arial;
}

span#text {
   min-height: 200px;
   max-width: 70%;
}

span#image {
   display: inline;
   float: right;
   vertical-align: top;
   border: solid 7px #6666CC;
}

div#style {
   width: 100px;
   text-align: center;
   height: 20px;
}

div#style span {
   cursor: pointer;
   font-size: 8pt;
   margin: 3px;
   width: 15px;
   height: 10px;
   padding: 2px;
   border: solid 1px transparent;
}

span#deep_blue {
   font-family: "Bodoni MT Black";
   color: #FFFFFF;
   background-color: #000066;
}

span#pale_blue {
   font-family: "Copperplate Gothic Light";
   color: #000000;
   background-color: #AAAACC;
}

span#red {
   font-family: "Helvetica";
   color: #CCCCCC;
   background-color: #660000;
}

strong {
   font-weight: bold;
   font-size: 22pt;
}

div#legal {
   width: 100%;
   display: block;
   color: #6666CC;
   font-size: 8pt;
   font-family: Arial;
   text-align: center;
}
