body {
	font-family: Arial, Helvetica, sans-serif;
}

.tableCenter {
	width: 750px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../images/quiltbg.jpg);
	background-repeat: no-repeat;
	border: thin;
	border-style: outset;
	border-color: #000099;
}
	
.leftSidebar {
	float: left;
	margin-top: 100px;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	padding: 5px;
	color: #000033;

	
}

.leftSidebar a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000033;
	border-bottom: 1px;
	border-bottom-color: #000033;
	border-bottom-style: solid;
}

.leftSidebar a:hover {
	background-color: #915865;
	text-decoration: underline;
	color: #FFFFFF;
}

.h3 { 
	text-align: left; 
	font-size: 1.5em;
	font-weight: bold;
	color: #000033;
}

.Main {
	margin-top: 110px;
	margin-left: 0px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 550px;
	w/idth: 550px;
	float: left;
	text-align: left;
	padding: 5px;
}

.libraryTable {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	border: 1px; 
	border-style: solid; 
	border-width: thin;
}

.footer {
	text-align: center;
	font-style: italic;
	font-size: .7em;
	border-top: 1px;
	border-top-color: #52523A;
	border-top-style: solid;
}
