body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #40E0D0;
	color: #00008B;
}

th, td {
	font-size: 11px;
}

img { 
	border: 0; 
	vertical-align: middle;
}

#wrapper {
	margin: 17px auto;
	text-align: left;
	width: 960px;
	position: relative;
	background-color: #ffffff;
	border: 2px solid #00008B;
	z-index: 0;
}

h1 {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-size: 1.4em;
	font-style: italic;
	color: #0091fd;
}


h2 {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 1.2em;
	color: #FF7F50;
}

h2 a, a:visited {
	color: #FF7F50;
	text-decoration: none;
}

h2 a:hover, a:hover {
	text-decoration: underline;
}

h3 {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-size: 1.1em;
	font-style: italic;
}

hr {
	color: #00008B;
}

.nav {
	width: 215px;
	float: left;
	margin: 0;
	padding: 0;
}

.nav h2 {
	color: #fff;
	margin-top: 0;
	padding: 6px 0 6px 30px;
	border-bottom: 1px solid #fff;
	line-height: 1;
	font-size: 1.1em;
}

.nav ul {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 1.4;
}

.nav li {
	list-style: disc;
	margin: 0;
	padding: 0;
	color: #fff;
}

ul a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

ul a:visited {
	color: #fefefe;
}

ul a:hover, a:hover {
	text-decoration: underline;
}

#menu {
	background: url(images/menu_bg.gif);
}

* html #menu {
	background: white;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 112px;
	background: #ffffff;
	border-bottom: solid 2px #00008B;
	z-index: 9960;
}

#logo {
	float: left;
}


#header #topnav {
    position: absolute;
    top: 114px;
    left: 215px;
	width: 745px;
	background: #00008B;
	z-index: 10000;
}

#header #topnav li {
    display: inline;
    padding: 0;
	float: left;
	font-size: 10px;
	height: 37px;
	line-height: 37px;
}

#header #topnav li a {
    padding: 0 20px;
}

#header #topnav li:hover {
	background: #3333BE;
}

#header #topnav li a:hover {
	text-decoration: none;
}

#header h2 {
	margin: 10px 0 8px 235px;
	color: #00ccaa;
	font-style: italic;
	font-size: 14px;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header li {
	margin: 0;
	padding: 0 0 0 240px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.7;
	font-weight: bold;
	font-size: 12px;
}

#leftnav {
	position: absolute;
	top: 114px;
	left: 0px;
	width: 215px;
	float: left;
}

#categories {
	margin: 0;
	padding: 0;
	width: 215px;
	background: #ffffff;
}

#categories li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
	height: 37px;
	line-height: 37px;
	background: #3333FF;
	position: relative;
}

#categories a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
}

#categories a:hover {
	text-decoration: none;
	background: #0000CC;
}

#categories li ul {
	position: absolute;
	width: 20em;
	left: -999em;
	top: 0;
	background: #3333FF;
	z-index: 10010;
	padding: 0;
}

#categories li:hover ul {
	left: 215px;
}

#categories li ul li {
	background: #0000CC;
}

#categories li ul li a:hover {
	background: #3333FF;
}

#coralnav {
	background: #FF7F50;
}

#greennav {
	background: #33AD33;
}

#lightbluenav {
	background: #6495ED;
}

#content {
	margin: 152px 10px 0px 235px;
	min-height: 505px;
	font-size: 1.2em;
}

.leftcol {
	/*position:relative;*/
	float: left;
	width: 342px;
	height: 240px;
}

.rightcol {
	/*position:relative;
	display: inline;*/
	float: left;
	margin-left: 20px;
	width: 340px;
	height: 240px;
}

.bookcover {
	float: left;
	margin-right: 10px;
	vertical-align: bottom;
}

.extra-space {
	margin-bottom: 30px;
}

.booktitle {
	font-style:italic; 
	font-weight:bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	float: left;
	margin: 5px 5px 0 0;
}

.clear {
	clear: both;
}

* html .clear div {
	margin-bottom: -2px;
}

#footer {
	text-align: right;
	background: #00008B;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
}

#footer .copyright {
	float: left;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
