body{
 margin:0;
 padding:0;
 background-color: White;
}

div#title {
 	position: absolute;
 	top: 15px;
 	left: 200px;
}

div#face {
 	position: absolute;
 	top: 10px;
 	left: 10px;
}

div#menubar {
 	background-color: Black;
 	position: absolute;
	left: 0;
 	top: 51px;
 	height: 30px;
	width: 100%;
 }

div#menu {
 	position: absolute;
	left: 200px;
 	top: 56px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color: White;
 }

div#content {
 	margin: 10px 15px 15px 200px;
 	border: 1px solid Black;
 }

div#docMain {
 	margin: 10px 15px 15px 15px;
 }

div#docHeader {
 	position: absolute;
 	top: 90px;
 	left: 200px;
 }

div#left-sidebar {
 	position: absolute;
 	top: 200px;
 	left: 0;
 	width: 185px;
 	background-color: White;
 }

a#menu {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color: White;
 	text-decoration: none;
 }

a#menu:hover {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color: White;
	text-decoration: underline;
 }

h1 {
 	font-size: 20px;
 	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
 	font-size: 14px;
 	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
}

a {
	color: Black;
}

a:hover {
	color: #00008B;
}

.title_book {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.text {
	text-indent: 30px;
	margin-top: 10px;
	font-size: 17px;
}

table.imgleft {
	float: left;
	margin: 5px 5px 5px 0;
}

table.imgright {
	float: right;
	margin: 5px 0 5px 5px;
}

table.imgcenter {
	margin: 5px 5px 5px 5px;
}

table.imgleft td,
table.imgright td,
table.imgcenter td {
	text-align: center;
	font-size: 12px;
}

div.selected {
    background-color: Black;
    padding: 2px 2px 5px 2px;
    margin-top: 2px;
}

div.selected a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

div.unselected {
    background-color: White;
    padding: 2px 2px 5px 2px;
    margin-top: 2px;
}