@charset "utf-8";
#main {
	width: 793px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #661115;
}

#definition{
    margin-left:-20px;
   
}

#bio{
    margin-left: 30px;
    margin-right: 20px;
}

.navbar {
	width:  793px;
	height: 18px;
	background-color: #DBD9ED;
	border-top: 10px solid #2E3192;
}


#top {background-image: url(images/top.gif);
   background-repeat: no-repeat;
   width:  793px;
   height: 45px;
   position: relative;
   top: 0px;
}
   
#frame {background-image: url(images/mid.gif);
   background-repeat: repeat-y;
   width:  793px;
   position: relative;
   top: 0px;
}

#bottom {background-image: url(images/bottom.gif);
   background-repeat: no-repeat;
   width:  793px;
   height: 45px;
   position: relative;
   top: 0px;
}
   
   
#frametext {
  position: relative;
  top: 0px;
  left: 60px;
	width:  680px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

#frametext p{
  display: inline;
}

#frametext a:link {
	color: #B2222A;
	text-decoration:none;
	font-weight: bold;
}

#frametext a:visited {
	color: #B2222A;
	text-decoration:none;
	font-weight: bold;
}


.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

.navbar a:link {
	color: #000;
}
.navbar a:visited {
	color: #000;
}
.navbar a:hover {
	color: #661115;
	font-style: italic;
}
.navbar a:active {
	color: #661115;
}

.selected {font-style: italic; color: #661115;}

#bio a:link {
	color: #B2222A;
	text-decoration:none;
	font-weight: bold;
}

#bio a:visited {
	color: #B2222A;
	text-decoration:none;
	font-weight: bold;
}

.details {
  padding-left: 20px;
  font-size: 12px;
}

.fewerdetails {
  padding-left: 20px;
  font-size: 12px;
}

#main #frame #frametext #bio #news {
	border: thin solid #B2222A;
	background-color: #FFFFFF;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #C0DBC4;
	border: thin solid #2A7138;
}

