
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #ffffff;
	color: #000000;
	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 */
#IndexMountains {
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: auto;
}
#IndexFace {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 50%;
}
#IndexTitle {
	position: absolute;
	top: 30px;
	width: 45%;
	left: 5%;
	height: auto;
}

#IndexLinks img {
	height: 30px;
}


#HeaderFace {
	position: absolute;
	height: 180px;
	top: 20px;
	right: 0px;
	width: auto;
}
#HeaderTitle {
	position: absolute;
	top: 5px;
	left: 30px;
	width: auto;
}

#Header {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 200px;
	background-image: url('Images/mountains-loop-small-bg.jpg');
}
#HeaderLinks {
	position: absolute;
	top: 40px;
	right: 124px;
	left: 405px;
	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: 200px;
	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;
}
.inline {
	height: 30px;
	vertical-align: middle;
}
.DocumentThumbnail {
	border-color: #bc2304 ; 
	border-width: 1px; 
	border-style:solid;
}

