@charset "utf-8";
/* CSS Document */

/* CoreContainer is the primary background for all of the content, setting width and background for everything unless otherwise stated. The background is 2px black, 636px white, 1 px lt grey, 1 px black, 137 px dark grey, 2 px black - essentially, "Content area, right-hand menu, and borders. */

#CoreContainer {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../Images/Interface/background_content.gif);
}

/* CoreFlag is the style that sets the channel-themed background for the top section of the page.. */

#CoreFlag {
	height: 75px;
	width: 780px;
	background-image: url(../Images/Interface/top/Banner_HOME.jpg);
}

/* CoreFooter is the style that sets the channel-themed background for the very bottom section of the page. */

#CoreFooter {
	height: 25px;
	width: 780px;
	background-image: url(../Images/Interface/footer.gif);
	clear: both;
	text-align: center;
	padding: 0px;
	position: relative;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#CoreFooter span {
	color:#FFFFFF;
	width: 760px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 5px;
}


/* The following effects only the Content-area divs and how they appear. They automatically default to the Home Channel scheme. */

.Container1 {
	width: 630px;
	background-image: url(../Images/Interface/content/Content_BG.gif);
	background-repeat: repeat-y;
	clear: both;
	float: none;
}
.Container1 .HeadTop {
	background-image: url(../Images/Interface/content/H1_Top_Home.gif);
	height: 8px;
	width: 630px;
	position: relative;
}
.Container1 .HeadTop span {
	background-image: url(../Images/Interface/content/H1_TopR_Home.gif);
	width: 9px;
	position: absolute;
	left: 621px;
	top: 0px;
	height: 8px;
}
.Container1 .HeadText {
	background-image: url(../Images/Interface/content/H1_CenterFull_Home.gif);
	background-repeat: no-repeat;
	display: block;
	width: 630px;
	position: relative;
}
.Container1 .HeadBottom {
	background-image: url(../Images/Interface/content/H1_Bottom_Home.gif);
	height: 7px;
	width: 630px;
	position: relative;
}
.Container1 .HeadBottom span {
	background-image: url(../Images/Interface/content/H1_BottR_Home.gif);
	width: 9px;
	position: absolute;
	left: 621px;
	top: 0px;
	height: 7px;
	background-repeat: no-repeat;
}
.Container1 .SubheadTop {
	background-image: url(../Images/Interface/content/subhead/Left_Top_Home.gif);
	height: 5px;
	width: 620px;
	position: relative;
}
.Container1 .SubheadTop span {
	background-image: url(../Images/Interface/content/subhead/Right_Top_Home.gif);
	width: 8px;
	position: absolute;
	left: 612px;
	top: 0px;
	height: 5px;
	background-repeat: no-repeat;
}
.Container1 .SubheadText {
	background-image: url(../Images/Interface/content/subhead/Middle_Home.gif);
	background-repeat: no-repeat;
	display: block;
	width: 620px;
	position: relative;
	left: 1px;
}
.Container1 .SubheadBottom {
	background-image: url(../Images/Interface/content/subhead/Left_Bottom_Home.gif);
	height: 5px;
	width: 620px;
	position: relative;
}
.Container1 .SubheadBottom span {
	background-image: url(../Images/Interface/content/subhead/Right_Bottom_Home.gif);
	width: 8px;
	position: absolute;
	left: 612px;
	top: 0px;
	height: 5px;
	background-repeat: no-repeat;
}
.Container1 .Footer {
	background-image: url(../Images/Interface/content/footer_Home.gif);
	height: 10px;
	width: 630px;
	background-repeat: no-repeat;
	clear: both;
}

