/* major structural elements */
div#content { he\ight: 100%; }
body {
	color: white;
	background-color: black;
	margin: 0px;
	padding: 10px;
}
#page {
	color: black;
	background-color: #f0f0f0;
	padding: 20px 20px 20px 20px;
	margin: 8px 8px 8px 8px;
}
#page a:link { 
	color: #7b68ee; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#page a:visited { 
	color: #483d8b; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#page a:hover { 
	color: red; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#page a.p:link { 
	color: black; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: none;
}
#page a.p:visited { 
	color: black; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: none;
}
#page a.p:hover { 
	color: #483d8b; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline;
}
#page img.pad15  {
	padding: 15px 15px 15px 15px;
}
#page p {
	text-align: left;
	color: black;
	margin: .5em 2em 1em 2em; 
	padding: 0em 0em 0em 0em;	 
}
#page blockquote {
 color: black;
 font-style: italic;
 margin: 1em 3em 0em 4em; 
 padding: 0em 0em ;	 
}
div.quotesig {
 margin: 0em 1em 1em 20%;
 padding: 0em 0em ;	 
}

#banner {
	background-color: transparent;
}
#banner h1 {
	width: 40%;
	margin: .5em 0em;
	padding: 0em 0em 0em 0em;
	float: left;
	text-align: left; 
	font-size: 200%;
}
#banner h2 {
	width: 30%;
	margin: 10px 10px 0px 20px;
	float: left;
	text-align: center; 
	font-size: 166%;
}
#banner b {
	font-size: larger;
}
#banner b.exit {
	font-size: smaller;
	border-style: solid;
	border-width: thin;
	border-color: yellow;
	background-color: white;
	color: red; 
}
#banner tt {
	color: #fffacd; 
	font-family: "Courier", "MS Courier New", monospace;
	margin: 10px 10px 0px 10px;
	font-size: smaller;
}

div#banner-center {
	float: left;
	text-align: center;
	width: 20%;
}
div#cover {
	text-align: left;
	color: black;
	background-color: #f0f0f0;
	border-style: solid;
	border-width: medium;
	border-color: #f0f0f0;
}
#cover span {
	margin: 0px 0px 0px 30px;
	float: left;
	width: 35%;
	text-align: center;
}
#cover img {
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: none;
}
#cover h1 {
	margin: 100px 0px 50px 0px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: .3em;
}
#cover h2 {
	display: inline;
	float: left;
	margin: 60px 0px 1em 20px;
	text-align: center;
}
#cover h3 {
	font-size: 1.5em;
	letter-spacing: .2em;
	margin: 40px 0px 29px 20px;
	text-align: center;
}

#cover p {
	margin: 1em 1em 1em 1em;
	text-align: left;
}
#cover p.spaced {
	margin: 1em 1em 1em 1em;
	text-align: center;
	line-height: 1.5em;
	font-size: larger;
	letter-spacing: .3em;
}

#cover small {
	margin: 10px 0px 10px 20px;
	text-align: center;
}

#content h2 {
	font-size: 1.5em;
	margin: 1.2em 0em 1em 2em; 
	padding: 0em 0em 0em 0em;	 
	text-align: left;
}
#content h3 {
	font-size: 1.2em;
	letter-spacing: .2em;
	margin: 1.2em 0em 1em 2em;
	text-align: left;
}
#content h4 {
	font-size: 1em;
	text-align: left;
	margin: 1em 1em .5em 1em;
	text-align: left;
}
div#content-photos {
	text-align: center;
}
div#photo-credit {
	text-align: center;
}
div.right {
 float: right;
}
img.right {
 text-align: center; 
 padding: 20px 0px 0px 20px;
}
div.left {
 float: left;
}
img.left {
 text-align: center; 
 padding: 20px 20px 0px 0px;
}

/* end structural elements */

#footer {
	font-size: smaller;
	text-align: center;
}

span.links {
	margin: 10px 20px 10px 10px;
	float: right;
}

span.links-rooftop {
	margin: 10px 20px 10px 10px;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	bottom: auto;
	left: auto; 
	float: right;
}

em {
 font-style: italic;
 font-weight: bold;
}
dl {
	font-family: "Helvetica", sans-serif;
	margin: .5em 10% 0em 5%; 
	padding: 0px 0px 0px 0px;
}
dt {
	margin: .3em 10% 0em 5%; 
	padding: 0px 0px 0px 0px;
}
dd {
	margin: 0em 10% 0em 10%; 
	padding: 0px 0px 0px 0px;
}

ol li {
	margin: 0px 10% 10px 5%; 
	padding: 0px 0px 0px 0px;
}

ul li {
	margin: 4px 10% 4px 0%; 
	padding: 0px 0px 0px 0px;
}

.center {
	text-align: center;
}
.red { 
	color: red; 
	background-color: transparent;
}

h3.exit {
	display: inline; 
	color: red; 
}

a:link {
	color: #fffacd; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
a:visited { 
	color: #fffacd; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ffdead;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a.next:link {
	color: #db7;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a.next:visited { 
	color: #db7;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a.next:hover {
	color: #fd8;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a.c:link { 
	color: #7b68ee; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a.c:visited { 
	color: #483d8b; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a.c:hover { 
	color: #0000cd; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a.greeting:link { 
	color: #cd853f; 
	background-color: transparent;
	font-weight: bold;
}

a.greeting:visited { 
	color: #a0342d; 
	background-color: transparent;
	font-weight: bold;
}
a.greeting:hover { 
	color: red;
	background-color: transparent;
	font-weight: bold;
}

a.red:link { 
	color: red; 
	background-color: transparent;
	font-weight: bold;
}
a.red:visited {
	color: red; 
	background-color: transparent;
	font-weight: bold;
}
a.red:hover { 
	color: red; 
	background-color: transparent;
	font-weight: bold;
}

a.ad:link { 
	color: red; 
	background: yellow; 
	font-weight: bold;
	text-decoration: none;
}
a.ad:visited { 
	color: red; 
	background: yellow; 
	font-weight: bold;
	text-decoration: none;
}
a.ad:hover { 
	color: #f40; 
	background: yellow; 
	font-weight: bold;
	text-decoration: underline;
}

/* end links */


code, kbd, pre { font-family: "Andale Mono", "Lucida Console", monospace; }

.ahem { display: none; }

