/* CSS Document */

body 
{
	background: #4f6250;
}

.page
{
	width: 700px;	
	background: #2F3930;
	margin-left: auto;
	margin-right: auto;
}

.page img
{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

#menu {
width: 100%;
background: #2F3930;
float: left;
margin: 0;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 20%;
float: left;
padding-bottom: 5px;
}
 
#menu a, #menu h2, #menu p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: white;
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	display: block;
}
 
#menu a:hover {
background: #4f6250;
}
 
#menu li 
{
	width: 100%;
	position: relative;
}
 
#menu ul ul {
width: 100%;
color: white;
font-size: 6px;
background: #2F3930;
position: absolute;
z-index: 500;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.content
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #330000;
	background: #F7EEDF;
	width:700px;
}

.content p
{
	padding: 5px;
}

.content h1,
.content h2
{
	text-align: center;
}

.content hr
{
	width: 80%;
}

.border {
	padding: 12px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
}

.border_picture {
	padding: 10px;
	margin: 10px;
	border-color:#FFFFFF
}

.footnote
{
	text-align: center;
}

.footnote a:link {
	color: #0000FF;
}

.footnote a:visited {
	color: #800080;
}

.footnote a:hover {
	color: #FF0000;
}

img.centered
{
	text-align: center;
	display: block;
}

.footer
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	text-align: center;
}

a:link {
	color: #0033FF;
}
a:visited {
	color: #9900FF;
}
a:hover {
	color: #00AA00;
}
a:active {
	color: #999999;
}

.toplink
{
	text-align: center;
	display: block;
}

.announcement {
	color: #FF0000;
	text-align: center;
}

.missionary
{
	margin-right: 20px;
	margin-left: 20px;
}

.gospelpic
{
	text-align: center;
	display: block;
}

.class-summary
{
	margin-left: 20;
	margin-right: 20;
}

.class-summary td
{
	padding: 0 4px 0 4px;
}

.series
{
	width: 100%;
	margin: 0 0 0 0;
}

.series th
{
	padding: 0 0 0 0;
}

.series_property
{
	font-weight: bold;
}

.lessons
{
	margin-left: auto;
	margin-right: auto;
}

.lessons th
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 0 4px 0 4px;
}

.lessons td
{
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding: 0 4px 0 4px;
	font-size: 10pt;
}

.notabene
{
	font-style: italic;
	text-align: center;
}