/* NOTE: The comments of this CSS document have been created to make searching for changeable portions easily. Any sections with changeable elements have the word "change" in the comment. Just search down for the word "change" */

/* You can change all instances of the following:
		000000 = Main Site color
		000099 = Unvisited Link color
		990099 = Visited Link color
		
Search for 000000 to change all instances of Hover Color and Header Color; if they are the same, feel free to do a pagewide search and replace. Search for the word MANUAL to find all colors that must be changed manually. */

/* Comments added by Barb French, 6/4/2001 */

.middleColumn
{
}
BODY					/* Main body text - change COLOR to Main Site color */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
TD						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
TH						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
P						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
OL						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
UL						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
LI						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
DL						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
DT						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
DD						/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
BLOCKQUOTE				/* Main body text - do not alter */
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.text					/* Main body text - change COLOR to Main Site color */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
B						/* Main body text - do not alter */
{
    FONT-WEIGHT: bold
}
STRONG					/* Main body text - do not alter */
{
    FONT-WEIGHT: bold
}
H1						/* Change COLOR to Main Site text color - only found on */
						/* test pages and Industry News */
{
    FONT-SIZE: 16pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.pageHead				/* Change COLOR to Header Color - page title text, like */
						/* orange title on EK's My Courses page */
{
    FONT-SIZE: 16pt;
    COLOR: #CC6600;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.h1Head					/* Change COLOR to Main Site text color */
{
    FONT-SIZE: 16pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
H2						/* Change COLOR to Main Site text color - found on Help pages */
						/* example: Handbook/brainbench_faq.asp  */
{
    FONT-SIZE: 14pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.h2Subhead				/* Change COLOR to Main Site text color - eg: course title */
						/* on the Self Study Course syllabus */
{
    FONT-SIZE: 14pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
H3						/* Change COLOR to Main Site text color - example: subtitles */
						/* on Self Study Course syllabus */
{
    FONT-SIZE: 11pt;
    COLOR: #336600;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.subhead				/* Change COLOR to Main Site text color - example: Table of */
						/* Contents subtitle on Self Study Course syllabus */
{
    FONT-SIZE: 11pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.bigtext				/* Change COLOR to Main Site text color - example: large */
						/* body text on /Enrollment/notice.asp */
{
    FONT-SIZE: 11pt;
    COLOR: #336600;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.h3Subhead				/* Change COLOR to Main Site text color - example: Overview  */
						/* subtitle on Self Study Course syllabus */
{
    FONT-SIZE: 11pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.topNavbarText			/* Do not alter */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt
}
A							/* Change COLOR to Unvisited Link color. */
{
    FONT-SIZE: 9pt;
	COLOR: #CC6600;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
A:visited  					/* Change COLOR to Visited Link color. */
{
    FONT-SIZE: 9pt;
	COLOR: #336600;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
A:hover 					/* Change COLOR to Hover Link color. */
{
    FONT-SIZE: 9pt;
	COLOR: #669933;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
A.bottomNavbarText 			/* Change COLOR to Unvisited Link color; SS bottom navigation links. */
{
    FONT-SIZE: 9pt;
	COLOR: #CC6600;
    FONT-FAMILY: Arial Narrow,Arial,Helvetica,sans-serif;
}
A.bottomNavbarText:visited /* Change COLOR to Visited Link color, SS bottom navigation links. */
{
    FONT-SIZE: 9pt;
	COLOR: #336600;
    FONT-FAMILY: Arial Narrow, Arial, Helvetica, sans-serif;
}
A.bottomNavbarText:hover 	/* Change COLOR to Hover Link color; SS bottom navigation links. */
{
    FONT-SIZE: 9pt;
	COLOR: #669933;
    FONT-FAMILY: Arial Narrow, Arial, Helvetica, sans-serif;
}
.fontLeftNavFormField	/* Do not alter. */
{
    FONT-SIZE: 8pt
}
A.boldNavLink 	/* Change COLOR to the Header Color page. Color of internal page links  */
				/* on the Course Catalog main page. Usually these do not have           */
				/* separate rollover or hover colors, but these are included in the     */
				/* sheet to avoid problems with Netscape interpretation.                */
{
    FONT-WEIGHT: bold;
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.boldNavLink:visited 	 	/* See note above. Change COLOR to Header Color. */
{
    FONT-WEIGHT: bold;
    COLOR: #CC6600;
    TEXT-DECORATION: none
}
A.boldNavLink:hover  		/* See note above. Change COLOR to Header Color. */
{
    FONT-WEIGHT: bold;
    COLOR: #CC6600;
    TEXT-DECORATION: none
}
.headerBlock				/* Change COLOR to Main Site color. Do not change background color. */
							/* Found on /StudentUnion/Staff/staff.asp and in page_layout.asp */
{
    FONT-WEIGHT: bold;
    COLOR: #333366;
    BACKGROUND-COLOR: #fbeed7
}
.myCoursesBoxHeader			/* Change COLOR to Main Site color. */
{
    BORDER-RIGHT: white;
    BORDER-TOP: white;
    FONT-SIZE: 12pt;
    BORDER-LEFT: white;
    COLOR: #333366;
    BORDER-BOTTOM: white;
    BACKGROUND-COLOR: white
}
.myCoursesBoxHeaderOutline		/* Do not alter this style. */
{
    FONT-SIZE: 12pt;
    COLOR: white;
    BACKGROUND-COLOR: white
}
.boxOutline						/* Do not alter this style. */
{
    COLOR: white;
    BACKGROUND-COLOR: white
}
sidebarOutline					/* Do not alter this style. */
{
    BACKGROUND-COLOR: #000000
}
.boxBody						/* Change COLOR to Main Site color. */
{
    COLOR: #333366;
    BACKGROUND-COLOR: #ffffff
}
.sidebarHeader					/* Change COLOR to Main Site color. */
{
    BORDER-RIGHT: white thin;
    BORDER-TOP: white thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    MARGIN: 0px;
    BORDER-LEFT: white thin;
    COLOR: #333366;
    BORDER-BOTTOM: white thin;
    BACKGROUND-COLOR: white;
    TEXT-DECORATION: none
}
.helpSidebarHeader			/* Change COLOR to Main Site color. */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}
.helpSidebarBody			/* Do not alter. Background of sidebar contents on Help pages */
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}
.sidebarBody				/* Change COLOR to Main Site color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: white
}
.helpTitle					/* Do not alter. This is part of a help page document and is not cobranded. */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #006699;
    FONT-FAMILY: Arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
.sidebarHeaderOutline					/* Change COLOR to Main Site color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: white
}
.headerRow								/* Change COLOR to Main Site color. */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: white;
    TEXT-DECORATION: none
}
.dataRow								/* Change COLOR to Main Site color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: #ffffff
}
.dataConfirm							/* Do not alter. */
{
    FONT-SIZE: 9pt;
    COLOR: black;
    BACKGROUND-COLOR: #ffffff
}
.dataRowAlt								/* Change COLOR to Main Site text color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: #ffffff
}
.dataConfirmAlt							/* Do not alter. */
{
    FONT-SIZE: 9pt;
    COLOR: black;
    BACKGROUND-COLOR: #ffffff
}
.tdSeriesHeader				/* Change COLOR to Main Site color. BG color not cobranded.  */
							/* This is the background box color found on headers when    */ 
							/* looking at a department under Course Catalog.             */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: #faf3d8
}
.quickReg					/* Found in page_layout; do not alter. */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #ee0000;
    BACKGROUND-COLOR: #66ccff
}
.legendStyle						/* Change COLOR to Main Site text color. */
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    MARGIN: 0px;
    BORDER-LEFT: black 1px solid;
    COLOR: #333366;
    BORDER-BOTTOM: black 1px solid;
    layer-background-color: #ffffee
}
.legendHeader						/* Change COLOR to Main Site text color. */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left
}
.legendText							/* Change COLOR to Main Site text color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    BACKGROUND-COLOR: white
}
.modalityLegend						/* Do not alter */
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    MARGIN: 0px;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    layer-background-color: #ffffff
}
.announceText						/* Change COLOR to Main Site color */
{
    COLOR: #333366
}
.announceURLText					/* Change COLOR to Main Site color */
{
    COLOR: #333366
}
.announceHeadline					/* Change COLOR to Main Site color */
{
    COLOR: #333366
}
.textDateTime						/* Change COLOR to Main Site color */
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #333366
}
.copyright							/* Change COLOR to Main Site color */
									/* This is the copyright on the student site pages, not marketing */
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #333366
}
.helpSmall							/* Do not alter */
{
    FONT-SIZE: 8pt
}
.searchBlock						/* Change COLOR to Main Site color */
{
    FONT-WEIGHT: bold;
    COLOR: #333366;
    BACKGROUND-COLOR: #cccccc
}
.howToMaster						/* Do not alter. Part of Help. Not cobranded. */
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #003333
}
.howToMasterLinks					/* Do not alter. Part of Help. Not cobranded. */
{
    COLOR: #ddddaa
}
.ITNewsHeadline						/* Change COLOR to Main Site color */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: #333366;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.ITNewsMoreLink						/* Do not alter */
{
    FONT-STYLE: italic
}
.inProgress						/* Do not alter. Not cobranded. */
{
    COLOR: #ff0000
}
.handbookH2						/* Do not alter. Not cobranded. */
{
    FONT-SIZE: 12pt;
    FONT-FAMILY: arial,helvetica,sans-serif
}
.helpAdditionalInfo				/* Do not alter. Not cobranded. */
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.betterWorse					/* Do not alter. Not cobranded. */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: arial, sans-serif;
    BACKGROUND-COLOR: #000000
}
.ratingNumber					/* Do not alter. Not cobranded. */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial,Helvetica,sans-serif;
    BACKGROUND-COLOR: #ffffcc
}
.bookPartLink					/* Do not alter. Not cobranded. */
{
    COLOR: navy
}
.bookPartLink A:hover			/* Do not alter. Not cobranded. */
{
    font-color: red
}
.bookChapterLink A:hover		/* Do not alter. Not cobranded. */
{
    font-color: red
}
.outlinedTable					/* Do not alter. Not cobranded. */
{
    BORDER-RIGHT: white 10px;
    BORDER-TOP: white 10px;
    BORDER-LEFT: white 10px;
    COLOR: white;
    BORDER-BOTTOM: white 10px;
    BACKGROUND-COLOR: white;
    outline: 4px solid black
}
.tableTopNavOuter				/* Do not alter. Not cobranded. */
{
    MARGIN-LEFT: 0pt
}
.tableLeftSideNavOuter			/* Do not alter. Not cobranded. */
{
    MARGIN-LEFT: 0pt;
    MARGIN-RIGHT: 0pt
}
.tableCaseHistory				/* Do not alter. Not cobranded. */
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.tableCaseInfo					/* Change COLOR to Main Style color */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.tableForm						/* Change COLOR to Main Style color */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.trCaseHistoryHeader			/* Do not alter. Not cobranded */
{
    BACKGROUND-COLOR: #ffcc99
}
.trCaseInfoHeader				/* Do not alter. Not cobranded */
{
    BACKGROUND-COLOR: #ffcc99
}
.trCaseEditHeader				/* Do not alter. Not cobranded */
{
    BACKGROUND-COLOR: #ffcc99
}
.trFormHeader					/* Do not alter. Not cobranded */
{
    BACKGROUND-COLOR: #ffcc99
}
.tdCaseHistoryHeader			/* Change COLOR to Main Style color */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #333366;
}
.tdCaseInfoHeader				/* Change COLOR to Main Style color */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #333366;
}
.tdCaseEditHeader				/* Change COLOR to Main Style color */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #333366
}
.tdFormHeader					/* Change COLOR to Main Style color */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #333366;
}
.trCaseHistory					/* Do not alter. Not cobranded. */
{
    COLOR: black;
    BACKGROUND-COLOR: #ffffee
}
.trCaseInfo					/* Do not alter. Not cobranded. */
{
    COLOR: black;
    BACKGROUND-COLOR: #ffffee
}
.trCaseEdit					/* Do not alter. Not cobranded. */
{
    COLOR: black;
    BACKGROUND-COLOR: #ffffee
}
.trForm					/* Do not alter. Not cobranded. */
{
    COLOR: black;
    BACKGROUND-COLOR: #ffffee
}
.spanCaseHistory
{
}
.spanCaseInfo
{
}
.spanCaseEdit
{
}
.spanForm
{
}
.tdCaseHistoryLabel					/* Change COLOR to Main Site color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.tdCaseInfoLabel					/* Change COLOR to Main Site color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffee
}
.tdCaseEditLabel					/* Change COLOR to Main Site color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.tdFormLabel						/* Change COLOR to Main Site color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffee
}
.spanCaseHistoryLabel				/* Change COLOR to Main Site color. */
{
    FONT-WEIGHT: bold;
    COLOR: #333366
}
.spanCaseInfoLabel					/* Change COLOR to Main Site color. */
{
    FONT-WEIGHT: bold;
    COLOR: #333366
}
.spanCaseEditLabel					/* Change COLOR to Main Site color. */
{
    FONT-WEIGHT: bold;
    COLOR: #333366
}
.spanFormLabel						/* Change COLOR to Main Site color. */
{
    FONT-WEIGHT: bold;
    COLOR: #333366
}
.tdCaseHistoryContent				/* Do not alter - not cobranded */
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.tdCaseInfoContent					/* Do not alter - not cobranded */
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.tdCaseEditContent					/* Change COLOR to Main Site color. */
{
    FONT-SIZE: 9pt;
    COLOR: #333366;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffee
}
.tdFormSecondaryText				/* Do not alter. Not cobranded. */
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    BACKGROUND-COLOR: #ffffee
}
.spanCaseHistoryContent
{
}
.spanCaseInfoContent
{
}
.spanCaseEditContent
{
}
.spanFormSecondaryText
{
}
.fieldCaseEdit
{
}
.fieldFormField
{
}
.trBlank							/* Do not alter. Not cobranded. */
{
    BACKGROUND-COLOR: #ffffee
}
.tdBlank							/* Do not alter. Not cobranded. */
{
    FONT-SIZE: 8pt;
    LINE-HEIGHT: 0.5
}
.spanBlank							/* Do not alter. Not cobranded. */
{
    LINE-HEIGHT: 0.25
}
A.sideNavbarTextTop					/* Change to font color that should appear in the Department */
									/* and Secondary Links on the SS navbar. MANUAL */
{
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.sideNavbarTextTop:visited			/* Change to font color that should appear in the Department */
									/* and Secondary Links on the SS navbar. MANUAL */
{
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.sideNavbarTextTop:hover			/* Change to font color that should appear in the Department */
									/* and Secondary Links on the SS navbar. MANUAL */
{
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.sideNavbarTextTop:active			/* Change to font color that should appear in the Department */
									/* and Secondary Links on the SS navbar. MANUAL */
{
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.SideNavBarText				/* Change COLOR to Main Site color.                          */
							/* Despite this style's name, it no longer controls the font */
							/* definition of the side navigation. It only controls the   */
							/* color of the list of contents on the display_libraries	 */
							/* pages. Side nav color now controlled by leftNavText.      */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #333366;
    TEXT-DECORATION: none
}
A.SideNavBarText:visited
							/* Change COLOR to Main Site color.                          */
							/* Despite this style's name, it no longer controls the font */
							/* definition of the side navigation. It only controls the   */
							/* color of the list of contents on the display_libraries	 */
							/* pages. Side nav color now controlled by leftNavText.      */
{
    COLOR: #333366;
    TEXT-DECORATION: none
}
A.sideNavbarText:hover		/* Change COLOR to Hover color */
							/* Despite this style's name, it no longer controls the font */
							/* definition of the side navigation. It only controls the   */
							/* color of the list of contents on the display_libraries	 */
							/* pages. Someone reused this style incorrectly -- hence the */
							/* need for a workaround. Side nav text now leftNavText.     */
{
    COLOR: #333366;
    TEXT-DECORATION: none
}
.boldnavlink2				/* Change COLOR to Header Color. */
							/* This controls the header colors on the Course Catalog page */
{
    COLOR: #CC6600
}
A.boldnavlink2				/* Change COLOR to Header Color. */
							/* This controls the header colors on the Course Catalog page */
{
    COLOR: #CC6600
}
A.boldnavlink2:visited			/* Change COLOR to Header Color. */
							/* This controls the header colors on the Course Catalog page */
{
    COLOR: #CC6600
}
A.boldnavlink2:hover			/* Change COLOR to Header Color. */
							/* This controls the header colors on the Course Catalog page */
{
    COLOR: #CC6600
}
.OrangeLine					/* Change to whatever color is indicated in the mockups.     */
							/* This is the vertical line that divides sections on the    */
							/* SS main pages. Usually same as Header Color.              */
							/* It is orange on Element K's site - see My Courses. MANUAL */
{
    BACKGROUND-COLOR: #333366;
}
TEXT  						/* Change COLOR to Main Style color. Not sure why this is */
							/* in the style sheet twice, but I don't dare remove it.  */
{
    COLOR: #333366;
}
.blueline					/* Change to whatever color is indicated in the mockups.        */
							/* This is the vertical line that divides sections on the       */
							/* third column of SS main pages.                               */
							/* It is blue on Element K's site - see My Courses. MANUAL      */
{
    BACKGROUND-COLOR: #333366;
}
.bluelineDark
{
    BACKGROUND-COLOR: #330099
}
HR								/* Do not alter. Only IE supports colorizing HR tags. */
{
    BACKGROUND-COLOR: #999999
}
.LearnAdvCertBack				/* Do not alter - not generally cobranded, but can be if     */
								/* necessary. This is the background color for certification */
								/* paths in Learning Advisor. Cobrand capability is coded    */
								/* in just in case the font/link color chosen by a client    */
								/* makes this box difficult to read. Not changed otherwise.  */
{
    BACKGROUND-COLOR: #bcd2e9
}
.LearnAdvILTBack				/* Do not alter - not generally cobranded, but can be if     */
								/* necessary. This is the background color for ILT courses   */
								/* in Learning Advisor. Cobrand capability is coded          */
								/* in just in case the font/link color chosen by a client    */
								/* makes this box difficult to read. Not changed otherwise.  */
{
    BACKGROUND-COLOR: #ffffcc
}
.LearnAdvSSBack					/* Do not alter - not generally cobranded, but can be if     */
								/* necessary. This is the background color for SS courses    */
								/* in Learning Advisor. Cobrand capability is coded          */
								/* in just in case the font/link color chosen by a client    */
								/* makes this box difficult to read. Not changed otherwise.  */
{
{
    BACKGROUND-COLOR: #ffd568
}
.sideNavBar
{
	BACKGROUND-COLOR: #FFFFFF
}
.copyrightMarketing 			/* Change to the color you want the copyright text to appear */
								/* on the marketing pages. Usually light to medium gray. - MANUAL */
{		
	color: #333366;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}
.leftNavText 			/* Change to color and size of visited link text you want to appear */
								/* on the left navbar of marketing and SS navbar - MANUAL */
{
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}
	
A.leftNavText 					/* Change to color and size of text you want to appear on the */
								/* left navbar of marketing and SS navbar - MANUAL */
{
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	}
A.leftNavText:hover 			/* Change to color and size of hover text you want to appear on the */
								/* left navbar of marketing and SS navbar - MANUAL */
{
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	}
A.leftNavText:visited 			/* Change to color and size of visited link text you want to appear */
								/* on the left navbar of marketing and SS navbar - MANUAL */
{
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	}
A.leftNavText:active 			/* Change to color and size of visited link text you want to appear */
								/* on the left navbar of marketing and SS navbar - MANUAL */
{
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	}
.SearchTitle 			/* Change to color and size of visited link text you want to appear */
								/* on the left navbar of marketing and SS navbar - MANUAL */
{
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}
	
	
/* Use the area below to define styles specific to this cobrand. */

.RadioBg		
								
{
	background-color : #333366;
	}
	