body {
	font-family: Verdana;
	font-size: 9pt;
	background-color: white;
}

#main {
	width:760px;
	margin:0px auto;
}

#banner {
	height:153px; /* 153px original */ 
	margin:0px;
	background-color:#808080;
	border:solid 1px black;
	background-image:url("logo.jpg");
}

#menu {
	background:#808080;
	border: 1px solid black;
	margin-bottom:10px;
	padding:0px;
}

#menuitems {
	margin-top:5px;
	margin-bottom:5px;
}

#content {
	float:left;
	border:1px solid black;
	width: 738px;
	padding:10px;
	background:#E0E0E0;
}

#footer {
	margin-top:10px;
	float:left;
	text-align:center;
	border:1px solid black;
	width: 752px;
	padding:3px;
	background:#808080;
	color:white;
	font-size:10px;
	margin-bottom:5px;
}

#menuitems a:link, #menuitems a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	border-right: 1px solid black;
	padding:5px;
}

#menuitems a:hover, #menuitems a:active { 
	text-decoration: none; 
	color: #000000;
	background: #FFFFFF;
}

#home {
	background-image: url('bg.jpg'); 
	background-repeat: repeat;
	padding: 5px;
	padding-top: 10px;
}

h2 {
	font-size:13.5pt;
/*	border:1px solid black;
	background-color: #FDFDFD;
	text-align:center;
	padding:7px;
	margin-bottom:30px; */
}

h3 {
	font-size:10.5pt;
}

.chapter {
	font-size:15.5pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

.title {
	font-size:11.5pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.toc { /* Table of contents */
	font-size:11.5pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}


