body {
  font: normal medium Arial, sans-serif;
  color: #000;
}

#page { color: #0B335B; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}
h1 { font-size: 200%; margin-top: 0em; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

li, li ul, li ol {
     margin-top: 0.3em;
  margin-bottom: 0.3em;
}

ul li { list-style-image: url(../images/bullet_red.png); }

p, ul, ol {
     margin-top: 0.8em;
  margin-bottom: 0.8em;
}

p { line-height: 1.3em; }

dl dt { font-weight: bold; }
dl dd { margin: 0.2em 0em 1em 1.8em; }

a:active,
a:hover { color: #F00; }

acronym, abbr, .help { border-bottom: 1px dashed #AAA; cursor: help; }

#guidelines {
  display: none;
  background: #DDD;
  padding: 20px;
}

h1, h2, h3, h4, h5, h6,
hr, a { background: transparent; }

hr { color: #AAA; height: 0px; }

small, .small, sub, sup { font-size: 80%; }
big, .big { font-size: 120%; }

.red { background-color: #D30 ! important; }
.green { background-color: #6C1 ! important; }
.blue { background-color: #139 ! important; }

@media screen {
body { background: #AAA url(../images/drop.gif) repeat-y scroll 1020px 0px; }
a.pdf {
  padding-left: 20px;
  background: transparent url(../images/icon_pdf_16.gif) no-repeat scroll left center;
}
#page {
  background: #FFF url('../images/bg.gif') repeat scroll -120px 0px;
  height: 100%;
}
#page, #header {
  max-width: 1020px;
}

#left {
  font-size: 16px;
  color: #FFF;
  background: #139;
  width: 275px;
}

#left #slogan {
  background: transparent url('../images/white_box.png') no-repeat scroll -228px 100px;
  padding: 130px 50px 35px 100px;
}

#pagePic, #left {
  position: absolute;
  visibility: hidden;
  bottom: 0px;
  left: 0px;
}

#pagePic {
  border: 1px solid #FFF;
  z-index: 4;
  margin-left: 73px;
  margin-top: 100px;
}

#logo { padding: 11px 20px 20px 20px; }

#content {
  background: transparent url('../images/bg_green.png') repeat-y scroll right top;
  margin: 80px 0px 0px 275px;
  padding: 30px 180px 20px 60px;
  overflow: auto;
}

#footer {
  clear: both;
  background: #DDD url no-repeat scroll right center;
  padding: 7px 105px 6px 60px;
  margin-left: 275px;
}
#footer h5, #footer p { margin: 4px 0px; }
#footer h5 { font-size: 20px; }
#footer p, #footer p a { font-size: 11px ! important; }

html, body {
  height: 100%;
  width: auto;
  overflow: hidden;
}

#navi {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 10;
  font: bold 13px/14px Arial, sans-serif;
}

#navi .submenu {
  position: absolute;
  visibility: hidden;
}

#navi, #navi li, #navi ul, #navi ul li {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-image: none ! important;
}
#navi li, #navi ul li { margin-top: 1px; }

#navi a, .trig {
  display: block;
  text-decoration: none;
  text-align: center;
  opacity: 0.99;
}
#navi a, .trig, .menuInactive {
  background: #D30;
  color: #DDF;
}
#navi a:hover, .menuHover {
  color: #FFF;
  background: #F52 url('../images/navi_go.png') no-repeat scroll right 8px;
}
.menuHover {
  color: #FFF;
  background-image: url('../images/navi_arrow.png');
  background-position: right 4px;
}
.trig { cursor: default; }
#navi a { cursor: pointer ! important; }
#navi a, #navi li.trig {
  padding: 5px 6px ! important;
  width: 160px;
}
#navi ul.submenu li a, #navi ul.submenu .trig { width: 160px; }

#navi .courses a { width: 250px ! important; }

ul#navi, ul.submenu { width: 340px; }

#amf {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 6px 0px;
  width: 275px;
  text-align: center;
  font-size: 11px;
}
#amf, #amf a { color: #BBB; }
.pagePhoto {
  border: 1px solid #FFF;
  margin: 10px -120px 10px 20px;
}
} /* end @media screen */

@media print {
  #page { width: auto ! important; }
  body, #content, #header { background: transparent ! important; }
  #pagePic { margin-top: -2000px; float: right; }
  #left, #navi, #naviprompt, #amf { display: none; }
  #content { margin-top: 80px; }
  #footer {
    position: static ! important;
    padding-top: 1em;
    margin-top: 2em;
    border-top: 1px solid #888;
  }
  .pagePhoto { margin: 10px; }
  #tagline {
    font-size: 18px ! important;
    top: 18px ! important;
  }
}

@media screen, print {
body {
  margin: 0px;
  padding: 0px;
}
#header {
  background: #DDD;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  width: 100%;
}
#tagline {
  position: absolute;
  left: 330px;
  top: 23px;
  z-index: 6;
  font: bold 29px Arial, sans-serif;
  white-space: nowrap;
}
#tagline, #footer h5 {
  text-transform: uppercase;
  color: #AAA;
}
.pagePhoto {
  float: right;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}
}