/**************
Content Format = format_content
**************/


body {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000;
background-color: #f5f3f3;
margin:0;
padding: 0;
}

#header {
margin:10px auto 0 auto;
width:800px;
height:126px;
background-image: url(grfx/style_header_bg.gif); 
background-repeat: no-repeat;
background-position: top left;
}
	#header img {
	width:408px;
	height:100px;
	padding:12px 0 0 32px;
	}

#navbar {
margin:0 auto;
padding:0;
width:800px;
height:50px;
background-image: url(grfx/style_navbar_bg.gif); 
background-repeat: no-repeat;
background-position: top left;
}
	#navbar #position {
	margin:0;
	padding:11px 0 0 128px;
	}
	
#content {
margin:0 auto;
padding:0;
width:800px;
background-image: url(grfx/style_content_bg.gif); 
background-repeat: repeat-y;
background-position: top left;
}

	
#footer {
margin:0 auto;
padding:0;
width:800px;
height:75px;
background-image: url(grfx/style_footer_bg.gif); 
background-repeat: no-repeat;
background-position: bottom right;
}

	#footer p {
	margin:0;
	padding-top:25px;
	text-align:center;
	font-weight:bold;
	}

/***************  format_content  ******************/
	body a:link, body a:visited, body a:active  {
	color: #002a8b; 
	text-decoration: none;
	}
	body a:hover {
	color: #77aaee; 
	text-decoration: none;
	}


	#content #position {
	margin:0;
	padding:10px 25px;
	}
	#content #position #inset {
	margin:0;
	padding:8px 0 0 25px;
	}
	
	#content #position p {
	margin:0;
	padding:2px 0 5px 0;
	line-height:1.65;
	}
	#content .name {
	color:#002a8b;
	font-size: 12pt;
	font-weight:bold;
	}
	#content #position p.address {
	margin:9px 0;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	line-height:1.65;
	}
	#content #position br.fromhead {
	margin:3px 0 0 0;
	padding:0;
	}
	
	#content #position p.aboutBold {
	font-size: 11pt;
	font-weight:bold;
	margin:0;
	}
	
	
	#familylist li { 
	list-style-type: none;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	font-variant: normal;
	line-height:2.5;
	}	
	#content #position #inset .familyIndent {
	margin:0 0 0 15px;
	padding:0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:1.55;
	}
	
	#footer p {
	margin:0;
	padding-top:25px;
	text-align:center;
	font-weight:bold;
	}










