/* basic elements */

body {
   font: 8pt/16pt arial, helvetica, sans-serif; 
   background: #000;
   color: #f90;
   margin: 20px 0 0 0;
   padding: 0 5% 0 210px;
   border-top: 1px solid #000
}

.sidecol {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: .9em;
   background: #ff9900;
   color: #333333;
   position: absolute;
   z-index: 5;
   width: 170px;
   top: 20px;
   left: 0;
   margin: 0;
}

img {
   border: 0;
}

.inset-image {
   margin: .5ex .5ex .2ex .5ex;
}

a {
   color: #CCFF33;
}

a:visited {
   color: #FF6600;
}

.sidecol a {
   color: #00f;
}

.sidecol a:visited {
   color: #606;
}

h2, h3, h4, h5 {
   padding-bottom: 0;
   margin-bottom: 0;
   line-height: 100%;
   color: #ffff99;
}

h2 {
   font-size: 220%;
}

h3 {
   font-size: 170%;
}

h6 {
   line-height: 100%;
   color: #ffff99;
   font-size: 105%;
   margin-left: 15px;
}

h1 {
   font-size: 350%;
   line-height: 100%;
   color: #ffff00;
}

p {
   font-size: 120%;
   line-height: 120%;
}

.logo-header {
   padding-bottom: 120px;
}

.float-text {
   position: relative;
   top: 60px;
}

.first-paragraph {
   border-top: 1px solid #f90;
}

.center {
   text-align: center;
}

.emphasize-rate {
   color: #00ff00;
}

.emphasize-new {
   color: #fc0;
}

.emphasize-coursework {
   color: #ff9;
}

.schedule-color {
   color: #ff6600;
}

.footnote {
   font-style: italic;
}

.block-quote {
   font-style: italic;
   color: #ff9;
}