body {
  font-family: tahoma, helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  background: #dddddd;
}

table {
  margin: auto;
  border-collapse: collapse;
}

caption {
  margin: auto;
}

td {
  text-align: left;
  border: 1pt solid blue;
}

tr {
  border-bottom: 1pt solid black;
}

#wrapper {
  margin: auto;
  text-align: left;
  width: 1000px;
  background: white url(images/border5.gif) 110px 0px repeat-y;
}

#wrapper1 {
  width: 1000px;
  background: transparent url(images/border5.gif) 835px 0px repeat-y;
}

#topborder {
  background: transparent url(images/border5.gif) repeat;
  width: 1000px;
  height: 5px;
}

#body {
  margin-left: 10px;
  float: left;
  width: 700px;
}

#header {
  width: 1000px;
  height: 65px;
  background: #9999ff url(/images/musalogo.gif) 0px 0px no-repeat;;
}

#search {
  float: right;
  width: 750px;
  height: 65px;
  text-align: right;
  vertical-align: bottom;
}

#left {
  float: left;
  width: 110px;
  background: white;
}

#right {
  float: right;
  width: 890px;
}

#ltmenu {
  text-align: center;
  color: black;
  margin: 5px;
  font-size: 11pt;
  line-height: 150%
}

#ltmenu a:link, #ltmenu a:visited {
  color: #0000ff;
  text-style: bold;
  text-decoration: none;
}

#ltmenu a:hover, #ltmenu a:active {
  background-color: #ff9999;
}

#separator {
  width: 10px;
  background: red;
}

#center {
  float: left;
  width: 740px;
  background: white;
}

#rtmenu {
  float: right;
  width: 160px;
  text-align: center;
}

#bottom {
  width: 1000px;
  text-align: center;
  background: white;
}

#seealso {
  font-size: 11pt;
  text-decoration: underline;
  font-style: oblique;
}

#welcome {
  font-size: 14pt;
  text-align: center;
  margin: auto;
  border-bottom: 1px solid #DADADA;
}

#lowerbanner {
  clear:both;
  text-align: center;
}

.clear {
  clear: both;
}

.copyright {
  font-size: 7pt;
}

.disclaimer {
  font-size: 7pt;
}

.article {
  font-size: 10pt;
  margin-bottom: 10px;
}

p.article:first-letter {
  font-size: 24pt;
  color: blue;
  font-weight: normal;
  text-align: justified;
}

.headline {
  font-size: 24pt;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}

#ads {
  margin: 20px;
  float: left;
}

.error {
  color: red;
}