/* 

Style modifications for Practice Tip series begun September 2009

link after main style 

Characteristic is a light beige background, orange-brown highlights/shades

Colors, from lightest to darkest (measured from PDF):

FEF5EB -- page background 
FEF1E2 -- lighter table row background
FEEAD6 -- callout background
FEEAD3 -- figure background
FCCC9D -- darker table row background
F9A844 -- first color block in "FACT Sheet:" background
F79F4B -- table header text
F58A22 -- third color block in "FACT Sheet:" background
A45D27 -- second color block in "FACT Sheet:" background
623712 -- borders, table head background 

*/
body {
	background-color : #FEF5EB;
}
hr {color: #A45D27; margin-left:10%; margin-right:10%;}

.figure th {color:#f79f4b; background-color:#623712; border: none;}

h1.banner { background : #623712; color : white; }

tr.bar { background : #99CCFF; }

.dropcap { color: #623712; }

a:hover {color: #A45D27;background-color: #FEF5EB;}
a:link {color: #623712;}
a:visited {	color: #001155;}

.signature {color: #623712;}

.figure {background-color: #FEEAD3;}
.darker {background-color: #FCCC9D;}
.light {background-color: #FEF1E2;}
.darkest {color:#f79f4b; background-color:#623712;}

.ruleBelow {border-bottom: medium solid #FCCC9D;}
.ruleBelowThin {border-top: thin none #FCCC9D;border-right: thin none #FCCC9D;border-bottom: thin solid #FCCC9D;border-left: thin none #FCCC9D;}
#fastFacts {
	background-color: #FEEAD6;
	margin: 5px;
	padding: 3px;
	float: right;
	width: 35%;
	position: relative;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #623712;
	border-right-color: #623712;
	border-bottom-color: #623712;
	border-left-color: #623712;
}
#fastFacts h2 {
	color: #623712;
	text-align: center;
}
#articleType {
background-color: #623712;
background-image: url(factsheet_bkgd.gif);
background-attachment:scroll;
background-repeat:repeat-y;
background-position:left;
color:white;
padding-left:3px;
}
