/* http://www.brookshirefamilyfoundation.org/design.css */
body
{
	margin:0;
	padding:0;
	font: 80% Tahoma, Arial, sans-serif;
	color:#000000;
	background-color: #ccc;
	text-align: center;
}
h1 {font-size: 130%;color: #444;}
h2 {font-size: 120%;color: #444;}
h3 {font-size: 110%;color: #444;}
h4 {font-size: 100%;color: #444;margin: .5em 0;display:inline;}
img {border:0;}
img.emailimage {vertical-align: middle;}
a
{
	color: #0066CC;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: #0066CC;
	background-color: transparent;
	text-decoration: underline;
}
acronym {color:#009966;border-bottom:1px dotted #009966;cursor: help;}

p {margin:1em 0;}

ul {list-style-type: disc;}

table {margin: 0 auto;}
th, td {font-size:12px;padding:0 8px;vertical-align:top;}
th {text-align:center;}

.spacer {clear: both;}

.small {font-size: .9em;}
.alert {color: #990000;}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.clearleft {float:left;clear:left;}
.hidden {display: none;}
.center {text-align:center;}
img.left, img.clearleft {margin: 0 1em .5em 0;}
img.right {margin: 0 0 .5em 1em;}

div#sitenav
{
	margin: 10px auto 0 10px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 11px;
}

.sitetab
{
	margin-left: 4px;
	padding: 4px 6px;
	border-bottom: 1px solid #ccc;
	background: #eee url(images/corner_r.gif) top right no-repeat;
}

.sitetab:hover
{
	background-color: #fff;
	border-color: #eee;
	text-decoration: none;
}

.sitetabcurrent
{
	margin-left: 4px;
	padding: 4px 6px;
	color: #000;
	border-bottom: 1px solid #fff;
	background: #fff url(images/corner_r.gif) top right no-repeat;
}

.sitetabcurrent:hover
{
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
#site
{
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 1px solid #999;
}

#banner
{
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	height: 120px;
	text-align: left;
	margin-bottom: 10px;
}

div#container
{
	margin: 0 1.5em;
}

div#menu
{
	float: left;
	clear: left;
	margin: 0 .5em 0 0;
	width: 15em;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
	#menu ul
	{
		margin: 0 0 10px 0;
		padding: 0;
		list-style: none;
	}
	#menu li
	{
		margin: 0 0 0 0;
	}
	#menu a
	{
		display: block;
		height: 100%;
		padding: 5px 0 5px 10px;
		background-color: #eee;
		border-left: 3px solid #ccc;
		border-right: 3px solid #ccc;
	}
	#menu a:hover
	{
		background-color: #ddd;
		text-decoration: none;
		border-left: 3px solid #0066CC;
		border-right: 3px solid #0066CC;
	}

div#content
{
	position: relative;
	margin-left: 17em;
	margin-right: 0.5em;
	text-align: left;
}

div.spacer
{
	clear:both;
}

div#footer
{
	
	font-size: 11px;
	padding: 4px 0;
	background-color: #ccc;
	color: #666;
}
