BODY
{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	background-color:White;
    font-family:Tahoma;
    font-size:16;
    color:Black;
}

table
{
	width:100%;
}

/* These sections affect the header of the html page */
#header
{
	background-image: url("./common_files/bg_tile.gif");
	text-align:center;
}

.header
{
	text-align:center;
	color:White;
}

#coatOfArms
{
	height:200px;
	width:127px;
}

#chapterName
{
	font-size:48;
	font-weight:bold;
	color:White;
}

/* This section will change the banner that separates the header and the contents. */
#buffTopBanner
{
	background-image:url("./common_files/top_banner.gif");
	height:28px;
}

/* These sections will control the bottom banner and how they are formatted. */

#buffBottomBannerTopBorder
{
	background-image: url("./common_files/bottomBannerTopBorder.gif");
	height: 2px;
}

#buffBottomBannerContent
{
	background-image: url("./common_files/bottomBannerContent.gif");
	min-height: 6px;
	height: 6px;
}

#buffBottomBannerBottomBorder
{
	background-image: url("./common_files/bottomBannerBottomBorder.gif");
	height: 1px;
}

/* These sections will change the navigation and contents sections of the page(s) */
#navigationAndContents
{
}

#leftNavigationPane
{
	background-image:url("./common_files/navig_leftBackground.gif");
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	vertical-align:top;
	width:142px;
	height:100%;
}

#rightNavigationPane
{
	background-image:url("./common_files/navig_rightBackground.gif");
	vertical-align:top;
	width:142px;
	height:100%;
}

#pageContents
{
	/*padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	height:100%;*/
}

.caption
{
    font-size:9;
    font-style:italic;
}

.smallTable
{
    width:25%;
}

.blockText
{
    text-indent:25;
}

.imageNoBorder
{
	border-style: none;
}

.housePicture
{
	background-image: url(./common_files/House.gif);
}

.italicQuote
{
	font-size:15;
	font-style:italic;
	color:Black;
	text-align:center;
}

.backgroundLogo
{
	background-image:url("./common_files/logo.gif");
	background-repeat:no-repeat;
	background-position: center center;
}