
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #000000;
	color: #ffffff;
	height: 100%;
	width: 100%;
	background-image: url('images/Revelation-StarBackground.jpg');
	z-index: -200;
}

img {
	border: 0;
}

/* Heading Styles */
h1    { color: #971600; font-weight: bold; font-size: 1.8em; }
h2    { color: #971600; font-weight: bold; font-size: 1.5em; }
h3    { color: #971600; font-weight: bold; font-size: 1.0em; }

#upperleft {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#southerncross {
	position: absolute;
	left: 180px;
	top: 80px;
	z-index: 1;
}
#footertext {
	z-index: 30;
}
#footer {
	position: relative;
	left: 0px;
	width: 100%;
	top: 70px;
	padding-bottom: 100px;
}

#header {
	position: relative;
	left: 0px;
	width: 100%;
	top: 30px;
	z-index: 20;
}

#title {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 175px;
	z-index: 20;
}

#upperright {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
#bottomleft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}
#bottomright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}
#content{  
	position: relative; 
	left: 25%;
	width: 50%; 
	top: 40px;
	z-index: 5;
} 



/* Div info */
/* Link Styles */
a {
	text-decoration: none;
	color: #971600;
}
a:hover  { 
	color: #001eb8; 
	text-decoration: underline 
}

.code {
	background-color: #888888; 
	border-style: dotted;
	padding: 14px;
	font-family:     monospace;
}
	



ul.toc {
	list-style-image: url(../../Graphics/ArrowDown.gif);
}
p.large {
	font-size: 1.5em;
}

p.PostInfo {
	color: #707070; 
	font-size: 0.8em;
}

.inline {
	height: 30px;
	vertical-align: middle;
}
.DocumentThumbnail {
	border-color: #971600 ; 
	border-width: 1px; 
	border-style:solid;
}

