
body 
{
font-family: Tahoma, Geneva, sans-serif;
font-size: 100%;
line-height: 1.25em;
color: #000000;
background: #FFE4B5;
}

a { text-decoration: none; }
a:hover {text-decoration: underline; }

/******************* Headings *******************/
h1, h2, h3, h4 { line-height: 1em; }
/* Banner */
h1 {
  font-size: 5em;
  text-align: center;
}
h1 span { text-indent: -9999px; }

/* Pagetitle */
h2 {
  font-size: 4em;
}

/* Head */
h3 {
  font-size: 3em;
}

/* Subhead/Bold */
h4 {
  font-size: 1.5em;
  padding: 5px 0 5px 0;
}

/* content */
#banner {
  margin: 25px;
  padding: 25px;
  background-color: #BDB76B;
}

#content {
  margin: 25px;
}

#content p {
  margin-top: 1em;
}

#concentration {
  margin: 0 0 25px 25px;
  background-color: #BDB76B;
  float: right;
}

#leftCol {
  font-size: .8em;
  width: 200px;
  margin: 0 25px 25px 0;
  background-color: #BDB76B;
  padding: 10px;
  float: left;
}

/******************* General Styles *******************/
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.sup { vertical-align: super; }
.sub { vertical-align: sub; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.eleven { font-size: 11px; }
.twelve { font-size: 12px; }
.thirteen { font-size: 13px; }
.fourteen { font-size: 14px; }
.fifteen { font-size: 15px; }
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.o { text-decoration: overline; }
.s { text-decoration: line-through; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.camelcase { text-transform: capitalize; }
.smallcaps { font-variant: small-caps; }
.slant { font-style: oblique; }
.indent { text-indent: 10px; }
.wrap { word-wrap: break-word; white-space: normal; }
.pre { white-space: pre; }
.block { display: block; }
.inline { display: inline; }
.none { display: none; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }
.collapse { visibility: collapse; }
.circle { list-style-type: circle; }
.disc { list-style-type: disc;}
.clear { clear: both;}
ul.collapse { list-style-type: none; }
ul.collapse li { list-style-type: none; display: inline; }

