/* CSS Document - Print */
/* Things we hide
----------------------------------------------- */
#NavBar, #sectionLinks, #siteInfo {display:none;}

body{
  background:white;
  width:100%;
  color:black;
  margin:.25in .5in .25in .25in;
  font:12pt/18pt Georgia,Serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #897C58;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,Serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Georgia,Serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 125%;
 color: #006699;
}

h3{
 font-size: 115%;
 color: #666666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h1#masthead {
    padding: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
} 

#content{
	float: none !important;
	background: transparent none;
	padding: 0;
	border: 0;
	width: auto;
}

#copy{
	font-size: 72%;
	text-align: left;
}

/********************* end **********************/
