body {
  padding: 0em;
	margin: 0em;
	background-color: white;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

body * {
	margin: 0;
	padding: 0;
}

p {
	margin-top: .5em;
}

address {
	font-style: normal;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}

#background
{
	position: relative;
	height: 500px;
	top: -57px;
	left: 50%;
	width: 1000px;
	margin-left: -540px;
	background-position: top left;
	background-image: url(images/fern_title.jpg);
	background-repeat: no-repeat;
}

#name {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
}
h1 {
	margin-left: -999em;
}

/* Navbar presentation */

#navbar {
  position: absolute;
	left: 290px;
	top: 75px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;     /* see also #bottom_border in ie7_fixes.css */	
  width: 490px;
	z-index: 1;
	padding: 6px 0;
	text-align: center;
	background-repeat: repeat-y;
}

li.top_level {
	display: inline;
	font-weight: bold;
	list-style-type: none;
	padding: 0 3px 0 17px;
	background-image: url(images/green_dot.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#nav_first {
	background-image: none;
	padding-left: 0px;
}
#nav_last {
	padding-right: 0px;
}

#navbar a {
	text-decoration: none;
}
#navbar a:link {
	color: Black;
}
#navbar a:hover {
	text-decoration: underline;
}

.current {
  color: #C96134;
}

/* Navbar dropdown */

li:hover ul,
li.over ul  { 
   display: block; 
}

li ul {
	position: absolute;
	left: 120px;
	top: 1.5em;
	display: none;
	list-style: none;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 12em;
	text-align: left;
}

li ul li {
  padding-top: 0.2em;
}

li ul a.current {
  position: relative;
}

#ie_fix {
  position: relative;
}

/*End Navbar dropdown*/

#text {
   position: absolute;
	left: 380px;
	top: 13.5em;
	width: 350px;
	z-index: 2;
	padding-bottom: 30px;
}

h2, 
caption {
	font-size: 140%;
}

a:visited {
	color: #517072;
}
a {
	color: #3450C9;
}

#horizontal {
   position: absolute;
	top: 100%;
	left: -35px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	height: 28px;
	width: 502px;
	background: white url(images/horiz_gradient.jpg) no-repeat left top;
	z-index: 1;
}
#corners {
	height: 34px;
	width: 4px;
	position: absolute;
	right: -3px;
	top: -3px;
	background-color: transparent;
	background-image: url(images/corners.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#vertical {
   position: absolute;
	left: 380px;
	top: 100%;
	margin-top: -200px;
	height: 285px;
	width: 28px;
	border-right: 3px solid #688588;
	border-left: 3px solid #688588;
	background-repeat: no-repeat;
	background-image: url(images/blue_fade.png);
}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 100%;
	left: 425px;
	height: 100px;
	width: 60px;
}

sup {
	font-size: 55%;
}

/*dd {
  font-size: 120%;
  margin-top: 1em;
}
*/
dl {
	margin-left: 1.5em;
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
}

h3 {
  margin-top: 1em; 
  border-top: 1px solid #688588;
  border-bottom: 1px solid #688588;
  border-left: 1px solid #688588;
  position: relative;
  left: -21px;
  padding: 4px 20px;
  background: url(images/left_gradient.jpg) no-repeat top right;
}

acronym, 
abbr {
  border-bottom: 1px dotted; 
  cursor : help
}

/* The following two selectors utilize DHTML that's added by corners.js
   to add rounded corners to h3. The 
   margin/padding numbers should mirror what h3 has, plus
   one pixel for the border. */
div.nw {
  background: url(images/corner_nw.gif) no-repeat top left;
  margin-top: -5px;
  padding-top: 5px;
  margin-left: -21px;
  padding-left: 21px;
  z-index: 1;
}
div.sw {
  background: url(images/corner_sw.gif) no-repeat bottom left;
  margin-left: -21px;
  padding-left: 21px;
  margin-bottom: -5px;
  padding-bottom: 5px;
  z-index: 1;
}

