/*	-------------------------------------------------------------
	CSS - eLearners Express - Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	main page styles
	Filename:		express_main.css
	Date:				Dec 19, 2006
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	Base Body / Main / Generic Styles 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		margin: 0px;
		background: #ffffff;
	}
	#main {
		width:820px;
		margin:0px auto;
		position:relative;
	}
	.colHolder {
		width:820px;
		display:block;
		margin:0px;
	}
	.sup {
		font-size:50%;
		line-height: 0;
		vertical-align: text-top;
	}
	.choicesHolder {
		display:table;
		width:100%;
		clear:both;
	}
	a.choices:link, a.choices:active, a.choices:visited {
		width:205px;
		float:left;
		color:#b14343;
		background: url(../eximg/arrow_brown.gif) no-repeat 0px 4px;
		padding:0px 20px 8px 10px;
		margin:0px 0px 0px 8px;
		line-height:14px;
	}
	a.choices:hover {
		color:#4386b1;
	}
	a.arrow:link, a.arrow:active, a.arrow:visited {
		color:#b14343;
		background: url(../../eximg/arrow_brown.gif) no-repeat 0px 50%;
		padding:0px 0px 0px 8px;
	}
	a.arrow:hover {
		color:#4386b1;
	}
	a.button:link, a.button:active, a.button:visited {
		width:200px;
		height:26px;
		display:block;
		background: url(../../eximg/button_light.gif) no-repeat top;
		text-align:center;
		font-weight:bold;
		text-decoration:none;
		font-size:18px;
		color:#ffffff;
		padding:4px 0px 0px 0px;
	}
	a.button:hover {
		background: url(../../eximg/button_light.gif) no-repeat bottom;
	}
	.green {
		color:#84b143;
	}
	.brown {
		color:#ae731f;
	}
	.blue {
		color:#376fab;
	}
	.red {
		color:#b14343;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Header Styles 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	Header Styles 
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#header {
			width:820px;
			height:50px;
		}
			#header #logoSpace {
				width:250px;
				height:50px;
				float:left;
				margin:0px 0px 0px 20px;
				display:inline;
			}
				#header #logoSpace img {
					display:block;
				}
			#header .searchBox {
				width:218px;
				height:50px;
				background: url(../eximg/header_searchbox.gif) no-repeat;
				float:left;
				margin:0px 0px 0px 328px;
				display:inline;
			}
	
				#header .searchBox form {
					margin:0px;
					padding:0px;
					color:#525252;
				}
				.searchBoxInput {
					border:0px;
					width:174px; height: 18px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
					color:#525252;
					font-size:11px;
					margin:18px 0px 0px 14px;
					float:left;
				}
				
				.magni {
					width:20px!important; height:20px!important;
					float:left!important;
					margin: 16px 0px 0px 0px!important;
			}

		
		#header img {
				display:block;
				margin:0px 0px 0px 5px;
		}
			
			#ifrmSearch {
				position:absolute;
				top:10px;
				right:0px;
				height:50px;
				width:225px;			
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	sideColumn Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideCol {
		width:270px;
		/* background:url(../../eximg/sideColGuide.jpg) no-repeat; */
		float:left;
	}
		#sideCol .sideHolder {
			margin:12px 0px 0px 0px;
			width:270px;
			background:url(../../eximg/sideNav_mid_light.gif) repeat-y;
		}
		#sideCol .sideBottom {
			width:270px;
			height:20px;
			background:url(../../eximg/sideNav_bottom_light.gif) no-repeat bottom;
		}
		#sideCol .sideContent {
			margin:6px 6px 0px 6px;
			color:#7f7f7f;
			font-size:12px;
		}
		/* headers */
			#sideCol h1 {
				color:#c78c39;
				font-size:14px;
				margin:4px 0px 1px 0px;
				padding:6px 0px;
				border-top:1px solid #dddddd;
			}
			#sideCol h2 {
				color:#7f7f7f;
				font-size:13px;
				margin:3px 0px 3px 0px;
			}
		/* links */
			#sideCol .sideContent a:link, #sideCol .sideContent a:active, #sideCol .sideContent a:visited {
				color:#6c9a29;
			}
			#sideCol .sideContent a:hover {
				background:#9dc760;
				color:#ffffff;
			}
		/* lists */
			#sideCol .sideContent ul {
				list-style:none;
				margin:0px 0px 0px 0px;
				padding:0px;
			}
			#sideCol .sideContent li {
				margin:4px 0px 0px 0px;
				padding:0px 0px 0px 8px;
				background: url(../../eximg/arrow_brown.gif) no-repeat 0px 3px;
			}
	/*	schoolBrowser Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#treeView {
		}
			#treeView a.level1:active, #treeView a.level1:visited, #treeView a.level1:link {
				background:#7f7f7f;
				color:#ffffff;
				display:block;
				padding:2px 6px;
				margin:0px;
				width:196px;
			}
			#treeView a.level1:hover {
				background:#9dc760;
			}
			#treeView a.level2:active, #treeView a.level2:visited, #treeView a.level2:link {
				color:#6c9a29;
				display:block;
				padding:1px 6px;
				margin:0px;
			}
			#treeView a.level2:hover {
				background:#9dc760;
				color:#ffffff;
			}
	
	/*	schoolBrowser Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#schoolBrowser {
			width:270px;
			margin:16px 0px 10px 0px;
		}
		#schoolBrowserHTML {
			width:240px;
			background:url(../../eximg/schoolBrowser_top_light.gif) no-repeat;
			padding:0px 5px 0px 25px;
			font-size:12px;
		}
		#schoolBrowserHTML h2 {
			padding:0px 0px 0px 0px;
		}
			#schoolBrowserHTML h2 a:link, #schoolBrowserHTML h2 a:active, #schoolBrowserHTML h2 a:visited {
				color:#c78c39;
				text-decoration:none;
			}
			#schoolBrowserHTML h2 a:hover {
				color:#9dc760;
			}
		#schoolBrowserHTML .logoHolder a {
			width:240px;
			height:80px;
			background:#ffffff no-repeat 50% 50%;
			display:block;
		}
			#schoolBrowserHTML .logoHolder a span {
				display:none;
			}
		#schoolBrowserHTML #schoolDescription {
			font-size:11px;
			color:#c78c39;
		}
		#schoolBrowserHTML #schoolNav {
			width:236px;
			height:16px;
			background:#dddddd;
			margin:0px 0px 4px 0px;
			padding:2px;
		}
			#schoolNav a span {
				display:none;
			}
			a#lnkPause span, a#lnkPlay span {
				display:none;
			}
			a#lnkPause:link, a#lnkPause:active, a#lnkPause:visited {
				width:16px;
				height:16px;
				margin:0px 0px 0px 2px;
				background: url(../../eximg/schoolBrowser_pause.gif) no-repeat 0px 0px;
				position:relative;
				top:120px;
				left:218px;
			}
			a#lnkPause:hover {
				background: url(../../eximg/schoolBrowser_pause.gif) no-repeat 0px -16px;
			}
			a#lnkPlay:link, a#lnkPlay:active, a#lnkPlay:visited {
				width:16px;
				height:16px;
				margin:0px 0px 0px 2px;
				background: url(../../eximg/schoolBrowser_play.gif) no-repeat 0px 0px;
				position:relative;
				top:120px;
				left:218px;
			}
			a#lnkPlay:hover {
				background: url(../../eximg/schoolBrowser_play.gif) no-repeat 0px -16px;
			}
			#schoolNav a.rewind:link, #schoolNav a.rewind:active, #schoolNav a.rewind:visited {
				width:16px;
				height:16px;
				display:block;
				float:left;
				margin:0px 0px 0px 2px;
				background: url(../../eximg/schoolBrowser_rewind.gif) no-repeat 0px 0px;
			}
			#schoolNav a.rewind:hover {
				background: url(../../eximg/schoolBrowser_rewind.gif) no-repeat 0px -16px;
			}
			#schoolNav a.forward:link, #schoolNav a.forward:active, #schoolNav a.forward:visited {
				width:16px;
				height:16px;
				display:block;
				float:left;
				margin:0px 0px 0px 2px;
				background: url(../../eximg/schoolBrowser_forward.gif) no-repeat 0px 0px;
			}
			#schoolNav a.forward:hover {
				background: url(../../eximg/schoolBrowser_forward.gif) no-repeat 0px -16px;
			}
			#schoolNav a.allSchools:link, #schoolNav a.allSchools:active, #schoolNav a.allSchools:visited {
				width:96px;
				height:16px;
				display:block;
				float:left;
				margin:0px 0px 0px 2px;
				background: url(../../eximg/schoolBrowser_viewAll.gif) no-repeat 0px 0px;
			}
			#schoolNav a.allSchools:hover {
				background: url(../../eximg/schoolBrowser_viewAll.gif) no-repeat 0px -16px;
			}
	
	/*	schoolInfo Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#schoolInfo {
			width:240px;
			background:url(../../eximg/schoolInfo_top_light.gif) no-repeat;
			padding:11px 5px 0px 25px;
		}
			#schoolInfo .logoWrapper {
				width:240px;
				height:80px;
				display:block;
				background:#ffffff no-repeat 50% 50%;
				cursor:pointer;
			}
	
	/*	degreeInfo Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#degreeInfo {
			width:240px;
			background:url(../../eximg/degreeInfo_top_light.gif) no-repeat;
			padding:11px 5px 0px 25px;
		}
			#degreeInfo .logoWrapper {
				width:240px;
				height:80px;
				display:block;
				background:#ffffff no-repeat 50% 50%;
			}
			
	
	/*	sideNav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#sideNav {
			width:240px;
			background:url(../../eximg/sideNav_top_light.gif) no-repeat;
			padding:11px 5px 0px 25px;
		}
		
		
		/*	Menu Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#sideNav .menuItemHolder {
				margin:0px 0px 1px 0px;
				clear:both;
			}
			#sideNav .programType {
				color:#525252;
				font-size:12px;
				height:25px;
				margin:0px;
				clear:both;
				display:block;
			}
				#sideNav div.programType div.browseTab{
					height:21px;
					color:#c78c39;
					font-size:13px;
					font-weight:bold;
					display:block;
					float:left;
					padding:4px 0px 0px 0px;
					margin:0px 16px 0px 6px;
				}
			#sideNav div.programType a.degreesTab:link, #sideNav div.programType a.degreesTab:active, #sideNav div.programType a.degreesTab:visited {
				width:66px;
				height:21px;
				background:url(../../eximg/tab_degrees_light.gif) no-repeat;
				color:#ffffff;
				text-align:center;
				font-weight:bold;
				font-size:13px;
				display:block;
				float:left;
				padding:4px 0px 0px 0px;
				text-decoration:none;
				margin:0px 3px 0px 0px;
			}
			#sideNav div.programType a.degreesTab:hover {
				text-decoration:underline;
			}
			#sideNav div.programType a.certificatesTab:link, #sideNav div.programType a.certificatesTab:active, #sideNav div.programType a.certificatesTab:visited {
				width:86px;
				height:21px;
				background:url(../../eximg/tab_certificates_light.gif) no-repeat;
				color:#ffffff;
				text-align:center;
				font-weight:bold;
				font-size:13px;
				display:block;
				float:left;
				padding:4px 0px 0px 0px;
				text-decoration:none;
			}
			#sideNav div.programType a.certificatesTab:hover {
				text-decoration:underline;
			}
			/*	DegreesMenu start*/
				#sideNav #subBrowser_DegreesMenu_sideMenu .menuItem, #sideNav #menu_DegreesMenu_sideMenu .menuItem {
					background:#5a90c8;
				}
				#sideNav #subBrowser_DegreesMenu_sideMenu a.menuLevel1:link, #sideNav #subBrowser_DegreesMenu_sideMenu a.menuLevel1:active, #sideNav #subBrowser_DegreesMenu_sideMenu a.menuLevel1:visited,#sideNav #menu_DegreesMenu_sideMenu a.menuLevel1:link, #sideNav #menu_DegreesMenu_sideMenu a.menuLevel1:active, #sideNav #menu_DegreesMenu_sideMenu a.menuLevel1:visited {
					display:block;
					padding:2px 6px;
					color:#ffffff;
					text-decoration:none;
					font-weight:bold;
				}
				#sideNav #subBrowser_DegreesMenu_sideMenu a.menuLevel1:hover, #sideNav #menu_DegreesMenu_sideMenu a.menuLevel1:hover  {
					background:#84B143;
					color:#ffffff;
				}
			/*	ProgramsMenu start*/
				#sideNav #subBrowser_ProgramsMenu_sideMenu .menuItem, #sideNav #menu_ProgramsMenu_sideMenu .menuItem {
					background:#bc8a41;
				}
				#sideNav #subBrowser_ProgramsMenu_sideMenu a.menuLevel1:link, #sideNav #subBrowser_ProgramsMenu_sideMenu a.menuLevel1:active, #sideNav #subBrowser_ProgramsMenu_sideMenu a.menuLevel1:visited, #sideNav #menu_ProgramsMenu_sideMenu a.menuLevel1:link, #sideNav #menu_ProgramsMenu_sideMenu a.menuLevel1:active, #sideNav #menu_ProgramsMenu_sideMenu a.menuLevel1:visited {
					display:block;
					padding:2px 6px;
					color:#ffffff;
					text-decoration:none;
					font-weight:bold;
				}
				#sideNav #subBrowser_ProgramsMenu_sideMenu a.menuLevel1:hover, #sideNav #menu_ProgramsMenu_sideMenu a.menuLevel1:hover {
					background:#84B143;
					color:#ffffff;
				}
			#sideNav a.menuLevel2:link, #sideNav a.menuLevel2:active, #sideNav a.menuLevel2:visited {
				color:#5a8719;
				display:block;
				padding:2px 54px 2px 10px;
				background: url(../../eximg/arrow_getinfo.gif) no-repeat 0px 0px; 
				/*background: url(../../eximg/arrow_brown.gif) no-repeat 3px 4px;*/
				text-decoration:none;
				font-size:11px;
				line-height:12px;
				width:176px;
			}
			#sideNav a.menuLevel2:hover {
				background:#9dc760 url(../../eximg/arrow_getinfo.gif) no-repeat 0px -74px; 
				/* background:#9dc760 url(../../eximg/arrow_lightblue.gif) no-repeat 3px 4px;*/
				color:#ffffff;
			}
			#sideNav a.menuLevel2Dark:link, #sideNav a.menuLevel2Dark:active, #sideNav a.menuLevel2Dark:visited {
				color:#5a8719;
				display:block;
				padding:2px 54px 2px 10px;
				background:#dddddd url(../../eximg/arrow_getinfo.gif) no-repeat 0px 0px;
				/* background:#dddddd url(../../eximg/arrow_brown.gif) no-repeat 3px 4px;  */
				text-decoration:none;
				font-size:11px;
				line-height:12px;
				width:176px;
			}
			#sideNav a.menuLevel2Dark:hover {
				background:#9dc760 url(../../eximg/arrow_getinfo.gif) no-repeat 0px -74px; 
				/* background:#9dc760 url(../../eximg/arrow_lightblue.gif) no-repeat 3px 4px; */
				color:#ffffff;
			}
			/* menu items */
				#sideNav ul {
					margin:0px;
					padding:0px;
					list-style:none;
					display:inline;
				}
				#sideNav li.col2 {
					width:116px;
					float:left;
					display:inline;
					margin:0px 0px 0px 4px;
					padding:0px;
				}
				#sideNav li.col1 {
					display:inline;
					margin:0px 0px 0px 4px;
					padding:0px;
				}
			#SchoolRecord1_tdDegreeList a.menuLevel1:link, #SchoolRecord1_tdDegreeList a.menuLevel1:active, #SchoolRecord1_tdDegreeList a.menuLevel1:visited {
				background:#dddddd url(../../eximg/plusBox.gif) no-repeat 2px 5px;
				display:block;
				margin:1px 0px 0px 0px;
				padding:2px 5px 2px 14px;
				color:#7f7f7f;
				text-decoration:none;
			}
			#SchoolRecord1_tdDegreeList a.menuLevel1:hover {
				color:#ffffff;
				font-weight:bold;
				background:#9dc760 url(../../eximg/plusBox.gif) no-repeat 2px 5px;
			}
			#SchoolRecord1_tdDegreeList a.menuLevel1Open:link, #SchoolRecord1_tdDegreeList a.menuLevel1Open:active, #SchoolRecord1_tdDegreeList a.menuLevel1Open:visited {
				background:#dddddd url(../../eximg/plusBox.gif) no-repeat 2px -66px;
				display:block;
				margin:1px 0px 0px 0px;
				padding:2px 5px 2px 14px;
				color:#7f7f7f;
				text-decoration:none;
			}
			#SchoolRecord1_tdDegreeList a.menuLevel1Open:hover {
				color:#ffffff;
				font-weight:bold;
				background:#9dc760 url(../../eximg/plusBox.gif) no-repeat 2px -66px;
			}
		
		/*	QDF Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#qdf_FrameQDF {
			margin:0px 0px 0px 0px;
			width:270px;
			height:236px;
		}
		#qdfHolder {
			width:270px;
		}
			#qdfHolder .sideHolder {
				margin:12px 0px 0px 0px;
				width:270px;
				background:url(../../eximg/sideNav_mid_light.gif) repeat-y;
				display:table;
			}
			#qdfHolder .sideBottom {
				width:270px;
				height:20px;
				background:url(../../eximg/sideNav_bottom_light.gif) no-repeat bottom;
			}
			#qdf {
				width:240px;
				background:url(../../eximg/qdf_top_light.gif) no-repeat;
				padding:11px 5px 0px 25px;
				margin-top:10px;
				height:210px;
			}
			
			#qdf select {
				width:225px;
				margin-left:10px;
			}
			
			div#qdf2_UpdatePanel1 {
					margin-left:20px;
					margin-top:10px;
			}
			#qdf h1 {
				color:#c78c39;
				font-size:14px;
				margin:0px 0px 12px 10px;
				padding:0px;
				border:0px;
			}
			#qdf h2 {
				color:#c45959;
				font-size:13px;
				margin:3px 0px 3px 10px;
			}
			#qdf .dropDownHolder {
				text-align:center;
			}
			#qdf .dropDownHolder select {
				font-size:13px;
			}
			#qdf p {
				margin:6px 0px 0px 0px;
			}
			#qdf a#quick_nav {
				margin:0px auto;
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainColumn Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:522px;
		float:left;
		margin:12px 0px 0px 24px;
	}
	/*	Message Header Styles - first time visitors to Browse pages
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#message_hdr {
			color:#15487d;
			background: url(../../eximg/cbtsn_header_msg_bg.jpg) no-repeat 0px 0px;
			padding:12px 0px 0px 162px;
			height:88px;
		}
		#message_hdr h3 {
			margin:0px;
			color:#ae731f;
			font-size:18px;
		}
		#message_hdr p {
			margin:2px 0px 0px 0px;
			font-weight:bold;
			font-size:14px;
		}
	/*	Express Degree Finder Wizard Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#edfHolder {
			width:522px;
			margin:0px 0px 14px 0px;
		}
			#edfHolder h1 {
				color:#659bd4;
				font-size:20px;
				line-height:20px;
				margin:0px 0px 6px 14px;
			}
			#edfHolder #edf {
				background:url(../../eximg/cbtsn_alt_edf.gif) no-repeat;
				margin:0px;
				padding:0px;
				width:522px;
			}
				#edfHolder #edf h1 {
					color:#a20000;
					font-size:24px;
					line-height:28px;
					margin:0px 0px 6px 0px;
					padding:0px;
				}
				#edfHolder #edf .altContent {
					padding:120px 14px 0px 14px;
				}
	/*	Express Degree Finder middleNavDegrees Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#middleNavDegreesHolder #degreeType {
			padding:8px 0px 0px 210px;
			margin:0px;
			color:#ae731f;
		}
			#middleNavDegreesHolder #degreeType a:link, #middleNavDegreesHolder #degreeType a:visited {
				color:#b14343;
				text-decoration:none;
				font-weight:bold;
				font-size:16px;
			}
			#middleNavDegreesHolder #degreeType a:hover, #middleNavDegreesHolder #degreeType a:active {
				color:#84b143;
			}
			.middleNavDegreesBottom {
				background:url(../../eximg/middleNavBottom.gif) no-repeat bottom;
				height:12px;
				width:522px;
				margin:10px 0px 0px 0px;
			}
		#middleNavDegrees {
			margin:0px 0px 0px 20px;
			top:16px;
			position:relative;
			height:250px;
			overflow-y: auto;
			overflow-x: hidden;
			width:502px;
		}
		#middleNavDegrees a.choices:link, #middleNavDegrees a.choices:active, #middleNavDegrees a.choices:visited {
			width:auto;
			color:#84B143;
			background: none;
			padding:2px 4px;
			margin:0px;
			text-decoration:none;
			font-size:13px;
			font-weight:bold;
		}
		#middleNavDegrees a.choices:hover {
			background: #84B143 none;
			color:#ffffff;
		}
		#middleNavDegrees div.choicesMain {
			width:240px;
			float:left;
			margin:0px 1px 0px 0px;
			display:table;
		}
		#middleNavDegrees div.choicesSub {
			padding:0px 0px 10px 10px;
		}
			#middleNavDegrees a.choicesMain:link, #middleNavDegrees a.choicesMain:active, #middleNavDegrees a.choicesMain:visited {
				width:228px;
				color:#ffffff;
				background: #525252 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
				padding:2px 0px 2px 12px;
				margin:0px;
				text-decoration:none;
				font-size:14px;
				display:block;
			}
			#middleNavDegrees a.choicesMain:hover {
				background: #84B143 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
			}
			#middleNavDegrees a.choicesSub:link, #middleNavDegrees a.choicesSub:active, #middleNavDegrees a.choicesSub:visited {
				color:#7a4c09;
				text-decoration:none;
				font-size:11px;
			}
			#middleNavDegrees a.choicesSub:hover {
				background:#84B143;
				color:#ffffff;
			}
		#middleNavDegrees a.backButton:link, #middleNavDegrees a.backButton:active, #middleNavDegrees a.backButton:visited {
			float:left;
			color:#84B143;
			padding:2px 4px;
			text-decoration:none;
			font-size:13px;
			font-weight:bold;
		}
		#middleNavDegrees a.backButton:hover {
			background: #b14343 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
		}
		#middleNavDegrees h2 {
			margin:0px 0px 1px 0px;
			padding:4px 8px;
			color:#ffffff;
			background:#525252;
			width:465px;
		}
	/*	END Express Degree Finder middleNavDegrees Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
	/*	Express Degree Finder middleNavPrograms Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#middleNavPrograms {
			margin:0px 0px 0px 20px;
			top:16px;
			position:relative;
			height:250px;
			width:502px;
		}
		#middleNavPrograms a.choices:link, #middleNavPrograms a.choices:active, #middleNavPrograms a.choices:visited {
			width:228px;
			float:left;
			color:#ffffff;
			background: #525252 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
			padding:2px 0px 2px 12px;
			margin:0px 0px 1px 1px;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
		}
		#middleNavPrograms a.choices:hover {
			background: #84B143 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
		}
		#middleNavPrograms div.choicesMain {
			width:240px;
			float:left;
			margin:0px 1px 0px 0px;
			display:table;
		}
		#middleNavPrograms div.choicesSub {
			padding:0px 0px 10px 10px;
		}
			#middleNavPrograms a.choicesMain:link, #middleNavPrograms a.choicesMain:active, #middleNavPrograms a.choicesMain:visited {
				width:228px;
				color:#ffffff;
				background: #525252 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
				padding:2px 0px 2px 12px;
				margin:0px;
				text-decoration:none;
				font-size:14px;
				display:block;
			}
			#middleNavPrograms a.choicesMain:hover {
				background: #84B143 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
			}
			#middleNavPrograms a.choicesSub:link, #middleNavPrograms a.choicesSub:active, #middleNavPrograms a.choicesSub:visited {
				color:#7a4c09;
				text-decoration:none;
				font-size:11px;
			}
			#middleNavPrograms a.choicesSub:hover {
				background:#84B143;
				color:#ffffff;
			}
		#middleNavPrograms a.menuLevel1:link, #middleNavPrograms a.menuLevel1:active, #middleNavPrograms a.menuLevel1:visited {
			width:228px;
			float:left;
			color:#ffffff;
			background: #376fab url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
			padding:2px 0px 2px 12px;
			margin:0px 0px 1px 1px;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
		}
		#middleNavPrograms a.menuLevel1:hover {
			background: #b14343 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
		}
		#middleNavPrograms h2 {
			margin:0px;
			padding:0px;
			color:#659BD4;
		}
	/*	END Express Degree Finder middleNavPrograms Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	/*	Express Degree Finder middleNav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#middleNav {
			margin:0px 0px 0px 20px;
			top:40px;
			position:relative;
			height:250px;
			width:502px;
		}
		#middleNav a.choices:link, #middleNav a.choices:active, #middleNav a.choices:visited {
			width:228px;
			float:left;
			color:#ffffff;
			background: #525252 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
			padding:2px 0px 2px 12px;
			margin:0px 0px 1px 1px;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
		}
		#middleNav a.choices:hover {
			background: #84B143 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
		}
		#middleNav div.choicesMain {
			width:240px;
			float:left;
			margin:0px 1px 0px 0px;
			display:table;
		}
		#middleNav div.choicesSub {
			padding:0px 0px 10px 10px;
		}
			#middleNav a.choicesMain:link, #middleNav a.choicesMain:active, #middleNav a.choicesMain:visited {
				width:228px;
				color:#ffffff;
				background: #525252 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
				padding:2px 0px 2px 12px;
				margin:0px;
				text-decoration:none;
				font-size:14px;
				display:block;
			}
			#middleNav a.choicesMain:hover {
				background: #84B143 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
			}
			#middleNav a.choicesSub:link, #middleNav a.choicesSub:active, #middleNav a.choicesSub:visited {
				color:#7a4c09;
				text-decoration:none;
				font-size:11px;
			}
			#middleNav a.choicesSub:hover {
				background:#84B143;
				color:#ffffff;
			}
		#middleNav a.menuLevel1:link, #middleNav a.menuLevel1:active, #middleNav a.menuLevel1:visited {
			width:228px;
			float:left;
			color:#ffffff;
			background: #376fab url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
			padding:2px 0px 2px 12px;
			margin:0px 0px 1px 1px;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
		}
		#middleNav a.menuLevel1:hover {
			background: #b14343 url(../../eximg/arrow_brown.gif) no-repeat 4px 5px;
		}
		#middleNav h2 {
			margin:0px;
			padding:0px;
			color:#659BD4;
		}
	/*	END Express Degree Finder middleNav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/*	introText Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #introText {
			margin:0px 0px 0px 0px;
		}
			#mainCol #introText h1 {
				color:#659bd4;
				font-size:30px;
				line-height:32px;
				margin:0px 0px 10px 0px;
			}
			#mainCol #introText h2 {
				color:#525252;
				font-size:16px;
				line-height:18px;
				margin:0px 0px 0px 7px;
			}
			#mainCol #introText p {
				font-size:14px;
				color:#525252;
				margin:0px 0px 24px 7px;
			}
	/*	leadText Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #leadText {
			margin:0px 0px 0px 0px;
		}
			#mainCol #leadText h1 {
				color:#659bd4;
				font-size:25px;
				line-height:27px;
				margin:0px 0px 6px 12px;
			}
			#mainCol #leadText h2 {
				color:#ae731f;
				font-size:16px;
				line-height:16px;
				margin:0px 0px 0px 12px;
			}
			#mainCol #leadText h3 {
				font-size:14px;
				line-height:14px;
				margin:0px 0px 0px 0px;
			}
			#mainCol #leadText h4 {
				color:#659bd4;
				font-size:16px;
				line-height:19px;
				margin:4px 0px 8px 12px;
			}
			#mainCol #leadText p {
				font-size:12px;
				color:#525252;
				margin:10px 0px 0px 0px;
			}
			#mainCol #leadText .boxContent {
				width: 497px;
				margin:0px auto 6px auto;
				padding:12px;
				border:1px solid #dddddd;
				background:#f7f7f7;
				display:table;
			}
	
	/*	AlphaPaging Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.alphaHolder {
			background:#525252;
			padding:6px 8px;
			margin:0px 0px 8px 0px;
			text-align:center;
			color:#bababa;
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:11px;
		}
			.alphaHolder a:link, .alphaHolder a:active, .alphaHolder a:visited {
				color:#ffffff;
				font-weight:bold;
				padding:0px 3px;
			}
			.alphaHolder a:hover {
				background:#84b143;
				color:#ffffff;
			}
		#currentAlphaHolder {
			background:#376fab;
			padding:4px;
			text-align:center;
			margin:3px 6px;
			color:#ffffff;
			font-weight:bold;
		}
		a#Schools1_hplOther:link, a#Schools1_hplOther:active, a#Schools1_hplOther:visited {
			color:#b14343;
			background: url(../../eximg/arrow_brown.gif) no-repeat 0px 50%;
			padding:0px 0px 0px 8px;
		}
		a#Schools1_hplOther:hover {
			color:#4386b1;
		}
	
	/*	browseResults / degreeMatch Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#browseResults {
			margin:0px;
			padding:3px 0px 10px 0px;
			border:1px solid #dddddd;
			background:#f7f7f7;
		}
			#mainCol #browseResults .degreeMatch {
				width:506px;
				margin:0px auto 0px auto; padding:3px 6px 3px 6px;
				background:#f7f7f7;
				display:table;
			}
			/*	degreeMatch Header Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#mainCol #browseResults .degreeMatchHeader {
					width:494px;
					background:#376fab;
					padding:6px;
					display:table;
				}
					#mainCol #browseResults .degreeMatchHeader h1 {
						font-size:16px;
						margin:0px;
						color:#ffffff;
						font-family:Georgia, Times New Roman, Times, Serif;
						float:left;
						width:368px;
					}
					#mainCol #browseResults .degreeMatchHeader h1 span {
						font-family:Verdana, Arial, Helvetica, Sans-Serif;
						font-size:9px;
						color:#c1dfff;
						font-weight:normal;
					}
					#mainCol #browseResults .degreeMatchHeader .schoolLogoHolder {
						float:left;
					}
					#mainCol #browseResults .degreeMatchHeader a.schoolLogo {
						width:120px;
						height:40px;
						display:block;
						background-repeat: no-repeat;
						background-color:#ffffff;
						background-position:50% 50%;
						margin:0px 6px 0px 0px;
					}
			#mainCol #browseResults .degreesHolder {
				border:1px solid #4386b1;
			}
				
			/*	Browse Results List Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#mainCol #browseResults ul  {
					list-style:none;
					margin:6px 0px; padding:0px;
				}
				#mainCol #browseResults ul li {
					margin:0px 0px 2px 0px; padding:0px;
				}
			/*	Browse Results Link Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				/* light style */
				#mainCol #browseResults a.light:link, #mainCol #browseResults a.light:active, #mainCol #browseResults a.light:visited {
					width:398px;
					display:block;
					color:#1b4d82;
					background:  url(../../eximg/arrow_listing00.gif) no-repeat 0px 0px;
					padding:3px 94px 3px 12px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
				}
				#mainCol #browseResults a.light:hover {
					color:#ffffff;
					background:#84b143 url(../../eximg/arrow_listing00.gif) no-repeat 0px -102px;
					font-weight:bold;
				}
				/* dark style */
				#mainCol #browseResults a.dark:link, #mainCol #browseResults a.dark:active, #mainCol #browseResults a.dark:visited {
					width:398px;
					display:block;
					color:#1b4d82;
					background:#e3e2e2  url(../../eximg/arrow_listing00.gif) no-repeat 0px 0px;
					padding:3px 94px 3px 12px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
				}
				#mainCol #browseResults a.dark:hover {
					color:#ffffff;
					background:#84b143 url(../../eximg/arrow_listing00.gif) no-repeat 0px -102px;
					font-weight:bold;
				}
					#mainCol #browseResults span.info {
						display:none;
					}
			
	/*	searchResults Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#pnlNoResults {
			padding:0px 0px 20px 0px;
		}
			#pnlNoResults p {
				padding:0px 0px 0px 16px;
			}
			#pnlNoResults strong {
				color:#15487d;
			}
			#pnlNoResults a:link, #pnlNoResults a:active, #pnlNoResults a:visited {
				color:#b14343;
			}
			#pnlNoResults a:hover {
				color:#4386b1;
			}
		
		#searchResults {
			margin:0px;
			padding:3px 0px 10px 0px;
			border:1px solid #dddddd;
			background:#f7f7f7;
		}
			#mainCol #searchResults .searchMatch {
				width:506px;
				margin:0px auto 0px auto; padding:3px 6px 3px 6px;
				background:#f7f7f7;
				display:table;
			}
			/*	searchMatch Header Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#mainCol #searchResults .searchMatchHeader {
					width:494px;
					background:#376fab;
					padding:6px;
					display:table;
				}
					#mainCol #searchResults .searchMatchHeader h1 {
						font-size:16px;
						margin:0px;
						color:#ffffff;
						font-family:Georgia, Times New Roman, Times, Serif;
					}
					#mainCol #searchResults .searchMatchHeader h1 span {
						font-family:Verdana, Arial, Helvetica, Sans-Serif;
						font-size:9px;
						color:#c1dfff;
						font-weight:normal;
					}
					/* */
					#mainCol #searchResults a.header:link, #mainCol #searchResults a.header:active, #mainCol #searchResults a.header:visited {
						width:408px;
						display:block;
						color:#1b4d82;
						background: #e3e2e2 url(../../eximg/arrow_listing01.gif) no-repeat 0px 17px;
						padding:3px 92px 3px 6px;
						font-family:Verdana, Arial, Helvetica, Sans-Serif;
						text-decoration:none;
					}
					#mainCol #searchResults a.header:hover {
						color:#ffffff;
						background:#84b143 url(../../eximg/arrow_listing01.gif) no-repeat 0px -85px;
						text-decoration:none;
					}
						#mainCol #searchResults a.header span.degree {
							text-decoration:underline;
							display:block;
							padding:0px 0px 2px 0px;
							font-size:16px;
							color:#000000;
							font-family: Georgia, Times, Times New Roman, Serif;
							font-weight:bold;
						}
						#mainCol #searchResults a.header span.school {
							font-family:Verdana, Arial, Helvetica, Sans-Serif;
							font-size:9px;
							color:#525252;
							padding:0px 0px 2px 0px;
							display:block;
						}
			#mainCol #searchResults .degreesHolder {
			}
			#mainCol #searchResults .degreesHolder p.description {
				margin:2px 6px;
				font-size:12px;
			}
			#mainCol #searchResults .degreesHolder p.viewAll {
				text-align:right;
				margin:0px 6px 0px 0px;
			}
			/*	Search Results List Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#mainCol #searchResults ul  {
					list-style:none;
					margin:6px 0px; padding:0px;
				}
				#mainCol #searchResults ul li {
					padding:0px 0px 2px 0px; margin:0px;
					behavior: url("css/IEFixes.htc");
				}
					
			/*	Search Results Link Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				/* light style */
				#mainCol #searchResults a.light:link, #mainCol #searchResults a.light:active, #mainCol #searchResults a.light:visited {
					width:402px;
					display:block;
					color:#1b4d82;
					background: url(../../eximg/arrow_listing00.gif) no-repeat 0px 0px;
					padding:3px 94px 3px 12px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
					text-decoration:none;
				}
				#mainCol #searchResults a.light:hover {
					color:#ffffff;
					background:#84b143 url(../../eximg/arrow_listing00.gif) no-repeat 0px -102px;
					font-weight:bold;
					text-decoration:none;
				}
				/* dark style */
				#mainCol #searchResults a.dark:link, #mainCol #searchResults a.dark:active, #mainCol #searchResults a.dark:visited {
					width:402px;
					display:block;
					color:#1b4d82;
					background:#e3e2e2  url(../../eximg/arrow_listing00.gif) no-repeat 0px 0px;
					padding:3px 94px 3px 12px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
					text-decoration:none;
				}
				#mainCol #searchResults a.dark:hover {
					color:#ffffff;
					background:#84b143 url(../../eximg/arrow_listing00.gif) no-repeat 0px -102px;
					font-weight:bold;
					text-decoration:none;
				}
					#mainCol #searchResults a span.degree {
						text-decoration:underline;
						display:block;
						padding:0px 0px 2px 0px;
					}
					#mainCol #searchResults a span.school {
						font-size:11px;
						color:#000000;
						padding:0px 0px 2px 0px;
						display:block;
					}
	/*	collegeMatch Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #searchResults .collegeMatch {
			width:506px;
			margin:0px auto 0px auto; padding:3px 6px 3px 6px;
			background:#f7f7f7;
			display:table;
		}
			#mainCol #searchResults .collegeMatch .collegeHolder {
				margin:8px 0px 0px 0px;
			}
			#mainCol #searchResults .collegeMatch .schoolLogoHolder {
				float:left;
			}
				#mainCol #searchResults .collegeMatch a.schoolLogo {
					width:240px;
					height:80px;
					display:block;
					background-repeat: no-repeat;
					background-color:#ffffff;
					background-position:50% 50%;
					margin:0px 6px 0px 0px;
					border:1px solid #dddddd;
				}
				#mainCol #searchResults .collegeMatch a.schoolLogo span {
					display:none;
				}
			#mainCol #searchResults .collegeHolder .schoolDescriptionHolder {
				float:left;
				width:246px;
			}
			#mainCol #searchResults .collegeHolder p.description {
				margin:0px 0px 6px 0px;
				font-size:12px;
			}
			#mainCol #searchResults .collegeHolder p.viewAll {
				margin:0px 0px 4px 0px;
			}
		/*	searchMatch Header Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#mainCol #searchResults .collegeMatch a.header:link, #mainCol #searchResults .collegeMatch a.header:active, #mainCol #searchResults .collegeMatch a.header:visited {
				width:408px;
				display:block;
				color:#1b4d82;
				background: #e3e2e2 url(../../eximg/arrow_listing01.gif) no-repeat 0px 2px;
				padding:3px 92px 3px 6px;
				font-family:Verdana, Arial, Helvetica, Sans-Serif;
				text-decoration:none;
			}
			#mainCol #searchResults .collegeMatch a.header:hover {
				color:#ffffff;
				background:#84b143 url(../../eximg/arrow_listing01.gif) no-repeat 0px -100px;
				text-decoration:none;
			}
				#mainCol #searchResults .collegeMatch a.header span.school {
					text-decoration:underline;
					display:block;
					padding:0px 0px 2px 0px;
					font-size:16px;
					color:#000000;
					font-family: Georgia, Times, Times New Roman, Serif;
					font-weight:bold;
				}
			
		

	/*	Page Number Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.pageBrowser {
			background:#525252;
			padding:3px 0px;
			color:#ffffff;
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:12px;
		}
			.pageBrowser a:link, .pageBrowser a:active, .pageBrowser a:visited {
				color:#dddddd;
				padding:0px 2px;
			}
			.pageBrowser a:hover {
				color:#ffffff;
				background:#84b143;
				padding:0px 2px;
			}
		.resultsCount {
			background:#376fab;
			margin:3px 7px;
			padding:4px 0px;
			text-align:center;
			color:#ffffff;
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:12px;
			font-weight:bold;
		}


	/*	inquiryForm Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #inquiryFormHolder #FormTopTextPane {
			margin:0px 12px 10px 12px;
		}
		#mainCol #inquiryFormHolder #FormPane  {
			background:#F7F7F7;
			border:1px solid #dddddd;
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:11px;
			padding:10px 0px 0px 0px;
			color:#895710;
		}
	/*	privacyMessage Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#privacyMessage {
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:11px;
			color:#ae731f;
			margin:10px;
		}

		


/*	-------------------------------------------------------------
	Footer Styles 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer {
		clear:both;
		width:820px;
		padding:10px 0px 0px 0px;
		margin:0px 0px 20px 0px;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
		font-size:10px;
		color:#a0a0a0;
	}
	#footer a {
		margin:0px 0px 0px 16px;
	}
	#footer a.footerText:link, #footer a.footerText:active, #footer a.footerText:visited {
		color:#84b143;
	}
	#footer a.footerText:hover {
		color:#b04242;
	}
	#footer img {
		vertical-align:top;
		top:-7px;
		position:relative;
	}
