/* troop201prn.css*/ 
a {text-decoration: underline; color: #000; background: #FFF;}
a:link {text-decoration: underline; color: #000; background: #FFF;}
a:visited {text-decoration: underline; color: #000; background: #FFF;}
a:hover {text-decoration: underline; color: #000; background: #FFF;}
a:active {text-decoration: underline; color: #000; background: #FFF;}
body, h1, h2
{
	font-family: Georgia, Palatino, "New Century Schoolbook", Times, serif;
}

h3, h4, h5, h6, th
{
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetic, san-serif;
}

td, li, ul, ol 
{
	font-family: Georgia, Palatino, "New Century Schoolbook", Times, serif;
}

body		
{
	margin: 0;
	color: #000;
	background: #FFF;
	font-weight: normal;
	font-size: 12pt;
}

h1
{
	font-weight: bold;
	font-size: 16pt;
}

h2{
	font-weight: bold;
	font-size: 14pt;
	margin: .5em 0 2px 0;
	padding: 0;
}

h3
{
	font-weight: bold;
	font-size: 12pt;
	margin: 1em 0 2px 0;
	padding-left: 1em;
	
}

p
{
	margin: 0 0 .85em 0;
	padding: 0;
	line-height: 1.5em;
	padding-left: 2em;
	font-size: 10pt;
}

hr {
	margin: 1em 0 -.5em 0;
	padding: 0;
}

img
{
	display: none;
}

table
{
	border: 1pt solid #000;
	margin-left: 5em;
	padding: 1em;
	color: #000;
	background: #FFF;
 }
 
td
{
	padding: .85em;
}

#banner
{
  height: 78px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
	border: 1pt dotted #000;
}


#bannerlinks{
  display: none;
}


#site-name{
  margin: 0;
  font: 48pt bold Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

#site-name a
{
  text-decoration: none;
}

.content
{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120pt;
	margin:0pt 200pt 20pt 20pt;
	padding: 5pt;
	z-index:3;
	color: #000;
	background: #FFF;
}

#footer
{
  margin:0;
	clear: both;
	color: #999;
	font: 9pt "Lucida Grande", Verdana, Lucida, Arial, Helvetic, san-serif;
}

#footer img
{
  display: none;
}

#footer a
{
  color:#999;
  text-decoration: none;
  
}

#footer p
{
  margin:0;
  
}

#navcontainer
{
	display: none;
}

#navlist
{
	display: none;
}

#sidebar {
	display: none;
	}

#ad-bar {
	display: none;
}
	
fieldset {
  border: 1pt dotted #000;
  line-height: 1.8em;
  margin-top: 20px;

}

fieldset h2 {
	margin: 1em 1em 0 1em;
}

fieldset h3 {
  margin: .25em 1em 0 2em;
}

fieldset p {

	font-family: Georgia, "Times New Roman", Times, serif;
	margin: .5em 1em 1.5em 2em;
}

legend{
  border: dotted 1pt #000;
  padding: 5px 15px;
  margin-left: 20px;
	font: bold 167% Georgia, "Times New Roman", Times, serif;
	color:#999;
}
