/*Style sheet for COP2823 Final Project -- lnbstyles.css --Life's New Beginnings website*/
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #859142;
	margin: 0px;
	padding: 0px;
}
#tableLayout {
	background-color: #849142;
}
#tableLayout, #tableLayout td {
	border-collapse: collapse;
}
#tableLayout #tdNavigation {
	padding-bottom: 0px;
	background-color: #859142;
	text-align: center;
	border: 0px;
	padding-top: 0px;
	padding: 0px;
}
#tableLayout #tdFooter {
	background-color: #CED6A3;
	border-top: 1px solid #D7DACE;
	padding: 10px;
	color: #000000;
	text-align: center;
}
p {
	line-height: 1.7em;
	margin-top: 0px;
	text-align: left;
	font-size: 10px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
}

h1 {
	font: normal 36px Verdana, Arial, Helvetica, sans-serif;
	color: #E2C851;
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #E2C851;
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: center;
	font-weight: bold;
}
h3 {
font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #E2C851;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
} 
h4 {
	color: #000000;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size:18px;
	margin-right: 30px;
}    
#tableLayout #tdContent {
}
a img {
	border: none;
}
#divCopyright {
	font-size: 10px;
	margin: 1em;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
#tableLayout #tdContent td {
	padding: 0em;
	vertical-align: middle;
}
body {
	background-color: #CED6A3;
}
body,td,th {
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #E2C64B;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CED6A3;
}
a:active {
	text-decoration: none;
}
