/* CSS Document */

body {   
		background-color: #FFFFFF;
		color: #000000;
		margin : 0px 0px 0px 0px;
} 

#header {
		position: absolute;
 		width: 80%;
 		border:0px none;
  		top: 0px;	
		left: 100px;
		right:100px; 
		text-align:center;
}

#content {
	position: absolute;
	width:80%;
	top: 105px;
	left: 100px;
	right:100px;
	height: 245px;
}
#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	text-align:center;
	font-weight: bold;
}

#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:center;
	font-weight: bold;
}

.img {
  padding:4px;
  border:1px solid #ddd;
  }

.badge {
   padding:4px;
   border:0px;
   }
	
.citation {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: smaller;
		font-style: italic;
		text-align:center;
}
.citationauth {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: smaller;
		font-style: normal;
		text-align:center;
}
.authority {
		font-family: "Times New Roman", Times, serif; 
		font-size:small;
		text-align:justify;
}
	
.oxheader {
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

.poetry {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:small;
		text-align:center;
}

.fiction {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:small;
		text-align:justify
}

.flocked {
		background-color:#FFFFFF;
		color:#FF6633;
		font-weight: bold;
}

.friend {
		background-color:#FFFFFF;
		color:#FF00FF;
}
#menu {
	position: absolute;
  	top:50px;
	left : 0px;
	width: 80px;
}
#menu ul {
	border-bottom: 1px solid gray;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

#menu li {
	padding : 5px 0px 5px 5px;
	margin : 0px 0px 0px 0px;
	border-top: 1px solid gray;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type : none;
	line-height : 16px;
	font-size : 16px;
}

#menu a {
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	color: #666666;
	background-color: #FFFFFF;
}

#menu a:hover {
	color:#990000;
	background-color: #FFFFFF;
}

#sitemap ul {
	padding : 0px 0px 0px 30px;
	margin : 0px 0px 0px 0px;
}

#sitemap li {
	padding : 5px 0px 5px 0px;
	margin : 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height : 16px;
	font-size : 16px;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:link, #sitemap a:visited {
	color: #666666;
	background-color: #FFFFFF;
}

#sitemap a:hover {
	color:#990000;
	background-color: #FFFFFF;
}


