
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #ffffff;
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}

/* Heading Styles */
h1    { color: white; text-align: center; font-weight: bold; font-size: 2.8em; font-family: Verdana, Arial, Helvetica, sans-serif; }
h2    { color: white; font-weight: bold; font-size: 1.4em; }
h3    { color: white; font-weight: bold; font-size: 1.0em; }

/* Link Styles */
a {
	text-decoration: none;
	color: white;
}
a:hover  { 
	color: #000000; 
	text-decoration: underline 
}

#footer td {
	font-size: 0.8em;
}


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;
}
#content{  
	position: absolute;
	height: auto;
	top: 200px;
	left: 15%;
	width: 70%;
	z-index: 1;
} 

#Header {
	position: absolute;
	height: 200px;
	top: 0px;
	left: 0px;
	right: 0px;
	width: auto;
}

#HeaderImage {
	position: absolute;
	height: 100%;
	top: 0px;
	right: 0px;
	width: auto;
}
#HeaderTitle {
	position: absolute;
	top: 0px;
	left: 00px;
	width: auto;
	height: 100%;
}

#HeaderLinks {
	position: absolute;
	top: 50px;
	right: 150px;
	left: 425px;
}

#HeaderLinks a {
	font-size: 1.4em;
}

#HeaderLinks a:hover {
	color: red;
}

