BODY
{
  background-color: #990000;
  color: black;
  background-image: url(images/red-bitstream.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  text-align: center;
}

li.frontpage 
{margin-bottom: 4pt
}

div.front_youtube {
  height: 250px;
  clear: both;
}


#document
{
  
  width: 700px; /* width: 800px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  color: #000000;
  font: 10pt sans-serif;
  text-align: left;
}

#header
{
  padding: 0px 0px 15px 0px;
  margin: 0px;
  height: 0px;
}

#tabs
{
  margin:  0px;
  padding: 0px;
  width: 700px; /* 800 */
  height: 33px;
  font-size: 0px;
  background-repeat: no-repeat;
  background-color: white;
}

#tabs A
{
  text-decoration: none;
}

#tabs img
{
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
}


#tabs span { visibility: hidden; }

#tabs div, #tabpointer div,#tabs a
{
  height: 28px;
  width: 112px; /* width: 130px; */
  float: left;
  margin:  1px;
  padding: 1px;
  margin: 0px;
  margin-top:0px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  color: #990000;
  cursor: pointer;
}

#tabpointer
{
  background-color: white;
}

#folder
{
  background-color: #ffffff;
  border: 1px solid black;
  border-top: 0px;
  padding: 0px 15px;
  overflow: auto;
}

#folder A
{
  color: #990000;
  font-weight: bold;
}
#folder A:HOVER
{
  background-color: #ffcccc;
}

#footer
{
  text-align: right;
  color: #ffffff;
}

#blurb
{
  text-align: right;
  font-size: 8pt;
  color: white;
}

#left-content
{
  float: left;
  width: 335px;
}

#right-content
{
  background-image: url(images/content-divider.gif);
  background-repeat: repeat-y;
  margin-left: 335px;
  padding-left: 15px;
}

.column-break { clear: both; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.text_l { font-size: 24pt; }
.text_ml { font-size: 18pt; }
.text_m { font-size: 14pt; }
.text_ms { font-size: 12pt; }
.text_s { font-size: 10pt; }
.text_xs { font-size: 8pt; }
.center { text-align: center; }
.indent { margin-left: 3ex;}

