html {
	margin:0;
	padding:0;
}
body {
	background-color: #173e5f;
	color: silver;
	font-family: Arial;
	margin:0;
	padding:0;
	z-index:0;
}
.headerTop {
	color: #E3B002;
	font-variant: small-caps;
	font-family:Arial;
	font-weight: bold;
	font-size:28;
}
.headersmallerTop {
	color: white;
	font-variant: small-caps;
	font-family:Arial;
	font-size:18;
	letter-spacing: 6px;
}
.mainText {
	color: #C7BCA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
a.main {
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align : center;
}
.story {
	color: #A4BE89;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	width: 600;
	padding-left: 15px;
	padding-top: 0;
}
.story:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size:36pt;
	color: #C29E4B;
	letter-spacing: 3pt;
	padding-bottom: 10px;
}
.story:first-line {
	font-size:22pt;
	letter-spacing: 3pt;
	font-variant: small-caps;
	font-weight:bold;
	color: #BBB073;
	padding-bottom: 10px;
}
.mainHeader {
	color: silver;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	padding-top: 15;
}
.greenHeader {
	color: #A4BE89;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
}
.blueHeader {
	color: #91A6B9;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
}
.footerMain {
	color: #8AB1CE;
	font-family: "times new roman";
	font-size: 9pt;
	font-style: italic;
}
a.mainLink {
	color: #ccffff;
	text-decoration: none;
}
a.mainLink:hover {
	color: #ffffcc;
	text-decoration: underline;
}
a.nav {
	color: #CCFFFF;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 24pt;
	text-decoration: none;
	text-align: right;
}
a.nav:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a.footer {
	text-decoration: none;
	color: silver;
}
a.footer:hover {
	text-decoration: underline;
}

.translucent {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	background-color: black;
	z-index: 1;
}

#translucentbkg {
	width: 650px; height: 1000px;     /* to match DIVs size          */
	background-color: #000000;       /* the background              */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}
#opaquetext {
	width: 650px;  height: 1000px;   /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
#opaquetext1 {
	width: 650px;  height: 1000px;   /* to match DIVs size          */
	margin-top: 0;
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
a.contact {
	text-decoration:none;
	color:#7C96AD;
}
a.contact:hover {
	color:white;
}
a.normal {
	text-decoration:none;
	color:silver;
}
a.normal:hover {
	color: white;
	text-decoration: underline;
}
.dreamnumbersAll {
	color:silver;
	font-size: 8pt;
}
a.dreamnumbers {
	text-decoration:none;
	color:silver;
	font-size: 8pt;
}
a.dreamnumbers:hover {
	color: white;
	text-decoration: overline;
	font-size: 8pt;
	font-weight: bold;
}
.dreamsTOCall {
	color: silver;
	font-size: 12pt;
	font-style: italic;
	font-family: "Times New Roman";
}
.dreamsTOC {
	color: silver;
	font-size: 12pt;
	text-decoration: none;
}
.dreamsTOC:hover {
	color: white;
}
.TOCheader {
	color: #5D7B95;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 22pt;
}
.divider {
	border-right: solid;
	border-color: gray;
	width: 2px;
}
.numbers {
	border-right : double;
}
img.rightfloat {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
img.leftfloat {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.footer {
	left:20px;
	bottom:5px;
	color: #004080;
	font-family:"times new roman";
	font-size:8pt;
	font-style:italic;
	position: fixed;
}
