body {
  background-color: #3769CF;
  margin: 0;
  padding: 0;
}
#logo {
  text-align: center;
  height: 120px;
  background-color: #3769CF;
}
#topmenu {
  background-color: #3769CF;
  height: 19px;
  text-align: center;
  font-size: 14px;
  border-bottom: 4px solid #270F56;
  vertical-align: middle;
  padding-top: 3px;
  min-width: 980px;
}
#topmenu a {
  padding: 3px 1em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
#topmenu a:hover, #topmenu a.current {
  background-color: #08175B;
  color: #3769CF;
}
h1 { 
  color: #08175b; 
  font-size: 14pt; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  margin-top: 5px;
}
h2 {
  color: #08175b; 
  font-size: 12pt; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
}
#container {
  background-color: #fff;
  padding: 1em 5%;
}
#popup {
  margin: 1em 5%;
  padding: 10px;
  background-color: #fff;
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  line-height: 12pt;
}
#content  { 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  line-height: 12pt;
}
#footer {
  border-top: 4px solid #270F56;
  color: #ffffff; 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  line-height: 12pt; 
  padding: 18px 0;
  background-color: #3769CF;
  text-align: center;
}
#footer a { 
  color: #9eb8e4; 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  line-height: 12pt;
  text-decoration: none;
  padding: 0 1em;
}
#footer a:hover { 
  text-decoration: underline;
}
#home_bullets li {
  margin-bottom: 10px;
}
img {
  border: 0;
}

.sig  { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; font-style: italic; font-weight: normal; line-height: 12pt; text-align: right }
td.content  { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 12pt }
a:link { color: #08175b; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; line-height: 12pt }
a:visited { color: #08175b; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; line-height: 12pt }
a:hover { color: #3769cf; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; line-height: 12pt }
a:active { color: #08175b; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; line-height: 12pt }
.tas  { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; font-style: italic; font-weight: bold; line-height: 12pt }
.boldtext  { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 12pt }
.contactus { color: #9eb8e4; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; line-height: 12pt }
.footerslashes { color: #9eb8e4; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; line-height: 12pt }
.song_list {
  width: 75%;
  margin: auto;
  border: 1px solid #000;
}
.song_list th, .song_list td, .affidavits th, .affidavits td {
  padding: 8px 20px;
  border-bottom: 1px solid #b5b5b5;
}
.song_list th, .affidavits th {
  color: #fff;
  background: #3769CF;
  text-align: left;
}
.song_list th a {
  color: #fff;
}
.affidavits {
  width: 100%;
  margin: auto;
  border: 1px solid #000;
}
#advertisers {
  float: right;
  width: 30%;
  margin: 0 10px;
  text-align: center;
}
#advertisers a {
  text-decoration: none;
  font-size: 120%;
}
td.actions a {
  font-weight:normal;
  padding: 4px 8px;
  background:#3769cf;
  background: -webkit-gradient(linear, left top, left bottom, from(#274a92), to(#3769cf));
  background-image: -moz-linear-gradient(top, #274a92, #3769cf);
  color:#ccc;
  border:1px solid #aaac62;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  text-decoration:none;
  text-shadow: #fff 0px 1px 0px;
  min-width: 0;
}
td.actions a:hover {
  background: #4175ca;
  background: -webkit-gradient(linear, left top, left bottom, from(#487cff), to(#3F71C7));
}
div.message {
  clear: both;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  background: #c73e14;
  padding: 5px;
}

