/*
written by: Jane Vora
contact: jane.vora@gmail.com
*/

body {
	background:#FFFFFF;
	text-align:center;
	margin:0 auto;
	font-family:Helvetica, Geneva, Arial, sans-serif;}
	
body p {
	font-family:Helvetica, Geneva, Arial, sans-serif;
	color:#000000;
	font-size:13px;
	line-height:150%;}

body a {
	color: #a659ca;
	font-weight:bold;
	font-size:13px;
	}

body a:hover {
	color: gray;
	}

ul li {
	color: #000000;
	font-size:13px;
	}

H1, H2 {
    font-family:Helvetica, Geneva, Arial, sans-serif;
    text-align:left;}

H1 {font-size: 24px;
	font-weight: normal;
	color: #003399;}

H2 {font-size:18px;
	font-weight:normal;
	color:#663399;}
	
#header {
	background-image:url('images/banner.gif');
/*	background-repeat: no-repeat;
	background-position: top left; */
	color:#ffffff;
	width:800px;
	height:100px;
	margin:0px auto;
/*	top: 0px; */
	text-align:center;}

/* NAV */

#underlinemenu {
	font-weight: bold;
	top:100px;
	width: 800px;
	margin:0px auto;
	margin-bottom:20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgb(204, 204, 204);
}
 
#underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	}

#underlinemenu ul li{
	display: inline;
	}

#underlinemenu ul li a{
	color: #663399;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	font-size:24px;
	font-weight:lighter;
	text-decoration: none;
	border-bottom: 3px solid #663399; /*bottom border is 3px*/
	}

#underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color: gray;
	border-bottom-color: gray;
	}

/* END NAV */

#mainContainer {
	width: 800px;
	margin: 0px auto;
	}

#sideBar {
	width: 260px;
	float: right;
/*	background-image: url('images/bg-gray.jpg'); */
	background: #cbe1f9;
	}

#sideBarWrapper {
	width: 240px;
	margin-top:15px;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align:left;
	}

#contentMain {
	width: 520px;
	float: left;
	text-align:left;
	}

#contentWrapper {
	width: 500px;
	margin-left: 10px;
	text-align:left;
	}

.bookTitles {font-size:14px;
	font-weight:normal;
	color:#666666;
   font-family:Helvetica, Geneva, Arial, sans-serif;
    text-align:left;
	font-style:italic;
	}

.bookCover{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	border: 1px black solid;}

.bookQuote {
	font-size: 12px;
	line-height: 175%;
	}

.bookSpacing {
	padding-bottom: 10px;
	border-bottom: 1px dashed rgb(204, 204, 204);
	}

.logo {
	margin-top:-15px;}

.footnote {
	font-size:11px;}
	
.portrait {
	margin-bottom:15px;}

li.articles {
	list-style:none;
	margin-left:-35px;}

li.anchorlinks {
	margin-bottom: 8px;}

#footer {
	width: 800px;
	margin: 0px auto;
	height:50px;
	clear: both;
	text-align:center;
	padding-top: 15px;
	}
	
#footer p {
	font-size: 11px;
	}
	
#footer a {
	font-size:11px;}