body {
    background: #fff;
    color: #666;
    
    font-family: "Garamond", serif;
}

p, ul, th, td {
    font-size: 1.15em;
}

p {
    margin-left: 1em;
}

#content {
    position: absolute;
    right: 25px;
    left: 200px;
    top: 200px;
    
    padding: 0 20px 25px;
        
    text-align: justify;
}

#copyright {
    text-align: center;
    background: inherit;
    color: #aaa;
    
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: .9em;
    
    padding-top: 75px;
    line-height: 1.5em;
}

#header {
    position: absolute;
    left: 10px;
    top: 15px;
}

.yellow {
    background: yellow;
    border: solid 1px black;
    padding: 5px;
}

#adminNavigation {
    position: absolute;
    left: -2px;
    right: -2px;
    top: 160px;
    z-index: 500;
    
    text-align: center;
    border: solid 1px black;
        
    background: yellow;

    padding: 5px;
}

#adminNavigation a {
    font-size: .9em;
    padding: 4px 10px;
}

#navigation {
    position: absolute;
    left: 30px;
    top: 200px;
    width: 150px;
    bottom: 25px;
    
    border-right: solid 1px #ccc;
}

#navigation img {
    padding-bottom: 20px;
    border: 0;
}

.dvd img {
    margin: 0 20px;
    width: 100px;
    float: right;
    
    border: solid 2px #333;
}

h1, h2, h3, h4, h5, h6, legend {
    color: #333;
    font-family: "Helvetica", "Arial", sans-serif;
    text-align: left;
    
    clear: both;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
}

fieldset {
    border: none;
    margin-bottom: 20px;
}

td, th {
    padding: 2px 10px;
}

th {
    text-align: center;
}

input[type=submit] {
    border: 0;
    cursor: pointer;
    font-size: 1.1em;
    font-family: "Garamond", serif;
}

div.pancake a, a.pancake, input[type=submit] {
    font-weight: bold;
    
    color: white;
    background: #053867;
    padding: 7.5px;
    
    text-decoration: none;
    
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;

    display: inline-block;
}

a.pancake {
    font-size: .8em;
}

div.pancake a:hover, a.pancake:hover, input[type=submit]:hover {
    background: #c90016;
}

div.pancake {
    text-align: center;
    margin: 0 0 25px 0;
    clear: both;
}

hr {
    margin: 20px;
    clear: both;
}

h4 {
    font-style: italic;
    margin-top: 0;
    padding-top: 0;
    line-height: 1em;
}

h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.6em;
    
    color: #000066;
}

address {
    font-family: monospace;
    font-style: normal;
    font-size: 1.1em;
    margin-left: 2.2em;
}


div.twoColumn {
  padding: 0 25px;
}

    div.twoColumn div p {
      text-align: center;
      font-size: .9em;
    }
  
    div.twoColumn div.left {
    width: 50%;
    float: left;
    overflow: hidden;
  }
  
  div.twoColumn div.right {
    width: 50%;
    float: right;
    overflow: hidden;
  }
  
  div.twoColumn div.footer {
    clear: both;
    min-height: 1px;
    margin: 0;
    padding: 0;
  }

input[type=submit].cancelButton {
  background: inherit;
  color: inherit;
  font-weight: normal;
  font-size: 1em;
}

input[type=submit].cancelButton:hover {
  color: black;
}

#new_newsletter_recipients_email {
  font-size: 16pt;
  padding: 5px;
}

td.multipleSubmitButtons {
  text-align: right;
}

