
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #040404;
	color: #ffffff;
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}



/* Heading Styles */
h1    { color: black; text-align: center; font-weight: bold; font-size: 2.8em; font-family: Verdana, Arial, Helvetica, sans-serif; }
h2    { color: #bc2304; font-weight: bold; font-size: 1.4em; }
h3    { color: #bc2304; font-weight: bold; font-size: 1.0em; }

/* Div info */
#IndexFace {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	height: 100%;
}
#IndexTitle {
	position: absolute;
	top: 30px;
	left: 0%;
	width: 70%;
	height: auto;
}

#IndexLinks {
	position: absolute;
	width: 70%;
	bottom: 0px;
	left: 0%;
	top: 470px;
	height: auto;
}

img.IndexLinkImages {
	height: 50px;
}

#HeaderFace {
	position: absolute;
	height: 200px;
	top: 0px;
	right: 0px;
	width: auto;
}
#HeaderTitle {
	position: absolute;
	top: 30px;
	left: 50px;
	width: auto;
	height: 200px;
}

#HeaderLinks {
	position: absolute;
	top: 50px;
	right: 10px;
	left: 370px;
	height: 200px;
}

#HeaderLinks img {
	height: 40px;
}


/* Link Styles */
a {
	text-decoration: none;
	color: #bc2304;
}
a:hover  { 
	color: #707070; 
	text-decoration: underline 
}

#footer td {
	font-size: 0.8em;
}

#content{  
	position: absolute;
	height: auto;
	top: 150px;
	left: 15%;
	width: 70%;
	z-index: 1;
} 

ul.toc {
	list-style-image: url(../../Graphics/ArrowDown.gif);
}

p.PostInfo {
	color: #707070; 
	font-size: 0.8em;
}
p.subheading {
	color: #d65a00; 
	font-style: italic; 
	font-size: 0.8em;
}

