@charset "UTF-8";
body {
	background-color: #999999;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #618FCA;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #666666;
	list-style-type: square;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 75%;
	list-style-type: square;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}
#container {
	height: 600px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/headerslice.jpg);
	background-repeat: repeat-x;
}
#header {
	position:absolute;
	left:0;
	top:0;
	width:750px;
	height:175px;
	z-index:3;
	background-image: url(images/header.jpg);
}
#librarian {
	position:absolute;
	left:0;
	top:175px;
	width:200px;
	height:325px;
	z-index:2;
	background-image: url(images/librarian2.jpg);
}
#navbar {
	position:absolute;
	left:200px;
	top:175px;
	width:550px;
	z-index:6;
	background-color: #666666;
}
#title {
	position:absolute;
	left:223px;
	top:225px;
	width:478px;
	height:20px;
	z-index:5;
}
#container  #title  .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	color: #618FCB;
	letter-spacing: 3px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#mainbody {
	position:absolute;
	left:223px;
	top:250px;
	width:478px;
	height:245px;
	z-index:4;
	overflow: auto;
	padding-right: 15px;
}
#container  #mainbody  .p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-transform: none;
	color: #666666;
}
#container #mainbody .p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #618FCB;
	text-decoration: none;
}
#container #mainbody .p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #618FCB;
	text-decoration: none;
}
#container #mainbody .p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #618FCB;
	text-decoration: underline;
}
#container #mainbody .p a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #618FCB;
	text-decoration: underline;
}
#container  #mainbody  .h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
}
#container  #mainbody  .parabold  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}
#footer {
	position:absolute;
	left:0;
	top:536px;
	width:750px;
	height:64px;
	z-index:1;
	background-image: url(images/footer.jpg);
}
#container #mainbody .paraitalic {
	font-style: italic;
}
