body {
	margin: 0px;
	background: rgb(236,239,242);
	background-image: url(http://www.livingtheanswer.org/graphics/back1.gif); 
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
#logo {
	display: block;
	margin-top: 27px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}


/* Dropdown menu formatting */
div.dropdownBack {
	background: rgb(19,28,40);
	background-image: url(http://www.livingtheanswer.org/graphics/back2.gif); 
	background-repeat: repeat-x;
	padding: 16px 10px;
	margin-top: 6px;
	height: 8px;
}
div.dropdownWrapper {
	margin-left: 10%;
}
.dropdown { 
	color: rgb(106,140,176);
	cursor: pointer; 
	float: left; 
	width: 15%;
	background: rgb(19,28,40);
	margin: 0px;
}
.dropdown * { 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-weight: bold;
	color: rgb(106,140,176);
	text-align: center;
}
.dropdown h3 { 
	font-size: 10px; 
	border-left: 3px double rgb(106,140,176); 
}
.dropdown h3.last { 
	border-right: 3px double rgb(106,140,176);
}
.dropdown h3 span { 
	padding: 3px;
	display: block; 
}
.dropdown ul { 
	z-index: 99;
	margin-top: -1px; 
	display: none; 
	position: absolute; 
	background-color: rgb(108,142,178); 
	padding: 3px;
	width: 15%; 
	border: 1px solid rgb(36,51,67); 
}
.dropdown li { 
	text-align: left;
	display: block; 
	padding: 3px;
	border-bottom: 1px dotted rgb(55,76,99); 
	line-height: 85%;
}
div.dropdown a:visited { 
	font-size: 10px; 
	text-decoration: none; 
	color: rgb(32,44,58);
}
div.dropdown a:link { 
	font-size: 10px; 
	text-decoration: none; 
	color: rgb(32,44,58);
}
div.dropdown a:active  { 
	font-size: 10px; 
	text-decoration: none; 
	color: rgb(32,44,58); 
}
div.dropdown a:hover { text-decoration: underline; }

.dropdown li.last { border-bottom: none; }

/* End dropdown menu formatting */


/* Start sidebar formatting */

#leftBar {
	background: rgb(116,152,190);
	background-image: url(http://www.livingtheanswer.org/graphics/sideBack.gif); 
	background-repeat: repeat-x;
	float: left;
	width: 140px;
	padding: .4em 10px;
	color: rgb(19,28,40);
	font-family: arial, sans-serif;
	font-size: .8em;
}

img.corner { 
	float:right;
	margin: -5px -26px 0px 0px;
}

#leftBar select {
	margin: -1.6em 0em 2em 0em;
	border: 1px solid rgb(116,152,190);
	background: rgb(185,203,221);
	width: 130px;
	color: rgb(32,44,58);
	font-size: .8em;
}

#leftBar p {
	color: rgb(32,44,58);
	margin-top: 2em;
}

#leftBar p.topP { 
	color: rgb(106,140,176);
	margin-top:2.5em;
}

#leftBar p.quote {
	font-size: .85em;
	margin-left: .4em;
	margin-right: 1em;
}

#leftBar p.citation {
	font-size: .85em;
	margin: -.5em 1em 2em 3em;
	text-align: right;
}


/* Format for footer */
div.footer {
	width: 64%;
	margin-left: 23%;
	margin-right: 13%;
	padding-top: 2em;
}
div.footer p {
	text-align: center;
	font-family: arial;
	font-size: .7em;
}
div.footer a.footer:active,a.footer:link,a.footer:hover,a.footer:visited {
	text-decoration: underline;
}