/*
	Style sheet created for KeepFamilySociety.org
	Copyright ©2010. All rights reserved. PROMIT.com
*/


body {
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, geneva, sans;
	}

ul li	{ line-height: 1.5em; }

img	{ border: none; }

hr	{ border: 2px solid #44767c; clear: both; }
hr.minor	{ border: 1px solid #44767c; width: 90%; margin-top: 30px; }


#bar	{
	display: block;
	position: absolute;
	top: 140px;
	width: 100%;
	background-color: #44767c;
	color: #fff;
	padding-left: 126px;
	}
#bar h1	{ font-size: 1.25em; font-weight: 100; margin: 0px; padding: 4px; line-height: 1em; }

#container	{
	display: block;
	position: relative;
	width: 960px;
	margin: 0px auto;
	text-align: right;
	}
#header	{ display; block; margin-top: 40px; }
#lside	{
	display: block;
	position: relative;
	margin-top: 10px;
	float: left;
	width: 150px;
	height: 100%;
	border-right: 4px solid #44767c;
	padding-top: 100px;
	text-align: center;
	}
#content	{
	display: block;
	position: relative;
	top: 40px;
	float: left;
	width: 700px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	}
	
#pic	{
	display: block;
	width: 350px;
	margin: 8px;
	font-size: 0.75em;
	text-align: center;
	float: right;
	padding: 8px;
	border: 1px solid #000;
	}

table td	{ font-size: 0.75em; font-weight: bold; text-align: right; }
td.aleft	{ text-align: left; }
td.actr	{ text-align: center; }	
	
#footer	{
	clear: both;
	display: block;
	width: 100%;
	border-top: 4px solid #44767c;
	padding: 20px;
	text-align: center;
	}