/*alicecamille stylesheet*/


/*body, divisions, classes */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #f0f8ff;
	background-repeat: repeat-y;
	width: 966px;
} 

img {
	border-style: none;
}

#menu {
	border-width: thin;
	border-style: solid;
	border-color: #f0fff8;
	width:650px;
	padding: 0px 20px 0px 0px;
	margin:  0px  0px 0px 0px;
	background-color: #f0fff8;
	float: left;
}

#header {
	text-align: right;
}

#main {
	width:966px;
	padding: 1em;
	margin: 0em; 1em; 2em; 1em;
}

#main2 {
	width: 800px;
	padding: 2em;
	margin: 1em; 1em; 2em; 1em;
}

#bkphoto {
	padding: 2em;
	text-align: center;
}

#footer {
	clear: both;
	border-top: 2px dotted #336699;
	margin-top: 2em;
	text-align: center;
}

#contact {
	background: #99cc99;
}

#adbanner {
	text-align: center;
	background: #ff99ff;
}

#publisherlinks {
	width: 350px;
	padding: 1em;
	float: left;
}

#publisherphotos {
	width: 320px;
}

.note {
	background-color:#d1e1f0;
	padding:12px 12px 12px 48px;
	background-image:url(images/icon-exclaim.gif);
	background-position:12px 12px;
	background-repeat:no-repeat;
}

.bold {
	font-weight: bold;
}

.highlight {
	background-color: #ffff66;
}

.previous {
	color: #3366cc;
}

.newsphoto1 {
	position: absolute;
	top: 220px;
	left:150px;
	width: 240px;
	height: 207px;
}

.newstext1 {
	position: absolute;
	top: 270px;
	left: 450px;
	width: 350px;
	
}

.newsphoto2 {
	position: absolute;
	top: 485px;
	left:150px;
	width: 200px;
	height: 301px;
}

.newstext2 {
	position: absolute;
	top: 560px;
	left: 450px;
	width: 350px;
	
}

.newsphoto3 {
	position: absolute;
	top: 830px;
	left:150px;
	width: 200px;
	height: 200px;
}

.newstext3 {
	position: absolute;
	top: 890px;
	left: 450px;
	width: 350px;
}

.indexfooter {
	position: absolute;
	top: 1950px;
	text-align: center;
}

.book {
	margin-bottom: 50px;
}


/*text styles*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: black;
	background: #6699cc;
	padding: 5px;
	text-align: right;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: black;
	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	color: #336699;
	margin-top: -1em;
}

p {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: black;
}

.bold {

}

.italic {
	font-style: italic;
}

.footnote {
	font-style: italic;
	font-size:11px;
}

.awards {
	font-style: italic;
	text-align: center;
	color: #ccae34;
	background-color: #f8f2db;
	border: 3px dashed #f0f8ff;
	padding 15px;
}

img.awards {
	border: none;
	padding: 10px;
	float: left;
}

/*link styles*/



a:link, a:visited {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #336699;
}

a:hover {
	font-weight: normal;
	color: #e67010;
}

a:active {
	font-weight: normal;
	color:  #996600;
}

a.menu {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #3a507f;
	display: inline;
	background: #f0f8ff;
	padding: .12em;
	text-decoration: none;
	text-align: center;
	width: 4em;
	margin: .25em;
	
}

a.menu:hover {
	font-weight: bold;
	background: #ffcc66;
	color: #e67010;
}

.current {
	cursor: default;
	font-weight: bold;
	color: #6699cc;
	background: white;
	text-decoration: none;
}

a.current:hover {
	color:#336699;
}

a.audiotitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
}

a.serialtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

h1.newtitles {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	color: black;
	background: #efa53a;
	padding: 5px;
	text-align: center;
}

/*list styles*/

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 3em;
	list-style-type: none;
}

li.cross {
	list-style-image: url(images/crossbullet.gif);
}

.topics li {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-style:italic;
	line-height: 20px;
	color: black;
	list-style-image: url(images/crossbullet.gif);
}