DIV#content {
	padding:0px;
	margin:0px;
	margin-top:10px;
	background-image:none;
}

DIV#sub_header {
	width:780px;
	height:8px;
	background:url('images/sub_header.jpg') transparent;
	background-repeat:no-repeat;
}

DIV#sub_footer {
	width:780px;
	height:8px;
	background:url('images/sub_footer.jpg');
	background-repeat:no-repeat;
	clear:both;
}
DIV#sub_content {
	width:740px;
	background:url('images/sub_content.jpg');
	background-repeat:repeat-y;
	text-align:left;
	margin:0px;
	padding:20px;
}

DIV.search-result H1 {
	font-size:10pt;
	padding-left:10px;
}
DIV.search-result H1 A {
	color:#004A7E;
	text-decoration:none;
}
DIV.search-result H1 A:hover {
	text-decoration:underline;
}

DIV.search-result {
	border:1px solid gray;
	margin:15px;
}
DIV.search-result DIV.content {
	margin:20px;
	font-size:8pt;
}

H1 {
	color:#02548E;
	font-size:13pt;
}

strong {
	color:#02548E;
	font-size:10pt;
}

H2 {
	color:#02548E;
	font-size:10pt;
}

UL {
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:0px;
	padding-left:5px;
}
UL LI {
	font-size:10pt;
	margin:0px;
	padding:0px;
	list-style:none;
	background:url('images/green_dot.jpg') transparent;
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:12px;
	left:-10px;
}
UL DD {
	font-size:10pt;
}