﻿body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
h1 {
	color: #663399;
	font-size: 175%;
	font-family: Garamond, Times New Roman, Serif;
	margin-top: 5px;
}
h1.black {
	color: #000000;
}
h1.thirdlevel {
	text-align: center;
}
h2 {
	font-size: 125%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-size: 125%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
h4,h5,h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #663399;
	text-align: center;
}

a {
	color: #000000;
	font-family: Arial;	
	text-decoration: none;
}

a:link, a:visited {
	color: #663399;
	font-family: Arial;	
	text-decoration: none;
}
a:link:hover {
	color: #993300;
}

#navcontainer ul
{
padding: 0;
margin: 0;
background-color: #663399;
border-bottom: 1px solid #993300;
color: White;
font-weight: bold;
float: left;
width: 700px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline;}

#navcontainer ul li a
{
padding: 2px 6px;
background-color: #663399;
color: White;
text-decoration: none;
float: left;
border-left: 1px solid #cc9933;
font-size: 10px;
}

#navcontainer ul li a:hover
{
background-color: #ccccff;
color: #000000;
}

p.homeheading, p.homeheading a {
	color: #663399;
	font-family: Garamond, serif;
	font-size: 110%;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
div.homediv {
	float: left; 
	width: 180px;
	display: inline;
}

ul.homelist {
	list-style-type: none;
	background-image: url(/templateimages/vertline.gif);
	background-repeat: no-repeat;
	margin: 0px 2px;
	padding: 0px 10px;
}

ul.homelist li {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.homelist li a {
	color: #626469;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

/* CSS Page Layout Controls */
div#header
{
position: static;
width: 700px;
height: 20px;
}

div#secondlevel
{
position: static;
width: 700px;
height: 37px;
}

div#homeheader
{
position: static;
width: 700px;
height: 23px;
}

div#homesecondlevel
{
position: static;
width: 700px;
height: 38px;
}

div#header img, div#secondlevel img, div#homeheader img, div#homesecondlevel img
{
border: 0;
}

div#navigation
{
position: static;
width: 700px
}

div#body
{
position: static;
width: 700px;
}

div#maincontent
{
position: static;
width: 680px;
padding: 10px;
}

div#leftbar
{
float: left;
width: 153px;
height: 329px;
color: #000;
background-image: url(/templateimages/librarysecondlevel_leftside.gif);
}

div#rightbar
{
float: right;
width: 544px;
min-height: 329px
}

div.clearer
{
clear: both;
}

div#pfooter
{
clear: both;
width: 700px;
text-align: center;
font-size: x-small
}
span.listheading
{
font-weight: bold;
}

.initials
{
width: 100%;
font-size: 90%;
font-style: italic;
text-align: center;
}

span.button {
	background-color: #dddddd;
	border: 1px solid #000000;
	padding: 8px;
	color: #000000;
	margin-left: 4px;
	margin-right: 4px;
}

#siteindex {
	float: left;
	clear: left;
	width: 700px;
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 10px;
	}
#siteindex table {
	float: left;
}
#siteindex a, #siteindex a:visited {
	color: #ffffff;

}
@media print{

div#maincontent
{
width: 100%;
float: left;
}


div#rightbar
{
width: 100%;
float: left;
}

div#leftbar
{
display: none;
}


}
