body {
	background: url(newbackground.jpg) no-repeat top left;
	font-family: arial;
	font-size: smaller;
}

/* Define the rounded box containing the main content */

/* Show only to IE PC \*/
* html .indexitemheader h2 {height: 1%;} /* For IE 5 PC */

.indexitem {
	margin: 0; /* center for now */
	margin-top: 24px;
	background: url(bottomright3.jpg) no-repeat bottom right;
	width: 580px;
	margin-left: 210px;
}

.indexitemheader {
	background: url(topright3.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.indexitemheader h2 {
	background: url(topleft3.jpg) no-repeat top left;
	margin: 0;
	padding: 53px 30px 5px;
	color: #B0C8D4; 
	font-weight: bold; 
	font-size: 1.2em; 
}
.indexitembody {
	background: url(bottomleft3.jpg) no-repeat bottom left;
	margin-top: 0px;
	padding: 5px 55px 50px;
}

/* Scrolling content area within the rounded box */

.main {
/* 	height: 25.0em; fix height, remove this to expand downwards */
	overflow: auto; /* scrolling if need be */
}

/* Address field to the right hand side */

.bottom {
	position: relative;
}

.right {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 185px;
	padding-bottom: 20px;
	padding-left: 0px;
}

* html .right {
top: -12em; /* IE layout fix was -310px */
}

p.address {
	font-weight: bold;
	font-size: 110%;
	margin-left: 10px;
}


/* Home button definitions */

.button {
	position: relative;
	left: 0px;
	top: 150px;
	width: 185px;
	padding-bottom: 20px;
}

.mainbutton {
	text-align: center;
}

a.home {
	background: url("home-buttons.jpg") 0 0 no-repeat;
	font-size: 200%;
	text-decoration: none;
}

a.home:hover {
	background-position: -132px 0px;
}

a.catalog {
	background: url("catalog-buttons.jpg") 0 0 no-repeat;
	font-size: 200%;
	text-decoration: none;
}

a.catalog:hover {
	background-position: -132px 0px;
}

a.newsearch {
	background: url("search-buttons.jpg") 0 0 no-repeat;
	font-size: 200%;
	text-decoration: none;
}

a.newsearch:hover {
	background-position: -132px 0px;
}

img {
	border: 0px;
}

img.cover {
	margin-right: 10px;
	margin-left: 10px;
	height: 200px;
	width: 150px;
	text-align: right;
}

/* Justified paragraphs */

p.justified {
	padding-right: 20px;
	margin-right: 20px;
	text-align: justify;
}

/* Redefine the appearance of some of the headings */

h3 {
	border-bottom: solid 1px black;
	margin-right: 10px;
}

.progtitle {
	text-transform: uppercase;
}

h4 {
	margin-bottom: 0px;
}

/* Style the navigation section at the bottom of each pages of search
results */

.searchresultsnav {
	border-top: solid 1px black;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
}

.currentpage {
	background-color: blue;
	color: #B0C8D4;
	padding: 2px;
}

a.results {
	text-decoration: none;
	padding: 2px;
}

a.results:hover {
	background-color: blue;
	color: #B0C8D4;
}

.linkfooter1 {
	text-align: left;
	float: left;
}

.linkfooter2 {
	margin-right: 10px;
	text-align: right;
	float: right;
}



.saetoolbar {
	position: absolute;
	background-color: white;
	right: 9px;
	top: 10px;
	padding: 1px;
}

.saetoolbar .buttons {
	background-color: #e5e5f5;
	border-left: 3px solid #848;
	padding: 0px 5px 0px 5px;
}

.saetoolbar img {
	border: 0px solid green;
}

.saetoolbar a:hover {
	background-color: transparent;
	border-bottom: 3px solid #848;
}

#toolbaroff {
	display: none;
	top: 18px;
}

