body {
  background-color: #68142e;
	font-family: "Times New Roman", Times, serif;
}

#outercontentwin {
	display: none;
	position: absolute;
	/*background: #faf9f7;
	border: 3px solid #162833;
  filter: alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; -khtml-opacity: 0.95; */
	z-index: 3;
}
#contentwin {
	position: absolute;
	padding-right: 10px;
	color: #000000; /*#484531;*/
	font-size: 15px;
	overflow: auto;
	z-index: 4;
}
#contentwin h2 {
	color:#440099;
	font-size: 20px;
	font-weight: bold;
}

.nav, .nav a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover, a.nav:hover {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.subnav, .subnav a {
	color: #e4e1cb;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.subnav a:hover, a.subnav:hover {
	color: #e4e1cb;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

.news {
	color: #ffffff;
	font-size: 15px;
}

#centered {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 770px;
  margin-left: -385px;
}

#audrey {
	background: url("images/audrey_title.gif") no-repeat;
	position: absolute;
	top: 95px;
	left: 210px;
	width: 350px;
	height: 100px;
	z-index: 2;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 520px;
	z-index: 1;
}
