/* CSS Document */
body{
	background-color:rgb(255, 240, 182);
	color:rgb(134, 84, 24);
	font-family:Arial, Helvetica, serif;
	font-size:small;
}

p{
	font-size: 110%;
	padding: 5px;
}
h1{
	font-size: 110%;
	text-align: center;
}
h2{
	font-size: 110%;
	text-align: left;
	font-weight:bold;
	text-decoration:underline;
	padding:0;
	margin:0;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	text-align:center;
	margin:0;
	padding:0;
}
h4{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	margin:0;
	padding:0;
}
a {
	font-size: 100%;
}


div#booktitle{
	background-color:rgb(255, 240, 182);	
	text-align:center;
}




div#buttonbox{
	width: 180px;
	height: 28px;	
	padding:0;
	border-bottom:1px solid rgb(134, 84, 24);
}


.content{
	font-size: 110%;
	padding:5;
	margin:0;	
}


.content a:link {rgb(134, 84, 24); text-decoration: none; }
.content a:visited { rgb(134, 84, 24);  text-decoration: none; }
.content a:hover {rgb(134, 84, 24);  text-decoration: underline;  }
.content a:active { rgb(134, 84, 24); text-decoration: underline;   }


.content2{
	font-size: 90%;
	padding:5;
	margin:0;	
}


.content2 a:link {color: rgb(134, 84, 24); text-decoration: underline; }
.content2 a:visited {color: rgb(134, 84, 24);  text-decoration: underline; }
.content2 a:hover {color: rgb(134, 84, 24);  text-decoration: underline;  font-weight: bold;}
.conten2t a:active { color: rgb(134, 84, 24); text-decoration: underline;   }


.formText{
	float: left;
	padding-left: 10px;
}


.FooterMenu{
	color:rgb(134, 84, 24);
	font-size: 80%;	
	text-align:center;

}

.FooterMenu a:link {color: rgb(134, 84, 24); text-decoration: none; }
.FooterMenu a:visited { color: rgb(134, 84, 24);  text-decoration: none; }
.FooterMenu a:hover {color: rgb(134, 84, 24);  text-decoration: underline;  }
.FooterMenu a:active { color: rgb(134, 84, 24); text-decoration: underline;   }

div#footertag{	
	text-align:center;
	font-size: 12;
	font-wight: bold;
}


div#imagebox{
	height: auto;
	font-size: 120%;
	text-align:justify;
	padding: 0;
}

div#linkbar{
	width: 180px;	
	float: left;
	background-color:#FFF9E1;
}


div#textbox{
	height: auto;
	font-size: 110%;
	text-align:justify;
	padding: 4px;
	background-color: #fffdf1;

}

.VideoBox {
	border-style: solid;
	border-width:1px;
	width: 400px;
}