/********************************************************************

	This style sheet defines the standard styles for elements in
	your web site as they should appear on a printed sheet of paper. 
	It mirrors the Monitor styles file. 

*********************************************************************/

/********************************************************************

	B A S I C   P A G E   L A Y O U T
	
*********************************************************************/

/********************************************************************
	Neutralize different browsers' defaults for margins and padding
	by resetting both for ALL styles.
*********************************************************************/

* 	
	{ 
	margin: 0; 
	padding: 0;
	border: 0;
	}
	
body
	{
	background-color: white;
	}
	
h1, h2, h3, h4, h5, h6
	{
	font-family: Tahoma, Arial, Helvetica, sanserif;
	}
	
p
	{
	margin-bottom: 0.7em;
	}
	
table
	{
	margin-left: auto;
	margin-right: auto;
	}
	
div.PageContainer
	{
	width: 100%;
	}
	
/********************************************************************

	P A G E   H E A D E R
	
*********************************************************************/

div.Header
	{
	position: static;
	display: block;
	background-color: white;
	width: 100%;
	height: auto;
	margin-bottom: 0.25in;
	}
	
div.Header img
	{
	position: static;
	display: block;
	margin: 0 0 10pt 0;
	width: 100%;
	}
	
div.Header h1
	{
	position: static;
	text-align: center;
	color: brown;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18pt;
	font-weight: bold;
	min-width: 100%;
	max-width: 100%;
	}
	
/********************************************************************

	S I D E B A R   L E F T
	
*********************************************************************/

div.Sidebar
	{
	display: none;
	}
	
/********************************************************************

	N A V I G A T I O N
	
*********************************************************************/

div.Menu_Horizontal
	{
	display: none;
	}
	
div.Menu_PrevHomeUpNext
	{
	display: none;
	}
	
/********************************************************************
	C O N T E N T
*********************************************************************/

div.ContentContainer
	{
	position: static;
	float: none;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px; 
	}

div.Content
	{
	display: block;
	position: static;
	float: none;
	width: 100%;
	padding: 0px;
	border-style: none;
	margin: 0px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 12pt;
	color: black;
	}
	
div.Content img.left
	{
	float: left;
	border: none;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
div.Content img.right
	{
	float: right;
	border: none;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	}
	
div.Content img.center
	{
	display: block;
	border: none;
	margin-top: 4px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	}
	
div.CaptionedImageCenter
	{
	margin-right: auto;
	margin-bottom: auto;
	border-color: brown;
	border-width: 1px;
	border-style: solid;
	margin: 0.5em;
  	padding: 0.5em;
	}
	
div.CaptionedImageCenter img
	{
	border: 0;
	}
	
div.CaptionedImageCenter p 
	{
  	text-align: center;
  	width: 90%;
  	color: brown;
  	font-style: italic;
  	font-size: 8pt;
  	line-height: 8pt;
  	margin-top: 4px;
  	margin-bottom: 4px;
  	padding: 4px;
  	border: none;
	}
	
div.Content h1
	{
	clear: both;
	color: sienna;
	font-size: 16pt;
	font-width: bold;
	margin-bottom: 12pt;
	}
	
div.Content h2
	{
	clear: both;
	color: seagreen;
	font-size: 14pt;
	font-width: bold;
	margin-bottom: 12pt;
	}

div.Content h3
	{
	clear: both;
	color: darkgreen; 
	font-size: 14pt;
	font-width: bold;
	font-style: italic;
	margin-bottom: 12pt;
	}

div.Content h4
	{
	clear: both;
	color: maroon;
	font-size: 12pt;
	font-width: bold;
	margin-bottom: 12pt;
	}

div.Content h5
	{
	color: darkgray;
	font-size: 10pt;
	font-width: bold;
	font-style: italic;
	margin-bottom: 10pt;
	}

div.Content h6
	{
	color: teal;
	font-size: 9pt;
	font-width: bold;
	font-style: italic;
	margin-bottom: 10pt;
	}
	
div.Content blockquote
	{
	display: block;
	position: relative;
	margin: 5px 20px 0px 20px;
	padding: 25px 25px 0px 25px;
	min-height: 85px;
	background-image: url('Images/Quote.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-style: italic;
	color: midnightblue;
	font-size: 10pt;
	font-weight: bold;
	}

div.Content a	
	{
	display: inline;
	color: Black; 
	text-decoration: none; 
	}
	
div.Content a.NavChild	
	{
	display: block;
	margin-left: 20px;
	color: Black; 
	text-decoration: none; 
	}
	
div.Content a:hover.NavChild 	
	{ 
	text-decoration: underline; 
	}

table
	{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
	}
	
div.Content ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
* html div.Content li
	{
	height: 30px;
	}
	
div.Content ul li
	{
	margin-bottom: 12pt;
	min-height: 0px;
	list-style-type: square;
	list-style-position: inside;
	}
	
div.Content ol
	{
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	}
	
div.Content ol li
	{
	margin-left: 60px;
	padding-left: -20px;
	margin-bottom: 6pt;
	min-height: 30px;
	font-family: Tahoma, Arial, Helvetica, sanserif;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	color: sienna;
	}
	
div.Content ol p
	{
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: black;
	}
	
li.compressedlist
	{
	margin-bottom: 0pt
	}
	
pre.code
	{
	background-color: White;
	color: Black;
	display: block;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.syntax
	{
	background-color: LightBlue;
	color: Black;
	display: block;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.dos
	{
	background: Black;
	color: LightGreen;
	display: block;
	position: relative;
	left: 5%;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	font-weight: bold;
 	margin-bottom: 9px; 
	padding: 9px 18px;
	box-shadow: 10px 10px 10 #204060;
	}
	
.PrintOnly
	{
	display: none;
	}
	
.MP3
	{
	font-size: 10pt;
	color: Black;
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	}
	
p.script
	{
	text-indent: -20px; 
	margin-left: 20px
	}
	
/********************************************************************
	B L O G
*********************************************************************/

.BlogHeader
	{
	display: none;
	}
	
p.BlogHeaderDate
	{
	display: block;
	text-align: right;
	font-style: italic;
	}
	
/********************************************************************
	P H O T O   S L I D E S H O W
*********************************************************************/

div.slideshow 
	{
  	margin: 18px auto;
	}
	
div.slideshow p 
	{
  	padding-top: 9px;
  	font-size: 80%;
  	font-style: italic;
	}
	
div.slideshow ul 
	{
  	bottom: -35px;
  	left: 0px;
  	position: absolute;
  	overflow: hidden;
  	padding: 5px 0;
  	z-index: 10001;
	}
	
div.slideshow ul a 
	{
  	background-position: 50% 50%;
  	cursor: pointer;
  	display: block;
  	height: 25px;
  	margin-right: 5px;
  	opacity: 0.5;
  	width: 30px;
	}
	
div.slideshow ul a.active,
div.slideshow ul a:hover 
	{
  	opacity: 1;
	}
	
div.slideshow ul li 
	{
  	float: left;
  	list-style: none;
	}
	
p.LoadingInstructions
	{
	display: none;
	}
	
/********************************************************************
	P H O T O   G A L L E R Y
*********************************************************************/

div.PhotoGallery
	{
	width: 635px;
	border-color: tan;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 10px 0px 10px 0px;
	}

.ThumbGallery
	{
	position: relative;
	width: 635px;
	height: 110px;
	border-color: tan;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	overflow-x: scroll; 
	}
	
.ThumbGallery ul
	{
	display: inline-block;
	height: 100%
	vertical-align: middle;
	white-space: nowrap;
	}
	
div.Content .ThumbGallery li
	{
	background-image: none;
	padding-left: 0px;
	margin-bottom: 0px;
	min-height: 0px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	}
	
.ThumbGallery img
	{
	max-width: 100px;
	max-height: 75px;
	width: auto;
	height: auto;
	}

img.PhotoGallery
	{
	background-color: bisque;
	display: block;
	max-width: 625;
	max-height: 468;
	width: auto;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	}


/********************************************************************
	F O O T E R
*********************************************************************/

div.Footer
	{
	display: block;
	position: relative;
	bottom: 0;
	clear: both;
	text-align: center;
	font-size: 8pt;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: tan;
	padding-top: 4px;
	margin-top: 4px;
	}
	
p.copyright
	{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: DodgerBlue;
	}
	
/********************************************************************
	S P E C I A L
*********************************************************************/

.PrintOnly
	{
	display: block;
	}
	
img
	{
	page-break-inside: avoid;
	}
	
.NewPage
	{
   	page-break-before: always;
	}
	
.NoPrint
	{
	display: none;
	}
	
.YesPrint
	{
	display: run-in;
	}