body {
  margin: 0 0 0 12em;
  background: #fff;

}

a.bl:link { 
	color: #330066;
        text-decoration: none;
	}
a.bl:visited { 
	color: #330066;
        text-decoration: none;	
        }
a.bl:hover { 
	color: blue;
	text-decoration: underline;
	}

a.br:link {
        color: #663300;
        text-decoration: none;
        }
a.br:visited {
        color: #663300;
        text-decoration: none;
        }
a.br:hover {
        color: blue;
        text-decoration: underline;
        }            

div#outer {
  padding: 1em;
}
div#content {
  margin:0 1em;
 
  padding: 3em;
  background: #fff;
  background-image: url(images/gradBackground.jpg);
  background-repeat: repeat-y;
  font-family: Arial, Helvetica;
  font-stretch: condensed;
  min-height: 32em;
  min-width: 36em;
}

iframe.medNav{
  width: 11em;
  height: 39em;

  position:absolute;
  top: 0.5em;
  left:1em;
  right:auto;
}

iframe.medtop{
  width: 35em;
  height: 3em;
  margin-top: -2.5em;
  margin-right: -3.5em;

  position:static;

}

iframe.medbottom{
  width: 29em;
  height: 3em;
  margin-top: 0.5em;
  margin-right: 1em;

  position:static;

}

body>iframe.medNav {position: fixed}

body.medNav {
  margin: 0em;
  padding: 0px;
}

p.title1 {
  font-family: Arial, Helvetica;
  color: #900; 
  font-size: 24pt;
  margin-bottom: 0.7em;

}

p.title2 {
  font-family: Arial, Helvetica;
  color: #900;
  font-size: 20pt;
  margin-bottom: 0.7em;

}

pre {
  border-style: solid;
  border-width: 1px;
  padding: 0px;
}
samp {
  border-style: solid;
  border-width: 0px;
  margin: 4px;
  padding: 0px 3px 0px 3px;
}
.medNav {
  background-image: url(images/helixThins1.jpg);
  background-repeat: no-repeat;
}
.medHome {
  background: #cc6;
}                      
.medIntro {background: #990; }

/* The line below only takes effect when the "background:#fff" attribute 
   in "div#content" at the top of this .css file is turned off.  Turning 
   if off has the effect of allowing the background color specified below to 
   fill the inside of the content page, still respecting the outward border 
   color.
*/

.medIntroInside {background: #cc6; }

.medPhd {background: #660; }
.medPhdInside {background: #eff; }

.medMas {
  background: #630

}
.medSecEd {
  background: #900;
}
.medElem {
  background: #900;
}
.medProfDev {
  background: #900;
}
.medFac {
  background: #c30;
}
.medGrad {
  background: #f60;
}
.medPastGr {
  background: #f90;
}
.medRsch {
  background: #fc6;
}
.medOut {
  background: #fc9;
}









