body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}
body.popUp {
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}
a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #99ff33;
}
#mainDiv {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/*position: absolute;*/
}
#topMenu{
	width: 900px;
	height: 50px;
	padding-top: 30px;
	text-align: justify;
}
#menuHome, #menuAbout, #menuLecturesEvents, #menuLocation, #menuContact, #menuPhotoBlog {
	margin-right: 63px;
}
#whichChapter{
	width: 900px;
	/*height: 30px;*/
	right: 0;
	/*padding-top: 10px;*/
	/*margin-left: 12px;
	margin-right: 12px;*/
}
#leftMenu{
	width: 450px;
	float: left;
	/*margin-left: 12px;*/
}
#rightMenu{
	width: 450px;
	float: right;
	/*margin-right: 12px;*/
}
#rightMenu strong{
	font-weight: 900;
	font-style: italic;
}
#leftMenuBooklist{
	width: 250px;
	float: left;
	/*margin-left: 12px;*/

}
#rightMenuBooklist{
	width: 650px;
	float: right;
	/*margin-right: 12px;*/
}
#rightMenuBooklist strong{
	font-weight: 900;
	font-style: italic;
}
.tinyText {
	font-size: 8pt;
}
td {
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: none;
}
table {
	width: 895px;
	margin: 0px;
	padding: 0px;
	border: none;
}
h1 {
	font-size: 10pt;
	font-weight: 900;
	margin-bottom: 20px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
li {
	margin-bottom: 10px;
}
.goBack {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	font-size: 90%;
	background-image: url(pictures/backward_nav.gif);
	background-repeat: no-repeat;
	padding-left: 20px;	/*margin-left: 16px;*/
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 9pt;
	font-weight: 900;
	margin-bottom: 10px;
}
.listenLeft {
	text-align: right;
}