html { 
 }

body{
	display: block;
	width: 100%;
	float: left;
	color: #333333;
	background-color:#FFF;
	font-family: Arial, Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
	padding: 0px;
	z-index: 1;
}
form {
	display: block;
	width: 100%;
	float: left;
	z-index: 1;
}
/* Heading styles from Lewis U */

#middle h1, #middle h2, #middle h3, #middle h4, #middle h5 {
	margin-bottom: 0px;
}

#middle h1 {
	color: #A50000;
    font-family: Palatino,Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-weight: bold;
	margin-top:10px;
	margin-bottom: 5px;
}

#middle h2 {
    color: #A50000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
	margin-top:10px;
}
#middle h3 {
    color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
	margin-top:10px;
}
#middle h4 {
    color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
	font-style: italic;
	margin-top:10px;
}
#middle h5 {
    color: #950101;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
	margin-top:10px;
}

/* OLD heading styles (saved for backup)
h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, input, select, textarea {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-decoration: none; 
	}
*/


	body {
    background-image: url("../images/bg.jpg");
    background-position: center top;
    background-repeat: repeat-y;
    color: #333333;
    font: 12px Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
    margin: 0;
    padding: 0;
}

div.credits {
	text-align:left;
    color: #333333;
    font-family: Arial, Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 5px 5px 0px 0;
}
#pagewrapper1 {
	display: block;
	width: 100%;
	background-image: url("../images/technology_bk.png");
	background-repeat: repeat-x;
	z-index: 1;
}

#pagewrapper2 {
	display: block;
	width:830px;
	margin:0 auto;
	z-index: 1;
	}

#background {
	display:block;
	float:left;
	background-image:url("../images/contentbg_sub.png");
	background-position: top left;
	background-repeat:repeat-y;
}
	
#banner {
	float:left;
	display: block;
	width: 800px;
	height: 92px;
	margin: 0;
	margin-top: 0px;
	margin-left: 14px;
	position:relative;
	z-index: 2;
	
}

#tpnav {
	width: 800px;
	height: 35px;
	padding-top:12px;
	background-image:url("../images/navbg_sub.gif");
	background-repeat:no-repeat;
	margin-left: 14px;
}
.white {
    color: #FFFFFF;
    padding: 7px;
}
a.white {
    color: #FFFFFF;
    text-decoration: none;
}
a.white:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.white:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.whitelinklast {
    color: #FFFFFF;
    padding: 7px;
}
a.whitelinklast {
    color: #FFFFFF;
    text-decoration: none;
}
a.whitelinklast:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.whitelinklast:hover {
    background: url("../images/navitemon_end.gif") repeat scroll right center transparent;
    color: #FFFFFF;
    text-decoration: underline;
}
.whitelink {
    background: url("../images/navitembg.gif") repeat scroll right center transparent;
    color: #FFFFFF;
    padding: 7px 5px;
}
a.whitelink {
    color: #FFFFFF;
    text-decoration: none;
}
a.whitelink:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.whitelink:hover {
    background: url("../images/navitemon.gif") repeat scroll right center transparent;
    color: #FFFFFF;
    text-decoration: underline;
}
.whitelinkon {
    background: url("../images/navitemon.gif") repeat scroll right center transparent;
    color: #FFFFFF;
    padding: 7px 5px;
}
a.whitelinkon {
    color: #FFFFFF;
    text-decoration: none;
}
a.whitelinkon:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.whitelinkon:hover {
    background: url("../images/navitemon.gif") repeat scroll right center transparent;
    color: #FFFFFF;
    text-decoration: underline;
}


#bannerleft {
	display:block;
	float: left;
	position: relative;
	
	}
	
#bannerleft p {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}

#bannerright {
	display:block;
	float:right;
	position: relative;
	z-index: 999;
	height: 30px;
	width: 420px;
	margin-top:-23px;
	}
	
#bannerright p {
	margin-top:0px;
	float:right;
	padding-right:15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
	z-index: 999;
	line-height: 20px;
	}

#middle{
	
	display: block;
	width: 828px;
	float: left;
	margin: 0px;
	position: relative;
	height: auto;
	min-height: 600px;
	}

#leftpanel{
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left:14px;
	display: block;
	width:180px;
	height:auto;
	overflow:auto;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	}

#rightpanel {
	display: block;
	float:left;
	margin-left: 10px;
	margin-right: 0px;
	padding-top: 0px;
	width:550px;
	min-height:600px;
}

td.sc-coursenumber  {
	width: 80px;
}

td.sc-coursetitle  {
	width: 280px;
}

.credits {
	text-align:right;
	margin:0 0px 0 5px;
	}
	
.sc-totalcredits { 
	text-align:right;
	font-weight:bold;
	margin:10px 5px 0 5px;
	border-top:1px solid #aaa;
	}

.sidebox div.hdr {
	font-family: Arial, Helvetica,sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	padding: 0px 5px 0px 5px;
	margin-bottom:0px;
	display:none;
}


.sidebox div.sideboxbrdr ul{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	}

.sidebox div.sideboxbrdr ul a{
    color: #333;
	}

.sidebox div.sideboxbrdr ul li {
	background: url("../images/leftnavbg.gif") no-repeat scroll left bottom transparent;
    display: block;
	}

.sidebox div.sideboxbrdr ul li a{
	color: #333;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 4px 0 4px 24px;
    text-decoration: none;
    width: auto;
	}

.sidebox div.sideboxbrdr ul a:hover {
	font-weight: normal;
	color: #A50000;
	background: none;
	text-decoration: none;
}

.sidebox div.sideboxbrdr ul a:active {
	color: #A50000;
}

/*.sidebox div.sideboxbrdr {
	padding-bottom: 10px;
}*/

div.ui-dialog span.desc {
	overflow: visible;
	height:auto;
	font-size: 12px;
	
}

div.ui-dialog span.desc #main {
    font-size: 12px;
	margin:0 20px 20px 20px;
	border:none;
	height:auto;
	overflow: visible;
	margin-bottom: 10px;
}

div.ui-dialog span.desc p.boxlink a {
	padding-left: 20px;
    text-align: left;
    font-size: 13px;
	color: #A50000;
	text-decoration:none;
}

div.ui-dialog span.desc  a{
	color: #A50000;
	text-decoration: none;
}


div.ui-dialog span.desc  a:hover{
	color: #A50000;
	text-decoration: underline;
}

div.ui-dialog span.desc h3 {
	padding-left: 0px;
	text-align: left;
    font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:5px;
	
}

#breadcrumb {
	color: #A50000;
	text-align:left;
	float:left;
	display: block;
	width: 100%;
}
#breadcrumb p {
    font-size: 11px;
    color: #333;
	font-weight: bold;
}

#breadcrumb p a:link, #breadcrumb p a:visited {
	text-decoration: none;
	color: #333;
    font-size: 11px;
	font-weight: normal;

}

#breadcrumb p a:hover {
	text-decoration: underline;
	font-weight: normal;
    color: #A50000;
}

div.credits {
	font: 13px/15px Arial, Helvetica,sans-serif;
	color: #333333;
}

#sc-rightpanel-top {
	display: block;
	color: #707A47;
	padding-bottom: 5px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
}


#leftcolumn_0_txtBxTerm{
	margin-left:5px;
	width:130px;
	}
	
#sc-top-links {
	padding: 0px;
	margin-top:10px;
	text-align:right;
	clear:both;
}

span.mc_link a:link {
	font-weight: normal;
	color: #333;
}

span.mc_link a:hover {
	font-weight:bold;
	text-decoration: underline;
}


span.mc_link a:active{
	text-decoration: none;
}


#sc-parentlink, #sc-childlinks {
	float:left;
	width:100%;
}

#sc-parentlink  ul, #sc-childlinks ul  {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	width:100%;
	padding: 0px;
}

#sc-parentlink ul li p, #sc-childlinks ul li p {
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0px;
}


#sc-childlinks {
	float:left;
	width: 100%;
}

.sc-requirementsNote p {
		font-style: italic;
}	   

span.desc #main div.desc, span.desc #main div.credits  {
	height: auto;
	margin-right: 10px;
	}
	
span.desc div#main {
	margin-left: 10px;
    font-family: Arial,Geneva,Helvetica,sans-serif;
	color: #333333;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 15px 5px 15px 0;
}

div.credits {
	color: #333333;
	text-align: left;
	margin-left: 0px;
	 font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}
		
#rightpanel #main {
	color: #333;
	display:block;
	float: left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	min-height: 590px;
	clear:both;
}


.sc-ListNumber {
    list-style: decimal;
}
.sc-ListNumber2 {
    list-style: decimal;
}
.sc-ListAlpha {
    list-style: upper-alpha;
}
.sc-ListAlpha2 {
    list-style: lower-alpha;
}

div.sidebox {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	}
	
#rightpanel li{
	font-size:13px;
	}
	
#rightpanel ul li {
	list-style-type: disc;
}

#rightpanel ul li li {
	list-style-type: circle;
}

#rightpanel ul li li li {
	list-style-type: disc;
}

#rightpanel ul li li  li li  {
	list-style-type: circle;
}
	
#rightpanel ol li  {
	line-height: 15px;
}

#rightpanel ol li li {
	list-style-type: lower-alpha;
}
	

#rightpanel li a:link,
#rightpanel li a:active,
#rightpanel li a:focus,
#rightpanel li a:visited {
	color: #333;
	text-decoration: none;
}


#rightpanel li a:hover {
	color: #A50000;
	font-weight: normal;
	text-decoration: underline;
}

/*Adding styles for sc-courselink*/		
#rightpanel .sc-courselink a{
	font-size:11px;
	color: #333;
	}

#rightpanel .sc-courselink  a:link,
#rightpanel  .sc-courselink a:active,
#rightpanel .sc-courselink a:focus,
#rightpanel .sc-courselink a:visited {
	color: #333;
	text-decoration: none;
}


#rightpanel td.sc-coursenumber a:hover {
	color: #A50000;
	font-weight: normal;
	text-decoration: underline;
}

#rightpanel  #main  a:hover {
	color: #A50000;
	font-weight: normal;
	text-decoration: underline;
}
/*End new styles for sc-courselink*/	

#sc-top-links a:link, 
#sc-top-links a:active, 
#sc-top-links a:focus, 
#sc-top-links a:visited {
	text-decoration: none;
	color: #333;
    font-size: 11px;
}

#sc-top-links a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #A50000;
	font-weight: normal !important;
}

#catalog-dropdown {
	display:block;
	width: 300px;
	float:right;
	margin-top: 10px;
}

#catalog-dropdown label {
	color: #FFFFFF !important;
}

#sc-parentlink a:hover, #sc-childlinks a:hover {
	color: #A50000;
	text-decoration: underline;
}

#bannerright div.sidebox {
	display: block;
	position: relative;
	float: right;
	margin-right: 20px;
}

#bannerright  div.hdr{
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 11px;
}


#rightpanel #main h3, #rightpanel #main p.sc-SubHeading, #rightpanel #main p.sc-Subheading  {
	font-size: 14px;
	margin-top:10px;
	margin-bottom:0px;
	color: #333;
	font-weight: bold;
    line-height: 20px;
}

#rightpanel #main p.sc-SubHeading, #rightpanel #main p.sc-Subheading {
	font-size: 15px;
}

#rightpanel #main h2 {
	font-size: 18px;
    line-height: 24px;
	color: #A50000;
	margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
	font-weight:bold;
	
}

#rightpanel #main h2 a {
	font-size: 16px;
    line-height: 24px;
	color: #A50000;
	font-weight:bold;
}

#rightpanel #main h2 a:hover {
	font-size: 16px;
    line-height: 24px;
	color: #A50000;
	text-decoration: underline;
	font-weight:bold;
}

#rightpanel #main a {
    color: #A50000;
    font-family: Arial, Helvetica,sans-serif;
    font-weight: normal;
    text-decoration: none;
	font-size: 13px;
}
#rightpanel #main a:hover {
    color: #A50000;
    font-family: Arial, Helvetica,sans-serif;
    font-weight: normal;
    text-decoration: underline;
	font-size: 13px;
}
td, tr, th {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.addthis_default_style{
	padding:10px;
}

select, option, input {
	font-size: 11px;
	margin-left: 5px;
	margin-top: 3px;
}
p.sc-BodyText, p.sc-BodyTextCentered, p.bodytext, p {
	margin-top: 10px;
    margin-bottom: 0px;
}

p.sc-BodyTextNS, p.bodytextns, p.sc-BodyTextNSCentered, p.sc-BodyTextNSIndented {
	margin: 0px;
}

p.sc-BodyTextCentered, p.sc-BodyTextNSCentered {
	text-align:center;
}

p.sc-BodyTextRight, p.sc-BodyTextNSRight {
	text-align:right;
}
#rightpanel ul.sc-child-item-links li {
	list-style-type: none;
}
p.sc-BodyTextIndented, p.sc-BodyTextNSIndented{
	text-indent:20px;
}

#rightpanel ul.sc-child-item-links {
	margin-left:0px;
	padding-left:0px;
}

#rightpanel ul.sc-child-item-links li {
	list-style-type: none;
}

#rightpanel .sc-child-item-links li a:link,
#rightpanel .sc-child-item-links li a:active,
#rightpanel .sc-child-item-links li a:focus,
#rightpanel .sc-child-item-links li a:visited {
	color: #333;
	text-decoration: none;
	text-align: left;
    font-size: 11px;
}

#rightpanel .sc-child-item-links li a:hover {
	color: #A50000;
	font-weight: normal;
	text-decoration: underline;
}

#rightpanel .sc-ListBullet li {
	margin-top: 10px;
	line-height: 15px;
	color: #333333;
}


#rightpanel .sc-ListNumber li {
	margin-top: 10px;
	line-height: 15px;
	color: #333333;
}

#rightpanel #main b, #rightpanel #main strong {
	font-weight: bold;
}

#banner img {
	font-size: 0px;
	border: none;
	z-index: 1;
}

div.ui-dialog span.desc a{
	color:#A50000;
}

div.ui-dialog span.desc {
	min-width: 450px;
	min-height: 300px;
	overflow:visible;
}

div.ui-dialog {
	height:auto;
}


p.boxlink {
	display: block;
	width: 450px;
	color:#A50000;
	text-decoration:none;
}
	 
	   
#navLocal,
#navLocal ul {
	text-align:left;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	
	
}

#navLocal ul {
	text-align:left;
	width: auto;
	margin-left: 10px;
	
}

#navLocal li {
	display: block;
	width: auto;
	background: url("../images/leftnavbg.gif") no-repeat scroll left bottom transparent;
	clear: both;
	}
	
#navLocal li li {
	background: none;
}



#navLocal li span  {
	cursor:pointer;
	padding-top:4px;
	text-align:left;
	float: left;
	display:block;
}

#navLocal li span img {
	display:block;
	text-align:left;
	padding:0px;
	margin:0px;
	vertical-align: text-top;
}

	
#navLocal li a {
	margin: 0;
	color: #333;
	font-weight: normal;
	display: block;
	padding: 4px 12px 4px 24px;
	text-decoration: none;
	height: auto;
	line-height: 15px;
    border: none;
    font-size: 12px;
}
		

#navLocal li.active {
	font-weight: bold;
	color: #333;
	}

 ul#navLocal li.active a {
	font-weight: bold;

}

 ul#navLocal li.active ul a {
	font-weight: normal;

}

ul#navLocal li.active ul li.active a{
	font-weight: bold;

	
}

ul#navLocal li.active ul li.active ul a {
	font-weight: normal;

}

ul#navLocal li.active ul li.active ul li.active a {
	font-weight: bold;

}


ul#navLocal li.active ul li.active ul  li.active ul a {
	font-weight: normal;

}

ul#navLocal li.active ul li.active ul li.active ul li.active a {
	font-weight: bold;

}

ul#navLocal li.active ul li.active ul li.active ul li.active ul a {
	font-weight: normal;

}

ul#navLocal li.active ul li.active ul li.active ul li.active ul li.active a {
	font-weight: bold;

}

ul#navLocal li.active ul li.active ul li.active ul li.active ul li.active ul a {
	font-weight: normal;

}
/*
ul#navLocal li.active ul li.active ul li.active ul li.active ul li.active ul li.active a {
	font-weight: bold;

}

ul#navLocal li.active ul li.active ul li.active ul li.active ul li.active ul li.active ul a {
	font-weight: normal;

}

ul#navLocal li.active ul li.active ul li.active ul li.active ul li.active ul li.active ul li.active a {
	font-weight: bold;

}
*/
#navLocal li a:hover, #navLocal li li a:hover, #navLocal li li li a:hover, #navLocal  li li li li a:hover, #navLocal  li li li li li a:hover {
	color: #A50000;
	text-decoration: none;
}

/*Right Panel Styles*/
#rightpanel table {
	width: 500px;
}

#rightpanel td {
	max-width: 500px;
	width: auto;
	vertical-align: top;
}

#rightpanel td.sc-coursenumber  {
	text-align: left;
	width: 100px;
	
}

#rightpanel p.credits  {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#rightpanel td p.credits  {
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	margin-left:0px;
}

#rightpanel td.sc-totalcredits  {
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}

#rightpanel td.sc-coursetitle  {
	
	padding-right: 5px;
	text-align: left;
	width: 360px;
}

#rightpanel td.sc-totalcreditslabel  {
	
	text-align: left;
	font-weight: bold;
	width: 360px;
}

#rightpanel .sc-requirementsNote  {
	
	text-align: left;
	margin-top: 4px;
	font-style: italic;
}

#rightpanel #sc-childlinks ul  li, #rightpanel #sc-parentlink ul  li {
	list-style-type: none;
	font-size: 11px;
}

#sc-childlinks ul li p a, #sc-parentlink ul li p a  {
	display: block;
	line-height: 13px;
	margin-bottom: 8px;
	font-size: 11px;
}



#sc-relatedlinks {
	display:block;
	float:left;
	width: 400px;
	margin-bottom: 20px;
}


#main ul li p{
	margin-top: 0px;
}


#rightpanel ul.sc-searchPagination {
	display: inline;
	list-style-type: none;
	padding: 0px;
	
}

#rightpanel ul.sc-searchPagination li {
	display: inline;
	margin: 0px;
	padding-right: 10px;
}


span.desc div#main {
	margin-left: 10px;
	margin-right: 10px;
}

.sc-SubHeading,.sc-Subheading {
	font-size: 15px;
	margin-top:25px;
	margin-bottom:5px;
	font-weight: bold;
	font-style:	normal;
	line-height:	20px;
}

.sc-SubHeading2,.sc-Subheading2{
	font-size: 14px;
	margin-top:25px;
	margin-bottom:5px;
	font-weight: 500;
	font-style:	normal;
	color:	#333333;
	line-height:18px;
}

/*GLOBAL NAVIGATION STYLES*/

#globalnav {
	display:block;
	background-color: #333333;
    border-bottom: 1px solid #666666;
    clear: both;
	width: 100%;
	margin-left: 0px;
    margin-top: 3px;
	overflow:visible;
}

#globalnav ul.main-menu {
	display:block;
	margin: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	height: 28px;
}

#globalnav ul.main-menu li {
	display:inline;
	height: 28px;
	background-color: transparent;
	line-height: normal;
	list-style-type: none;
	float:left;
}



#globalnav ul li a {
	color: #FFFFFF;
	background-color: transparent;
	display:block;
    font-size: 1em;
    padding: 7px 9px 5px;
    position: relative;
    text-decoration: none;
	text-transform: uppercase;
}

#globalnav ul li a:hover {
	background-color: #000000;
}

/*FOOTER STYLES */

a.footer  {
	color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
	width: 100%;
	text-decoration:none;
}

a.footer:hover {
	text-decoration:underline;
}

a.ill {
	color: #A50000;
	text-decoration:none;
}

a.ill:hover {
	text-decoration:underline;
}

#footer  {
	padding-top:0px;
	color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
	width: 830px;
	clear:both;
	margin:0 auto;
}

#footer-links {
	display:block;
	margin: 0px 14px 20px 14px;
	width: 800px;

}


#footer div  p a:link, #footer p a:visited {
    color: #333333;
    text-decoration: none;
}
	
#footer div p a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #A50000;
	}

#footernav {
	display:block;
    clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#footernav ul.footerlist {
	display:block;
	margin: 0;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	height: 28px;
	-moz-padding-start:40px;
	-webkit-padding-start: 40px;

}

#footernav ul.footerlist li {
	display:inline;
	height: 28px;
	line-height: normal;
	list-style-type: none;
	float:left;
}



#footernav ul li a {
	color: #FFFFFF;
	display:block;
    font-size: 11px;
    padding: 7px 10px 5px;
    position: relative;
    text-decoration: none;
	text-transform: uppercase;
}

#footernav ul li a:hover {
	color: #333;
	text-decoration:underline;
}

#footer #footertext1 {
	display:block;
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear:both;
}

#footer #footertext1 p {
	text-align: center;
	color: #A50000;
	font-weight: bold;
}

#footer #footertext1 p a, #footer #footertext1 p a:link, #footer #footertext1 p a:visited, #footer #footertext1 p a:active  {
	color: #A50000;
	font-weight: bold;
}


#footertext1 p a:hover {
	color: #A50000;
	font-weight: bold;
	text-decoration: underline;
}

/* pop up windows */
.desc a {
	color: #A50000;
	text-decoration:none;
}

#middle h5.sc-RequiredCoursesHeading3 {
	color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
	font-style: italic;
}

div.toc {
	display: block;
	float: left;
	position:relative;
	width:100%;
}

#leftpanel, ul#navLocal, ul#navLocal li, ul#navLocal li a {
	position:relative;
	display:block;
}

#navLocal li {
	width:100%;
}


ul#navLocal li span {
	position:absolute;
	top:4px;
	z-index:10;
	padding:0px;
}


ul#navLocal li img {
	position:relative;
	z-index:10;
}


ul#navLocal li a {
	position:relative;
	z-index:1;
	
}

div.sidebox {
	display:block;
	position:relative;
	float:left;
	width:100%;
}




