@charset "UTF-8";
/* CSS Document */


select.sfrSpecialist {width:50%; border:1px solid #ccc; margin:.5em 0 0 0;}

a:link, a:hover, a:visited, a:active, a img {
		text-decoration: none;
		color: #dc650d;
		font-weight: bold;
		border: 0 none;
		}
		
html {
	min-height: 100%;
	}
		
body {
	background-color: #dbd0b4;
	min-height: 100%;
	}
	
/* div layout */

div#container {
	border: 0px #000 solid;
	width: 960px;
	min-height: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 auto;
	margin-top: -10px;	
	}
	
div#banner {
	background: #fff url('/images/banner.jpg') no-repeat;
	height: 190px;
	}
	
div#main {
	border: 0px #000 solid;
	background-color: #fff;
	width: 960px;
	position: absolute;
	margin: 0;
	padding: 0;
	min-height: 100%;
	}
	
div#leftcol {
	width: 255px;
	float: left;
	position: relative;
	}
	
div#leftnav {
	background: #fff url('/images/navbg.jpg') no-repeat;
	height: 520px;
}
	
div#belownav {
	width: 230px;
	position: relative;
	float: left;
	margin: 0;
	padding-left: 20px;
	padding-top: 20px;
	border: 0px #000 solid;
	}
	
div#rightcol {
	}
	
div#subhead {
	background: #fff url('/images/headerbg.jpg') no-repeat;
	position: relative;
	float: left;
	width: 705px;
	height: 80px;
	}
	
div#content {
	float: left;
	position: relative;
	width: 685px;
	margin-left:20px;
	}
	
div#body {
	margin:0;
	margin-top:50px;
	padding-right:150px;
	}
	
div#indent {
	margin-left: 20px;	
}
	
/* navigation */

#mainnav {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 16px;
	margin-top: 38px;
	list-style: none;
	font-size: 9.5pt;
	line-height: 2.25em;
	width: 230px;
}

#mainnav li.long {
	line-height: 1.25em;
	margin-top: 8px;
	margin-bottom: 12px;
}

#mainnav li > ul {
	display: none;
	}

#mainnav a {
	font-weight: normal;
	color: #410000;
	}

#mainnav li:hover > ul {
	display: block;
	}

#subnav {
	line-height: 2em;
	list-style: none;
	margin-left: -20px;
	}
	
#subnav li {
	width: 170px;
	line-height: 1.125em;
	margin-bottom: 10px;
}
	
/* type treatment */

p, h2, h3, h4, ul, ol, #mainnav, a {
	font-family: Trebuchet MS, sans-serif;
	}

h2 {
	font-size: 20pt;
	font-weight: normal;
	margin: 0;
	margin-top: 40px;
	margin-left: 20px;
	color: #ffffff;
	}
	
h2.long {
	font-size: 19pt;
	font-weight: normal;
	margin: 0;
	margin-top: 43px;
	margin-left: 20px;
	color: #ffffff;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	line-height: 2em;
	}
	
h4.longTitle {
	font-size: 12pt;
	font-weight: bold;
	margin: 20px 0 10px 0;
	line-height: 1em;
}

p {
	font-size: 8.5pt;
	font-weight: normal;
	line-height: 1.5em;
}

ul, ol {
	font-size: 8.5pt;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 18px;
}

ul li, ol li {
	margin-bottom: 6px;	
}

p.h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	margin-bottom: -10px;
	margin-top: 15px;
	line-height: 1.25em;
	}
	
p.subhead {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
}

p.break {
		margin: 0;
		padding: 0;
}
	
ul {
	list-style: disc;
	margin-top: 5px;
	margin-bottom: 15px;
}

ul#checklist {
	list-style: circle;
	margin-top: 5px;
	margin-bottom: 15px;
}

ol {
	list-style: lower-roman;
}

span.italic {
	font-style: italic;
	}

span.bold {
	font-weight: bold;
	}

span.lrgbld {
	font-weight: bold;
	font-size: larger;
}

span.indent {
	margin-left: 20px;	
}

span.emphasis {
	text-decoration: underline;
}

span.anchor {
	font-size: 8pt;
	margin-left: 20px;
}
	
/* images */

img.content {
	float: right;
	width: 340px;
	height: 230px;
	padding-top: 55px;
	padding-right: 50px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* glossary */

ul#glossaryList {
	padding: 0;
	margin: 10px 0 -30px 0;
	list-style: none;
	font-size: 10pt;
	font-weight: bold;
}

#glossaryList li {
	display: inline;
	margin-right: 5px;
}
