body
{
  background-color: #0a558e;
  color: #000000;
  padding: 0px;
  margin: 0px;
  font-size: 10pt;
  min-width: 750px;
  font-family: 'Trebuchet MS', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  text-align: left;
}

#content
{
  background-image: url(/~mdiamond/template/images/background.png);
  background-repeat: repeat-y;
  margin-left: 60px;
  padding-left: 35px;
}

#main
{
  float: left;
  width: 719px;
}

#text, #credit
{
  margin: 0px 40px;
  width: 719px;
}

#header
{
  line-height: 0px;
}

#footer
{
  background-image: url(/~mdiamond/template/images/bottom.png);
  background-repeat: no-repeat;
  width: 791px;
  height: 68px;
  font-size: .7em;
  text-align: center;
  clear: both;
}

#right_float
{
  position: absolute;
  top: 320px;
  left: 741px;
}

img
{
  border: 0px;
}

img.thumb
{
  background-image: url(/~mdiamond/template/images/imgback.png);
  padding: 5px;
  margin-right: 10px;
}

code.blockLevel
{
  display: block;
  background-color: #cccccc;
  border: 1px solid #888888;
  white-space: pre;
  padding: 20px;
}

ul
{
  list-style-image: url(/~mdiamond/template/images/bullet.png);
}

.highlight
{
  color: #FF0000;
  background-color: transparent;
}

h4
{
  margin-bottom: 5px;
}

.notice
{
  border: 2px solid #7777ff;
  background-color: #6bb6ef;
  font-size: 1.1em;
  padding: 15px;
  text-align: center;
  font-weight: 900;
}

.smallNotice
{
  border: 2px solid #7777ff;
  background-color: #6bb6ef;
  padding: 5px;
  margin: 10px;
  text-align: center;
  font-weight: 900;
}
