/*div {border:1px solid #ddd;}*/
body { margin: 10px; }

div#hdwrapper
{
	height: 157px;
	background-image: url(../media/resil_logo_lhs.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#hdwrapper h1 { display: none; }

#logo-block
{
	width: 400px;
	float: right;
}

#logo
{
	background-image: url(../media/resil_logotype.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 30px;
	background-position: 90%;
	top: 60px;
	position: relative;
	float: right;
}

#tagline
{
	background-image: url(../media/resil_tagline.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 12px;
	background-position: 90%;
	top: 70px;
	position: relative;
	float: right;
}

#tagline p { display: none; }

address
{
	float: left;
	display: block;
	position: relative;
	top: 50px;
	left: 40px;
	font-size: 85%;
	color: #01708E;
}

#hdbottom
{
	width: 100%;
	height: 30px;
	background-image: url(../media/resil_log_brhs.gif);
	background-repeat: no-repeat;
	background-position: 100%;
}

#body-content
{
	padding-right: 10%;
	padding-top: 2em;
	padding-bottom: 4em;
}

#ft
{
	text-align: right;
	border-top: 1px solid #566C10;
	padding-top: 1em;
	font-size: 85%;
}

h1
{
	font-size: 123.1%;
	font-weight: bold;
	margin-bottom: 1em;
	color: #566C10;
}

h2
{
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 1em;
	color: #566C10;
}

p { margin-bottom: 1em; }

ul
{
	margin-left: 2em;
	margin-bottom: 1em;
	list-style-type: disc;
	list-style-position: outside;
}

li
{
	list-style-type: disc;
	margin-bottom: .3em;
}

dt
{
	font-weight: bold;
	margin-top: 1em;
}

dd { margin-left: 1em; }
strong { font-weight: bolder; }
img { display: inline;}

