/* General tag redefinitions */

body { font-family: Arial, Helvetica, sans-serif;
	margin-left: 5%;
	margin-right: 5%;
	background-color:antiquewhite;
	}

/* Main page ID styles */

div#mainheader {
	text-align:center;
	}
	
div#headquote {
	margin:0% 15% 0% 15%;
	width:600px;
	height:50px;
	text-align:left;
	font-size:medium;
	font-weight:bold;
	background-color:#f5f5dc;
	}

div#mainmenu {
	float:none;
	clear:both;
	text-align:center;
	}
	
/* left side column of main section, with nonfiction topics in it */
	
	
div#nonfiction {
	text-align:center;
	float:left;
	}
	
/* right side column of main section, with fiction topics in it */
div#fiction {
	text-align:center;
	float:right;
	}
	
.topicbtn {
	width:250px;
	height:150px;
	font-size:small;
	background-color:gray;
	border-top:5px solid silver;
	border-left:5px solid silver;
	border-bottom: 5px solid darkgray;
	border-right: 5px solid darkgray;
	margin:5px;
	}

div#main_lower {
	float:none;
	}
	
.text-paragraph { text-indent: 5% }

.text-essay {text-indent: 5%; margin-left: 5%; margin-right: 5%}

.longrule { width: 95%; text-align: center }

.medrule { width: 70%; text-align: center }

.shortrule { width: 50%; text-align: center }

.buttonbar {  font-family: "Courier New", Courier, mono; 
	font-style: normal; 
	font-size:small;
	text-decoration: underline;  
	background-color: #CCCCCC; 
	text-align: center}

.main_bar_top {  font-family: "Courier New", Courier, mono; 
	font-style: normal; 
	font-size: medium;
	height: 40px;
	text-decoration: underline;  
	background-color: #CCCCCC; 
	text-align: center}

.main_bar_bottom {  font-family: "Courier New", Courier, mono; 
	font-style: normal; 
	font-size: small;
	text-decoration: underline;  
	background-color: #CCCCCC; 
	text-align: center}

.tripbutton {width:20%;
	height:95px;
	border: 5px outset;
	font-family: "Courier New", Courier, mono; 
	font-style: normal; 
	vertical-align: center;
	text-align: center;
	text-decoration: none;  
	color: #FFFFFF; 
	font-size: 14px
	}

.tripbutton a {width:20%;
	height:95px;
	font-family: "Courier New", Courier, mono; 
	font-style: normal; 
	vertical-align: center;
	text-align: center;
	text-decoration: underline;  
	color: lightblue; 
	font-size: 14px
	}

.tripbutton a:hover {width:20%;
	height:95px;
	font-family: "Courier New", Courier, mono; 
	font-style: normal; 
	vertical-align: center;
	text-align: center;
	text-decoration: underline;  
	color: red; 
	font-size: 14px
	}

	
	
	
.booktable {  font-family: Arial, Helvetica, sans-serif }

.booktext { font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	margin-left: 5%;
	margin-right: 5%
	}

.footnote {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; font-variant: normal}

.SectionHeader {  font-family: Arial, Helvetica, sans-serif; font-size: large; font-style: normal; font-weight: bold; font-variant: normal}

.Right_sidebar {
	float: right;
	padding: 5px;
	margin:5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal;
	border: 2px thin solid;
	background-color: lightgreen;
	}

	
