body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#990000;
}

#topcontainer {
    width: 840px;
    position: absolute;
	left: 50%;
    margin-left: -420px;
}

#wrapper {
    width: 855px;
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -420px;
	min-height: 100%;
	background-color:#FFFFFF;
    border-top:5px solid #666666;
    border-bottom:5px solid #666666;
    border-right:5px solid #666666;
    border-left:5px solid #666666;
	}
	
#leftnav {
  position : relative;
  width : 170px;
  float:left;
  background-color:#FFFFFF;
  padding: 5px;
  border-right:5px solid #990000;
 }
 
 #content {
	width: 630px;
	position: relative;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
	background-color:#FFFFFF;
	float:right;
}

#footer {
	clear:both;
	width: 840px;
    position: relative;
	bottom: 0;
	float:left;
	left: 50%;
    margin-left: -420px;
	background-color:#FFFFFF;
}

div.embed {
  float: right;
  width: 400px;
  height: 320px;
  border: thin silver solid;
  margin: 0.5em ;
  padding: 0.5em ;
}
div.embed p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figureright {
  float: right;
  margin: 0.5em ;
  padding: 0.5em ;
}
div.figureright p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figureleft {
  float: left;
  margin: 0.5em ;
  padding: 0.5em ;
}
div.figureleft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.pagetitle {
	font-weight: bold;
	color:#993333;
}

a.leftnav:link {color: black; text-decoration: none; }
a.leftnav:visited {color: black; text-decoration: none; }
a.leftnav:hover {color: red; text-decoration: underline; }
a.leftnav:active {color: black; text-decoration:none; } 

ul.leftnav {margin-top: 5; margin-bottom: 5; margin-left: 20; margin-right: 5; padding: 0; }

li.leftnav {
list-style-type: none;
}

p.leftnav {
	font-weight: bolder;
	color: #990000;
	margin: 0;
	padding-bottom: 0;
	font-size:small;
}
.smalltext {
	font-size: x-small;
}
.maroonheader {
	font-weight: bold;
	color: #990000;
}
#wrapper #leftnav .leftnav .leftnav a:link {
	color: #333333;
	text-decoration: none;
}
#wrapper #leftnav .leftnav .leftnav a:visited {
	color: #333333;
	text-decoration: none;
}
#wrapper #leftnav .leftnav .leftnav a:hover {
	color: red;
	text-decoration: underline;
}

#wrapper #leftnav .leftnav .leftnav a:active {
	color: #333333;
	text-decoration: none;
}
h1 {
	font-size: x-large;
	font-weight: bolder;
	color:#990000;
}
