﻿body {
	background-image: url('images/suntile2.jpg');
	margin: 0;
	padding: 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666600;
}
#pagecenter table {
	width: 100%;
}
#pagecenter table tr {
	vertical-align: top;
}
#topnav table{
	margin: 0 auto 40px;
	text-align: center;
}
#topnav td {
	width: 145px;
	height: 50px;
}
#topnav a, #leftnav a {
	background-image: url('images/nav/sunflwr.gif');
	background-repeat: no-repeat;
	color: white;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 50px;
}
#topnav a:hover, #leftnav a:hover {
	background-image: url('images/nav/sunflwr_hover.gif');
}
#topnav a.current, #leftnav a.current {
	background-image: url('images/nav/sunflwr_current.gif');
	background-repeat: no-repeat;
}
#footer {
	font-size: 90%;
	margin-left: 200px;
	padding: 10px 20px 10px 0px;
}
#leftnav {
	width: 150px;
}
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftnav ul li {
	width: 140px;
	height: 50px;
	text-align: center;
}
#maincontent {
	padding: 0 20px 20px 40px;
}
dt {
	font-weight: bold;
	margin-top: 10px;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #669966;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 150%;
}
.alignCenter {
	text-align: center;
}
.bookstore {
	margin-left: 20px;
}
#pagecenter .bookstore table {
	width: 300px;
	text-align: center;
}
.caption {
	font-size: 90%;
	font-weight: bold;
}
.goLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.goRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
