/********************************************************************

	This style sheet defines the standard styles for elements in
	your web site as they should appear on a standard computer
	monitor. It is divided into three sections: 
	
		1) The basic page layout
		2) Navigation buttons
		3) Content styles

*********************************************************************/

/********************************************************************

	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
	{
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	background-color: bisque;
	}
	
h1, h2, h3, h4, h5, h6
	{
	font-family: Tahoma, Arial, Helvetica, sanserif;
	}
	
p
	{
	margin-bottom: 0.7em;
	}
	
table
	{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12pt;
	}
	
div.PageContainer
	{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}
	
/********************************************************************

	P A G E   H E A D E R
	
*********************************************************************/

div.Header
	{
	position: relative;
	display: block;
	background-color: red;
	width: 900px;
	height: 160px;
	margin-bottom: 10px;
	}
	
div.Header img
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}
	
div.Header h1
	{
	position: absolute;
	z-index: 100;
	min-width: 500px;
	max-width: 500px;
	margin: 0px;
	right: 10px;
	bottom: 10px;
	text-align: right;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18pt;
	font-weight: bold;
	text-shadow: midnightblue 4px 4px 4px;
	filter: Shadow(Color=midnightblue, Direction=135, Strength=4);
	}
	
/********************************************************************

	S I D E B A R   L E F T
	
*********************************************************************/

div.Sidebar
	{
	float: left;
	position: relative;
	width: 180px;
	min-height: 500px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px 10px 20px 10px;
	background-image: url('Images/Sidebar.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: tan;
	font-family: Tahoma, Arial, Helvetica;
	color: brown;
	}
	
div.Sidebar img.MonthIcon
	{
	position: absolute;
	top: -50px;
	left: 190px;
	z-index: 1;
	border: none;
	}
	
div.Sidebar h1
	{
	display: block;
	width: 90%;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12pt;
	margin-bottom: 12pt;
	color: white;
	text-shadow: midnightblue 3px 3px 3px;
	filter: Shadow(Color=midnightblue, Direction=135, Strength=3);
	}
	
div.Sidebar h2
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	margin-bottom: 10px;
	padding: 10px;
	width: 150px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 18pt;
	color: yellow;
	text-shadow: midnightblue 3px 3px 3px;
	filter: Shadow(Color=midnightblue, Direction=135, Strength=3);
	}
	
div.Sidebar h2 + h2
	{
	font-size: 10pt;
	font-weight: normal;
	margin-top: -18pt;
	padding: 0;
	text-align: right;
	}
	
div.Sidebar p
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	margin-bottom: 10px;
	padding: 10px;
	width: 135px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 18pt;
	color: black;
	background-color: tan;
	border-style: inset;
	border-color: tan;
	border-width: 2px;
	opacity: 0.75; filter: alpha(opacity=75); 
	}
	
div.sidebar p.Attribution
	{
	}
	
div.Sidebar img
	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: brown;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	display: block;
	}
	
div.Sidebar div.ScrollingList
	{
	overflow: auto;
	width: 90%;
	height: 200px;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
	}
	
div.Sidebar div.ScrollingList a
	{
	text-decoration: none;
	color: sienna;
	}

div.Sidebar div.ScrollingList a:hover
	{
	text-decoration: underline;
	}
	
/********************************************************************

	N A V I G A T I O N
	
*********************************************************************/

div.Menu_Horizontal
	{
	position: absolute;
	right: 10px;
	top: 10px;
	max-width: 700px;
	margin: 0px;
	padding: 0px;
	}
	
div.Menu_Horizontal a
	{
	display: block;
	float: left;
	margin: 0px;
	padding: 4px;
	background-color: brown;
	opacity: 0.75; filter: alpha(opacity=75); 
	border-style: inset;
	border-color: brown;
	border-width: 2px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: xx-small;
	font-weight: bold;
	}

div.Menu_Horizontal a:hover
	{
	background-color: tan;
	color: brown;
	border-style: outset;
	opacity: 1; filter: alpha(opacity=100); 
	}

div.Menu_PrevHomeUpNext
	{
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
div.Menu_PrevHomeUpNext img
	{
	float: left;
	border: thick;
	}

a.NavHome, a.NavPrev, a.NavUp, a.NavNext
	{
	float: left;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 9pt;
	margin: 2px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	width: 50px;
	max-height: 60px;
	text-align: center;
	text-decoration: none;
	padding: 50px 0px 0px 0px;
	color: blue; 
	}
	
a.NavHome, a:visited.NavHome
	{
	background-image: url("Images/Home_Normal.gif");
	}
	
a:hover.NavHome
	{
	background-image: url("Images/Home_Hover.gif");
	}

a.NavPrev
	{
	background-image: url('Images/Prev_Normal.gif')
	}
	
a:hover.NavPrev
	{
	background-image: url("Images/Prev_Hover.gif");
	}
	
a.NavUp
	{
	background-image: url("Images/Up_Normal.gif");
	}
	
a:hover.NavUp
	{
	background-image: url("Images/Up_Hover.gif");
	}
	
a.NavNext
	{
	background-image: url("Images/Next_Normal.gif");
	}
	
a:hover.NavNext
	{
	background-image: url("Images/Next_Hover.gif");
	}
	
div.Sidebar a.NavChild
	{
	display: block;
	width: 80%;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	background-color: brown;
	opacity: 0.75; filter: alpha(opacity=75); 
	border-style: inset;
	border-color: brown;
	border-width: 3px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	}
	
div.Sidebar a.NavChild:hover
	{
	border-style: outset;
	font-weight: bold;
	background-color: tan;
	border-color: tan;
	color: brown;
	}

/********************************************************************
	C O N T E N T
*********************************************************************/

div.ContentContainer
	{
	position: relative;
	float: right;
	width: 665px;
	min-height: 500px;
	padding: 0px;
	margin: 0px; 
	}

div.Content
	{
	display: block;
	position: relative;
	float: right;
	width: 635px;
	padding: 10px;
	border-style: inset;
	border-width: 3px;
	border-color: orange;
	background-color: white;
	margin: 5px 0px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 11pt;
	color: black;
	min-height: 300px;
	}
	
img
	{
	page-break-inside: avoid;
	}
	
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;
	clear: both;
	border: none;
	margin-top: 4px;
	margin-left: auto;
	margin-bottom: 12pt;
	margin-right: auto;
	}
	
div.CaptionedImageCenter
	{
	display: block;
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	border-color: brown;
	border-width: 1px;
	border-style: solid;
	margin: 0.5em;
  	padding: 0.5em;
  	text-align: center;
	}
	
div.CaptionedImageCenter img
	{
	margin-right: auto;
	margin-bottom: auto;
	width: auto;
	border: 0;
	}
	
div.CaptionedImageCenter p
	{
  	text-align: center;
  	width: 90%;
  	color: brown;
  	font-style: italic;
  	font-size: 8pt;
  	line-height: 8pt;
	margin-right: auto;
	margin-bottom: auto;
  	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: 10pt;
	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: teal;
	font-size: 10pt;
	font-width: bold;
	font-style: italic;
	margin-bottom: 6pt;
	}

div.Content h6
	{
	color: darkgray;
	text-align: right;
	font-size: 9pt;
	font-width: bold;
	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 blockquote h6
	{
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-style: normal;
	font-size: 8pt;
	font-weight: normal;
	color: midnightblue;
	text-align: right;
	padding-right: 20px;
	}

div.Content a	
	{
	display: inline;
	color: Sienna; 
	text-decoration: none; 
	}
	
div.Content a:hover 	
	{ 
	text-decoration: underline; 
	}

div.Content a.NavChild	
	{
	display: block;
	margin-left: 20px;
	color: Sienna; 
	text-decoration: none; 
	}
	
div.Content a:hover.NavChild 	
	{ 
	text-decoration: underline; 
	}

div.Content cite
	{
	font-style: normal;
	color: Sienna;
	}
	
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: 30px;
	background-image: url('Images/Pointer.gif');
	background-position: 0px 5px; 
	background-repeat: no-repeat;
	padding-left: 50px;
	}
	
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: 8pt;
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.syntax
	{
	background-color: LightBlue;
	color: Black;
	display: block;
	width: "100%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 8pt; 
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.dos
	{
	background: Black;
	color: LightGreen;
	display: block;
	white-space: pre;
	position: relative;
	width: "100%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
 	margin-bottom: 12pt; 
	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
	}
	
.InsertBar
	{
	font-size: 8pt;
	font-style: italic;
	color: SaddleBrown;
	text-align: center;
	margin-left: 10em;
	margin-right: 10em;
	margin-top: 0px;
	margin-bottom: 12pt;
	padding: 2em;
	border: 1px solid SaddleBrown;
	}
	
/********************************************************************
	O N L I N E   C O U R S E S
*********************************************************************/

div.Comment
	{
	display: block;
	width: "80%";
	background-color: darkcyan;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
div.Comment h2
	{
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14pt;
	margin-top: 10pt;
	}
	
div.Comment p
	{
	display: block;
	width: "90%";
	padding: "5%";
	background-color: PaleTurquoise;
	color: navy;
	text-align: left;
	margin-top: 8pt;
	margin-bottom: 8pt;
	}
	

/********************************************************************
	B L O G
*********************************************************************/

.BlogHeader
	{
	font: 10px Arial;
	color: white;
	background-color: transparent;
	border-spacing: 2px 0px;
	width: 100%;
	margin-bottom: 8pt;
	}
	
td.BlogHeaderDate
	{
	width: 10%;
	background-color: brown;
	vertical-align: top;
	padding-left: 2px;
	text-align: left;
	}
	
td.BlogHeaderDate h6
	{
	text-align: left;
	}
	
p.BlogHeaderDate
	{
	display: none;
	}
	
td.BlogHeaderKeywords
	{
	background-color: brown;
	vertical-align: top;
	padding-left: 2px;
	}
	
td.BlogHeaderDetail
	{
	width: 20%;
	background-color: brown;
	padding-left: 2px;
	vertical-align: top;
	}
	
div.Content .BlogHeader h5
	{
	font: 7pt Arial;
	font-weight: bold;
	margin-bottom: 0pt;
	color: white;
	}
	
div.Content .BlogHeader h6
	{
	font: 8pt Arial;
	font-weight: normal;
	margin-bottom: 0pt;
	color: white;
	}
	
.BlogHeader a.BlogHeaderLink
	{
	font: 8pt Arial;
	color: white;
	text-decoration: none;
	}
	
.BlogHeader a.BlogHeaderLink:hover
	{
	font-weight: bold;
	text-decoration: none;
	}
	
/********************************************************************
	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
	{
	font-size: 8pt;
	font-style: italic;
	color: DarkCyan;
	text-align: center;
	margin-left: 10em;
	margin-right: 10em;
	margin-top: 0px;
	margin-bottom: 12pt;
	padding: 2em;
	border: 1px solid DarkCyan;
	}
	
/********************************************************************
	T A B L E S
*********************************************************************/

table.TableStyle1
	{
	border: 5px solid tan;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	}
	
table.TableStyle1 tr
	{
	page-break-inside: avoid;
	}
	
table.TableStyle1 th
	{
	background-color: tan;
	padding: 4px;
	}
	
table.TableStyle1 td
	{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: tan;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: tan;
	background-color: PeachPuff;
	padding: 4px;
	}

table.TableStyle1 tr.Alt td
	{
	background-color: PapayaWhip;
	}

/********************************************************************
	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;
	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
	{
	}
	
.NoPrint
	{
	}