﻿a:link  {color: black}
a:visited {color:black}
a:hover {color:green}
a:active {color: green}

body {
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	background-color: #EEE3C9;
}

#titlebar {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	margin: 0;
	background-image: url("../../CollectionsImages/foster_images/topbar.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	height: 116px;
	border: solid black;
	border-width: 3px 3px 1px 3px;
	padding-bottom: 10px;
}

#title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 3.75em;
	white-space: nowrap;
	font-variant: small-caps;
	font-weight: bold;
}

p.subtitle {
	margin: 0;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

#spencer {
	font-size: 1.75em;
}

#menu {
	width: 175px;
	line-height: 35px;
	padding-top: 40px;
	position: fixed;
	bottom: 80px;
	top: 130px;
	overflow: auto;
	padding-left: 20px;
	margin: 0;
	border: solid black;
	border-width: 2px 2px 1px 3px;
}

#menu a:hover {
	font-variant: small-caps;
	text-decoration: none;
	margin: 0;
}

a.prime {
	font-weight: bold;
}

a.second {
	font-style: italic;
	padding-left: 25px;
}

#contents {
	
	border: solid black;
	border-width: 2px 2px 1px 0;
	position: fixed;
	bottom: 80px;
	top: 130px;
	left: 200px;
	right: 0px;
	overflow-x: hidden;
	overflow: auto;
	padding-right: 15px;
}

#logo {
	position: absolute;
	z-index: 1;
	bottom: 0;
	padding: 8px;
	height: 60px;
	background: white;
	border: solid black;
	border-width: 1px 2px 3px 3px;
}

div.links {
	position: absolute;
	padding-left: 350px;
	left: 0px;
	padding-bottom: 10px;
	bottom: 0;
	padding-right: 10px;
	right: 0;
	height: 66px;
	text-align: center;
	white-space: nowrap;
	background-image: url("../../CollectionsImages/foster_images/bottombar.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	border: solid black;
	border-width: 2px 3px 3px 3px;
}

div.links a {
	position: relative;
	top: 25px;
	margin: 1.5%;
	font-weight: bold;
}

a.cell {
	vertical-align: top;
	display: inline-block;
	height: 190px;
	width: 160px;
	background-color: #E4D3AD;
	margin: 2px;
	border: 1px solid black;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}

a.cell:first-line {line-height: 156px}

a.cell img {
	border: 1px solid #E4D3AD;
	vertical-align: middle;	
}

a.cell span {}

a.cell:hover {border: 1px solid green}

a.cell:hover img {border: 1px solid green}

a.cell:hover span {text-decoration: underline}

span.noid {
	font-style: italic;
	font-size: .8em;
}
