@charset "utf-8";

body {
	font-family: "Lucida Sans Unicode";
	font-size: 0.8em;
	color: #333333;
}

#mainContainer {
	width: 756px;
}

#welcome{
	margin:0px 0px 10px 0px;
}
#welcomeText{
	padding: 0px 15px 15px 15px;
}

#welcomeHeading{
	font-size:1.8em;
	margin:0px 0px 15px 0px;
}

a:link{
	color: #0066FF;
	text-decoration: none;
}

a:hover{
	color: #0066FF;
	text-decoration: underline;
}

a:active{
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
	text-decoration: none;	
}

.coreHeaders {
	font-size:1.6em;
	color: #003366;
	margin:0px 0px 10px 0px;
}

.coreContent{
	margin:0px 25px 0px 25px;
}

#chTop{
	background-image: url(/images/hp_chapters.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 238px;
}

#chContent{
	background-image: url(../images/hp_core_center.jpg);
	width: 238px;
	background-repeat: repeat-y;
	text-align:center;
	height:300px;
}

#chFooter{
	background-image: url(../images/hp_core_lower.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 238px;
}

#filmTop{
	background-image: url(/images/hp_STORMFilms.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 238px;
}

#filmContent{
	background-image: url(../images/hp_core_center.jpg);
	width: 238px;
	background-repeat: repeat-y;
	text-align:center;
	height:300px;
}

#filmFooter{
	background-image: url(../images/hp_core_lower.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 238px;
}

#teachTop{
	background-image: url(/images/hp_Tools.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 238px;
}

#teachContent{
	background-image: url(../images/hp_core_center.jpg);
	width: 238px;
	background-repeat: repeat-y;
	text-align:center;
	height:300px;	
}

#teachFooter{
	background-image: url(../images/hp_core_lower.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 238px;
}
#orderingHeading{
	font-size:1.6em;
	margin:0px 0px 15px 0px;
}

#ordering{
	background-color: #eeeff0;
	padding:25px 25px 25px 25px;
	border: 1px solid #999999;
}

#orderTitles{
	font-size: 1.2em;
	color: #003399;
	margin:0px 0px 5px 0px;
}

/* NEWS AREA */

#news{
	background-color: #eeeff0;
	padding:25px 25px 25px 25px;
	border: 1px solid #999999;
}

#newsHeadline{
	font-size:1.6em;
	margin:0px 0px 15px 0px;
}

#newsSubHeadline{
	font-size: 1.4em;
	color: #003399;
	margin:0px 0px 10px 0px;
}

#articleSpace{
	margin:0px 0px 0px 10px;
}

#mainArticleDivider{
	height:20px;
}

#copyright{
	text-align:center;
}