body 
	{
	background-color: rgb(255,255,204);
}

 br 
 	{
	text-align: inherit;
}

 .copyright
 	{
	font-size: smaller;
}

.menu 
	{
	font-size: 10pt;
	font-family:Arial;
	}
	
dfn.def
	{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	font-variant: small-caps;
	color: Red;
}

 ol, table, ul
	{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	page-break-inside: avoid;
}
	
ol.indented  /* Indented ordered list */
	{
	margin-left: 0.5in;
}

ol.unindented  /* Unindented ordered list */
	{
	margin-left: 0.25in;
}

p.header1  /* Main title*/
	{
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}
	
p.header2  /* 2nd line of Main title */
	{
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}
	
p.header3  /* lesson outline headers */
	{
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}	

p.mine
	{font-weight: bold;
	color:blue;
}	
	
 p, table, ul 
	{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	margin-left: 0.25in;
	margin-right: 0.25in;
}

p.quotes /* indented  */
	{
	margin-right: 0.5in;
	margin-left: 0.5in;
}

table /* general configuration */
	{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	border: thin solid Black;
	page-break-inside: avoid;
}

.color {
	background: #FFEE8C;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	border-bottom-style: outset;
	border: outset;
}

td.title /* title of table */
	{
	text-align: center;
	height: 0.5in;
	font-weight: bold;
	text-transform: uppercase;
}

td /* box lines */
	{
	border: 1px solid Black;
}

td.timeline /* red background, no lines */
	{
	border: none;
	background-color: Red;
}

ul.indented /* Unordered list using indented bullets */
	{
	margin-left: 0.5in;
}

.underline /* replaces underline tag */
	{
	text-decoration: underline;
}
	
/* Menus */
#page_menu 
	{
  	padding:0;
  	margin:0;
  	list-style-type:none; 
  }
  
#page_menu li 
{
 	 width:120px; 
 	 height:20px; 
 	 float:left;
 	 border:1px solid #000;
 	 margin-right:2px;
  }
  
#page_menu a em {
  font-style:normal; 
  font-size:1em; 
  line-height:1.5em;
  }
  
#page_menu a {
	text-decoration: none;
	color: #000;
	position: absolute;
	width: 120px;
	height: 20px;
	display: block;
	text-align: center;
}
  
#page_menu a.previous {background:#cfc; color:#000;}
#page_menu a.bible_studies {background:#cfc; color:#000;}
#page_menu a.home {background:#cfc; color:#000;}
#page_menu a.about {background:#cfc; color:#000;}
#page_menu a.next {background:#cfc; color:#000;}

#page_menu_top
{
	position: relative;
	top:  -55px;
	left: 60px;
}

#page_menu_top a
{
	border:2px #D5DBDC solid;
	padding:2px 4px 2px 4px;
  	font-size:10.0pt;
	font-family:Arial;
	color:black;
}

#page_menu_top a:hover
{
	background-color:#cfc;
	color:black;
}

#page_menu_translate
{
	position: relative;
	top: -100px;
	left: 700px;
}

#page_menu_area
{
	top: 0px;
	left: 0px;
}
