/* notes

Differences between 800 and 1024 are page number, back, next, and bottomlinks (location and visibility), and copyright. Changes can be made by commenting out unused sections.

Differences between regular and expanded 1024 are page number, back, next, and bottomlinks (visibility). Expanded version moves these items out of the way.

Text characteristics on layer don't all carry through to text in table. Therefore a class must be put on table for bottomLinks. Text characteristics on layer or table don't all carry through to text in Netscape 4.7.

*/


/* Authoring instructions are included on various pages throughout the course. Their visibility can be controlled either here or on the pages themselves.*/
#AuthoringInstructionsLayer {
	position:absolute;
	z-index:100 !important;
	background-color: #CCCCCC;
	padding: 10px;
/*	visibility: visible; /*Use this to show any authoring instructions that are not made locally hidden on pages.*/
/*	visibility: hidden; /*Use this to hide any authoring instructions that are not made locally visible on pages.*/
/*	visibility: visible !important; /*Use this to show all authoring instructions, even those hidden on pages.*/
/*	visibility: hidden !important; /*Use this to hide all authoring instructions, even those visible on pages.*/
}







.defaultPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #395A9C;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}

.defaultPageRequirements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-align: right;
}

#defaultPageCopyrightLayer {
	position:absolute;
	width:200px;
	height:50px;
	left: 215px;
	top: 410px;
	z-index:5;
}

#defaultPageOpenMessageLayer_Academy {
	position:absolute;
	width:271px;
	height:54px;
	left: 217px;
	top: 277px;
	z-index:8;
	visibility: hidden;
}

#defaultPageOpenMessageLayer_CD {
	position:absolute;
	width:271px;
	height:54px;
	left: 217px;
	top: 277px;
	z-index:8;
	visibility: hidden;
}

#defaultPageCloseMessageLayer_Academy {
	position:absolute;
	width:287px;
	height:140px;
	left: 424px;
	top: 65px;
	z-index:8;
	visibility: hidden;
}

#defaultPageCloseMessageLayer_CD {
	position:absolute;
	width:287px;
	height:140px;
	left: 424px;
	top: 65px;
	z-index:8;
	visibility: hidden;
}

#defaultPageOpenBackgroundLayer {
	position:absolute;
	width:200px;
	height:78px;
	left: 203px;
	top: 262px;
	z-index:6;
	visibility: hidden;
}

#defaultPageCloseBackgroundLayer {
	position:absolute;
	width:200px;
	height:115px;
	left: 400px;
	top: 1px;
	z-index:6;
	visibility: hidden;
}

#defaultPageCloseBackgroundArrowLayer {
	position:absolute;
	width:200px;
	height:115px;
	left: 400px;
	top: 1px;
	z-index:7;
	visibility: hidden;
}


#copyrightLayer {
	position:absolute;
	left:30px !important;
/*	top:440px !important; /* 800x600 */
	top:611px !important; /* 1024x768 */
	width:500px !important;
	height:10px !important;
	z-index:17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	background-color: #;
}

.copyrightText { /* used where layer isn't */
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}


