body {
	margin: 15px;
	font-family: arial;
	font-size: 8pt;
}

a { text-decoration: none; }
a:link { color:#999999; } 
a:active {color:#999999;} 
a:visited {color:#999999; } 
a:hover { color:#FFA9A9; }

#container {
	width: 685px;
	padding: 0px;
	margin: 0px;
}

div.UseMap {
	position: relative;
	height: 100%;
}

div.UseMap a {
	position: absolute;
	display: block;
	border: none;
	text-decoration: none;
	width: 20px;
	height: 20px;
}

div.UseMap a:hover {
	border: 1px solid #800000;
}

div.UseMap a span {
	display: none;
}

#podcastBox {
  width: 192px;
  border: 1px solid #000;
  height: 200px;
  margin: 8px 0px 8px 0px;
  padding: 2px 4px 2px 4px;
  overflow: auto;
}


#topBg {
	width: 730px;
	height: 332px;
	background-image: url(images/001.png);
}

#nav {
 	width: 213px; 
 	height: 168px; 
 	background-image: url(images/003.png); 
 	background-position: 36px 0px; 
 	background-repeat: no-repeat; 
 	vertical-align: top; 
	text-align: right; 
}

#nav li { 
	list-style-type: none; 
	padding: 2px 10px 0 0;
}

#nav img {
	border: 0px solid #000;
}

#navLeft {
	float: left;
	width: 36px;
	height: 168px;
	background-image: url(images/002.png);
}

#navRight {
	float: right;
	width: 24px;
	height: 168px;
	background-image: url(images/004.png);
}

#main {
	width: 685px;
	vertical-align: top;
}

#main #breadcrumbs {
	float: right;
	font-weight: bold;
}

#breadcrumbs #active {
	color: #880000;
	margin: 0px 5px 0px 5px;
}

#breadcrumbs a {
	margin: 0px 5px 0px 5px;
}

#main p {
	line-height: 14px;
	width: 685px;
	text-align: justify;
}

#main p .timestamp {
	color: #999999;
	margin-right: 5px;
	font-weight: bold;
}

/* This is for the IMAGES detailing the current page  */
#main h1 {
	padding: 0px;
	margin: 0px;
}

#main h2 {
	font-weight: bold;
	font-size: 8pt;
	color: #880000;
	margin-top: 25px;
}

.redHighlight {
  color: #880000;
}

.team {
  clear: both;
  margin-top: 35px;
}

.teamPic {
  float: left;
  margin-right: 20px;
}
