body {
  color: #444444;
  background-color: white;
  font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
  font-size: 1em;
  text-align: justify;
  margin: 0;
}
body > div {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #4D87CE;
  font-weight: bold;
  text-decoration: none;
}
h1 {
  margin: 0;
}

#header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1em;
}
#banner {
  width: 100%;  
}
#main {
}
#article {
  width: 80%;
}
#sidebar {
  width: 20%;
  float: right;
}   
#footer {
  border-top: 1px solid #eeeeee;
  margin-top: 1em;
  font-size: 80%;
  text-align: left;
}


#header h1,#header h2 {
  font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
#header h1 {
  color: #3D44B9;
  font-size: 175%;
  margin-bottom: 1ex;
}
#header h2 {
  color: black;
  font-size: 90%;
}

#banner img {
  width: 100%;
}

#menu {
    margin-left: 2ex;
    color: #6C534A;      
}
#menu h1 {
    font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 125%;
    border-bottom: 1px solid #eeeeee;
    color: #444444;
    margin-left: 0.5ex;
}
#menu a {
    width: 100%;
    display: inline-block;
    font-size: 75%;
    background-position: right;
    background-repeat: no-repeat;
    padding: 0.5ex;
    padding-right: 0;
    margin-left: 0.5ex;
}
#menu a:hover {
    background-color: #eeeeee;
    background-repeat: repeat-y;
}

#article h1 {
  color: #888888;
  font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  font-variant: small-caps;
  text-align: center;
  margin-top: 1ex;
  border-bottom: 1px solid #eeeeee;
}
#article h2 {
  font-size: 100%;
}  

table {
  font-family:"Trebuchet MS", Helvetica, Arial, Verdana;
  margin-top: 1em;
}
th,td {
  padding-bottom: 0.5ex;
  padding-right: 1em;
  vertical-align: top;
}
th {
  font-weight: normal;
}

.dt {
  font-weight: bold;
}