img, form, html, body { padding: 0; margin: 0; border: 0; }

body {
    font-family: Palatino-Roman, Palatino, serif;
    font-size: 14px;
    line-height: 19px;
    background-color: #fffaa6;
    color:black;
}

#container {
    border-color: rgb(110, 3, 2);
    border-width: 3px;
    border-style: solid;
    background-color: white;
    width: 980px;
    margin: 20px auto 0 auto;
}

#navbar {
    border-top: 2px solid #fffaa6;
    border-bottom: 2px solid #fffaa6;
    width: 958px;
    padding: 12px 0 12px 0;
    word-spacing:50px;
    font-size: 16px;
    line-height: 16px;
    text-align:center;
}

#navbar a:link, #navbar a:active, #navbar a:visited{
    text-decoration:none;
    color:black;
}

#navbar a:hover {
    color:#999999;
}

#bio {
color: black;
display: block;
font-family: Palatino-Roman, Palatino, serif;
font-size: 14px;
font-weight: normal;
line-height: 19px;
text-align: justify;
width: 800px;
}

#next_engagement {
    background-color: #fffaa6;
    width: 250px;
    float: left;
    margin: 16px 16px 16px 0;
    text-align: center;
    font-size: 15px;
    padding: 12px;
}

#next_engagement a, #next_engagement a.link, #next_engagement a:active, #next_engagement a:visited {
    color: black;
}

.light {
    font-family: Palatino-Roman, Palatino, serif;
}

#pinkbox {
    background-color: #E8ABE7;
    padding: 10px 0 10px 0;
    font-size: 24px;
    text-align: center;
}

.alert { background-color: lightyellow; color: firebrick; text-align: center; font-size: 14px; }


div.autocomplete {
  margin:0px;
  padding:0px;
  width:250px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  font-size: 12px; line-height: 16px;
}

div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

div.autocomplete ul li.selected {
  background-color:#ffb;
}

div.autocomplete ul li {
  margin:0;
  padding:2px;
  height:32px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}

h2, h2 a:link, h2 a:active, h2 a:visited {
    font-size: 18px;
    font-weight: bold;
    color: rgb(64, 64, 64);
    margin: 10px; padding: 0px;
}

table, table a:link, table a:active {
    font-size: 12px;
    line-height: 18px;
    color: black;
}

table a:visited {
    color: #666666;
}

table a:hover {
    color:#999999;
}

h1 {
    color: rgb(110, 3, 2);
    display: block;
    font-size: 30px;
    letter-spacing: 7px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    padding: 0; margin: 0;
    font-weight: normal;
    font-family: Times-Roman, Palatino-Roman, Palatino, serif;

}

.yellowline {
    border-top-color: #fffaa6;
    border-top: 2px solid;
    width: 958px;
    margin-top: 10px;
}
