
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #aaaaaa;
	color: #000000;
	height: 100%;
	width: 100%;
	background-image: url( 'Images/Christmas-Background.jpg' ) ;
	background-repeat: repeat; 
}

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 */
#IndexTitle {
	position: absolute;
	top: 30px;
	width: 60%;
	left: 20%;
	height: auto;
}
#HeaderRibbonLeft {
	position: absolute;
	top: 0px;
	width: 240px;
	left: 0px;
	height: auto;
	z-index: -1;
}
#HeaderRibbonRight {
	position: absolute;
	top: 0px;
	width: 240px;
	right: 0px;
	height: auto;
	z-index: -1;
}

#RibbonLeft {
	position: absolute;
	top: 0px;
	width: 25%;
	left: 0px;
	height: auto;
}
#RibbonRight {
	position: absolute;
	bottom: 0px;
	width: 25%;
	left: 75%;
	height: auto;
}



#IndexLinks img {
	height: 40px;
}
#HeaderTitle {
	position: absolute;
	top: 5px;
	left: 30px;
	width: auto;
}

#Header {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 200px;
}
#HeaderLinks {
}

#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: 240px;
	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;
}

