/* Layout */
#maincanvas
{
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}
#topgutter
{
	height: 50px;
}

#header
{
	background: silver;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	height: 50px;
}

#menu
{
	vertical-align: top;
	width: 220px;
}

#logo
{
	border: dashed 1px #000;
	left: 700px;
	position: absolute;
	top: 25px;
}

#contentcontainer
{
	padding-top: 40px;
	vertical-align: top;
}

#content
{
	margin-top:30px;
	width: 600px;
}

#footer
{
	font-size: 12px;
	text-align: center;
	width: 600px;
	padding-top:40px;
}
div.list
{
	width:400px;
}
div.item
{
	cursor:pointer;
}
div.item .even
{
	background-color:Silver;
}




/* Left Nav */
#navcontainer
{
	margin-left: 10px;
	width: 200px;
}

#navcontainer ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navcontainer a
{
	background: #030279;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 3px;
	width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #ccc;
	text-decoration: none;
}

#navcontainer a:hover
{
	background: #369;
	color: #fff;
}

body, p, a, ul, li, div.bookthumbleft, div.bookthumbright, div#curriculum, a.faq
{
	font-size:14px;
}

ul, li
{
	margin: 0;
	padding: 0;
}

ul.info
{
	padding:0;
	margin:0;
	margin-left:40px;
	list-style:none;
}
ul.info li
{
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	vertical-align:middle;
	margin-left:20px;
	line-height:20px;
}
p.info
{
	text-indent:0;
	background-color:#f0f0f0;
	padding:5px;
}
.book
{
	border-collapse: collapse;
	margin-top: 20px;
	width: 600px;
}

.book .thumb
{
	text-align: center;
}

.book .bottom
{
	border-bottom: solid 1px silver;
	height: 10px;
	width: 600px;
}

.book img
{
	border: solid 1px silver;
	margin-left: 0;
}

.book .details
{
	vertical-align: top;
}

p
{
	color: #000;
	text-align: justify;
	text-indent: 2em;
	margin:0;
}
p, div
{
	line-height:2em;
	text-align:justify;
}
td
{
	vertical-align:top;
}
div.bookthumbleft, div.bookthumbright
{
	width: 140px;
	text-align: center;
}
div.bookthumbleft img, div.bookthumbright img
{
	border: solid 1px #c0c0c0;
}

div.bookthumbleft a, div.bookthumbright a, a.button
{
	background: #030279;
	border: solid 1px #000;
	color: #FFF;
	margin-bottom: 5px;
	padding: 5px;
	text-decoration: none;
	width: 100px;
}

div.bookthumbleft
{
	float: left;
}
div.bookthumbright
{
	float:right;
}
.thumb img
{
	margin-top: 10px;
}

td.button
{
	text-align: center;
	vertical-align: middle;
}

img.page
{
	border: solid 2px silver;
	margin-bottom: 40px;
	margin-top: 40px;
}

img.pagenoborder
{
	border: 0;
	margin-bottom: 40px;
	margin-top: 40px;
}

body
{
	margin: 0;
	padding: 0;
}

p, li, a, div.item, div.bookthumbleft, div.bookthumbright, div#curriculum, a.faq, ul
{
	font-family:Arial;
}

h1, h2, h3, h4
{
	font-family:Georgia;
	font-weight:normal;
}
div.list h3
{
	padding:0;
	margin:0;
}
div.item img
{
	margin-right:10px;
	border:0;
	vertical-align:middle;
}
div.item
{
	height:20px;
}
div.item a
{
	margin-left:10px;
	text-decoration:none;
}
a
{
	color:#369;
	text-decoration:none;
}
a:hover
{
	color:#030279;
}
a.button:hover
{
	color:white;
}

em
{
	font-weight:bold;
	color:#ff0000;
	font-style:normal;
	text-decoration:none;
}