
:focus { outline-style: none }

:active { outline-style: none }

body { 
	background-image: url("images/pagebackground.jpg") ;
	font-family: "Lucida Calligraphy", "Brush Script Std", cursive ;
	font-size: large ;
	margin: 5% ;
}

body.dark {
	background-image: url("images/darkpagebkgnd.jpg") ;
	margin: 0 ;
}

div.center {
	text-align: center;
}

div.hr {
	text-align: center;
	margin: 48pt 0pt 48pt 0pt;
}

div.title-hr {
	text-align: center;
	margin: 0pt 0pt 36pt 0pt;
}

hr {
	width: 80%;
	color: #996633;
	border: 1px solid;
}

hr.nav {
	width: 50%;
	color: #662222;
	border: 1px solid;
}

h1 {
	font-family: "Brush Script MT", "Brush Script Std", cursive ;
	font-size: 48pt ;
	font-weight: normal ;
	margin-top: 24pt ;
	margin-bottom: 24pt ;
}

h2 {
	font-family: "Lucida Calligraphy", "Brush Script Std", cursive ;
	font-size: 36pt ;
	font-weight: normal ;
}

h2.center {
	text-align: center ;
}

h3 {
	font-family: "Lucida Calligraphy", "Brush Script Std", cursive ;
	font-size: 18pt ;
	font-weight: bold ;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

h3.center {
	text-decoration: none;
	text-align: center ;
	font-size: 24pt ;
}

ul {
	margin-top: 12pt;
	margin-bottom: 12pt;
	line-height: 2.0;
	list-style-type: circle;
}

p {
	margin-top: 12pt;
	margin-bottom: 12pt;
	line-height: 1.4;
}

p.center {
	text-align: center ;
}

p.caption {
	text-align: center ;
	font-size: 36pt ;
	margin-top: 12pt ;
	margin-bottom: 24pt ;
}

p.clearleft {
	clear: left ;
}

p.warn {
	text-align: center;
	padding: 6pt;
	margin-top: 0px ;
	font-family: "Lucida Calligraphy", "Brush Script Std", cursive ;
	font-size: 14pt ;
	font-weight: normal ;
	text-align: center ;
	color: #b22222 ;
	border-width: 3px;
	border-style: solid;
	border-color: #800000;
}

p.banner {
	padding-top: 0px ;
	margin-top: 0px ;
	font-family: "Brush Script MT", "Brush Script Std", cursive ;
	font-size: 48pt ;
	font-weight: normal ;
	text-align: center ;
	color: #996633 ;
}

p.credits {
	font-family: Tahoma ;
	font-size: small ;
	text-align: right ;
}

p.quote {
	text-align: left;
	font-family: Tahoma ;
	font-size: 13.5pt ;
	font-weight: normal;
	font-style: italic;
}

p.footnote {
	text-indent: -12pt;
	margin: 12pt 12pt;
}

p.button {
	text-align: center ;
	margin-top: 12pt ;
	margin-bottom: 12pt
}

p.img {
	text-align: center ;
	margin-top: 12pt ;
	margin-bottom: 12pt
}

img.button {
	border-style: none ;
	border-width: 0px ;
}

img.wrap {
	float: left;	
	border: 3px solid;
	margin: 8px 12px;
}

img.wraprt {
	float: right;
	border: 3px solid;
	margin: 8px 12px;
}

img.thumb {
	border-style: solid ;
	border-width: 1px ;
	border-color: #996633 ;
}

img.gallery {
	border-style: solid ;
	border-color: #000000 ;
	border-width: 8px ;
	margin: 24pt ;
}

table.gallery {
	border-style: none ;
	text-align: center ;
	font-size: 14pt ;
	padding: 15px ;
}

table tbody tr td.gallerylabel {
	border-style: solid ;
	border-width: 1px ;
	border-color: #000000 ;
	padding-left: 5px ;
	padding-right: 5px ;
	padding-top: 1px ;
	padding-bottom: 1px ;
}

table.gallery tbody tr td.img {
	border-style: none ;
	border-width: 0px ;
	border-color: #996633 ;
	padding-left: 8px ;
	padding-right: 8px ;
	padding-top: 8px ;
	padding-bottom: 8px ;
}


