body {
	background-color:#ffffff;
	/*margin-top: 22px; This was the original value. Why you'd put this in, I don't know.*/
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right: 16px;
	text-align: center;
}



div#container {
	position: relative;
	width: 945px;
	min-width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	background-Color: #ffffff;	
}

div#main_container {
        float: left;
	position: relative;
	width: 945px;
	min-width: 945px;
	min-height: 100px;
	text-align:left;
	margin: 0;
	padding: 0;
	background-Color: #ffffff;	
	background-image:url(../navimages/border-right_menu.gif);
	background-repeat:repeat-y
	
}

/*
div#main_container a:link {	
	color: #990033;
	text-decoration: none;
}


div#main_container a:hover {	
	color: #990033;
	text-decoration: none;
}


div#main_container a:visited {	
	color: #990033;
	text-decoration: none;
}*/


div#main_liquid_container {
        float: left;
	position: relative;
	width: 100%;
	min-width: 100%;
	min-height: 100px;
	text-align:left;
	margin: 0;
	padding: 0;
	background-Color: #ffffff;	
}

.selected {
	background-Color: #666666;
}

div#top_container {
	float: left;
	position: relative;
	width: 945px;
	height: 145px;	
	background-color: #ffffff;
;
}

div#logo {
	float: left;
	position: relative;
	width:145px;
	height:97px;
}

div#top_tools {
	float: right;
	position: relative;
	width:500px;
	margin: 0 0 0 300px;
	padding-top: 15px;
	border-top: 8px solid #990033;
	background-Color: #ffffff;
}

div#top_tools_interior {
	float: right;
	position: relative;
	width:275px;
	margin: 0 0 0 525px;
	padding-top: 15px;
	border-top: 8px solid #990033;
	background-Color: #ffffff;
}

div#top_tools_links {
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.63em;
	font-weight: bold;
	color: #000000;	
	width:500px;
	height:35px;
        margin: 0;
	padding: 0;
	background-Color: #ffffff;
}

div#top_tools_links ul {
	padding: 11px 0 0 28px;
	margin: 0 0 0 5px;	
	z-index:100;	
}
	
div#top_tools_links li {
	float:left;
	position:relative;
	padding: 0;	
	list-style-type:none;
	z-index:100;
}
	
div#top_tools_links a {	
	text-decoration: underline;
	color: #000000;
}

div#top_tools_links a:visited {	
	text-decoration: underline;
	color: #000000;
}

div#top_tools_exp_search {
	float: left;
	position: relative;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.69em;	
	font-weight: bold;
	color: #000000;
	width:275px;
	height:52px;
        margin: 0;
	padding: 0;
	background-Color: #ffffff;
}

div#top_tools_explore {
	float: left;
	position: relative;
	width:275px;
        margin: 0;
	padding: 0 0 8px 0;
	background-Color: #ffffff;
}

div#top_tools_explore ul {
	padding: 0;
	margin: 5px 0 0 0;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */	
	z-index:100;	
	}
div#top_tools_explore li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	margin: 0 3px 0 0;	
	z-index:100;
	}	

.radio_text {	
	padding: 5px 0 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;	
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}

* html .radio_text {	
	padding: 0;
	margin: 0 0 0 -5px;
	background-color: #ffffff;
}

.tools_text {
	width: 80px;
	margin: 5px 0 0 0;
	padding: 2px 0 0 0;
	text-align: right;
	background-color: #ffffff;
}

* html .tools_text {
	width: 80px;
	margin: 8px 0 0 0;
	padding: 5px 0 0 0;
	text-align: right;
}

div#top_tools_explore form {
	margin: 0;
	padding: 0;
}

div#top_tools_explore select {
	margin: 0;
	padding: 0;
	font-size:10px;	
}

div#top_tools_search ul {
	padding: 0 0 5px 0;
	margin: 4px 0 0 0;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */	
	z-index:100;	
	}
div#top_tools_search li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	margin: 0 3px 0 0;
	z-index:100;
	}

div#top_tools_search form {
	margin: 0;
	padding: 0;
}

div#top_tools_search input {
	margin: 0;
	padding: 0;
	font-size:10px;	
}

div#top_tools_search a {
	text-decoration: none;
	color: #000000;
}

div#top_tools_login {
	float: left;
	position: relative;
	text-align: right;
	width:225px;
	height:62px;
        margin: 0;
	padding: 0;
	background-Color: #ffffff;
}

div#top_tools_login form {
	text-align: right;
	margin: 0;
	padding: 0;
}

div#top_tools_login input {
	margin: 0;
	padding: 0;
	font-size:9px;	
}

div#top_tools_login ul {
	padding: 5px 20px 0 0;
	margin: 0;	
	z-index:100;	
}
	
div#top_tools_login li {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.63em;	
	font-weight: bold;
	list-style-type:none;
	padding: 0 0 10px 0;
	z-index:100;
}

div#top_nav {
	float: left;
	position: relative;
	margin-top: 10px;
	width:945px;
	height:20px;
}

div#left_container {
	float: left;
	position: relative;
	width:144px;
/*	height:488px;*/
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	vertical-align:top;
}

div#left_nav_image {
	float: left; /*	this is the original*/
	position: relative;
	width:144px;	
 	text-align: center;
}

div#left_nav {
	float: left;
	position: relative;
	width:144px;
	/*height:160px;*/
	margin: 10 0 0 0;
	/*margin: 0 0 0 0; original*/
	padding: 0; 
	background-image: url(../navimages/logo_son.gif);
	background-repeat: no-repeat;
}

div#left_nav ul {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	font-weight: bold;
	text-align: right;
	padding: 0 3px 0 0;
	margin: 0;	
	z-index:100;	
}
	
div#left_nav li {	
	list-style-type:none;
	padding: 8px 0 8px 0;
	z-index:100;
}


div#left_nav a {
	color: #666666;
	text-decoration: none;
}

div#left_nav a:hover {
	color: #990033;
	text-decoration: none;
}

div#homepage_left_top_image {
	float: left;
	position: relative;
	width:144px;
	/*height:171px;  original value*/
	height:160px;
	text-align: center;
	vertical-align: middle;
}

div#homepage_left_bottom_image {
	float: left;
	position: relative;
	width:144px;
	/*height:157px;  original value*/
	height:145px;
	text-align: center;
	vertical-align: bottom;	
}

div#homepage_container {
	float: left;
	position: relative;
	width:801px;
	min-height:488px; 
	background-color: #ffffff;
}

* html div#homepage_container {
	float: left;
	position: relative;
	width:801px;
	height:188px; 
	background-color: #ffffff;
}

div#homepage_bottom_container {
	float: left;
	position: relative;
	width:801px; 
	background-color: #ffffff;
}

div#homepage_main_image {
        float: right;
        position: relative;
	width:778px;
	height:287px;
}


div#inner {
	margin: 0; 
	width: 100%;
}

div#news_events_container {
	width: auto;
	float: left;
	margin: 10px 0 0 0;
	background: #ffffff url("../images/news_background.jpg") repeat-y; /* center column colour */  	
	z-index:10;
}

div#news_events_container > div#inner { border-bottom: 1px solid #ffffff; }


div#news_events {
	float: left;
	position: relative;
	margin-left: 23px;
	width:579px;
	/*min-height:187px;*/	
	background-color: #ffffff;	
	z-index: 10;	
}

* html div#news_events {
	float: left;
	position: relative;
	padding-left: 23px;
	margin-left: 0;	
	width:579px;
	height:auto;	
	background-color: #ffffff;	
	z-index: 10;	
}

table#news_events_table {
	margin: 0;
	padding: 0;
	width:579px;
	/*min-height:187px; original*/	
	background: #ffffff url("../images/news_background.jpg") repeat-y; /* center column colour */  		
	z-index: 10;	
}


table#news_events_table a:link, table#news_events_table a:visited {
	color: #990033;
	text-decoration: none;
	}


table#news_events_table a:hover {
	color: #990033;
	text-decoration: none;
	}


div#news_events_title {
	float: left;
	position: relative;
	margin: 18px 0 0 0;
	padding: 0 0 0 10px;
	width:569px;
	height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0875em;	
	line-height: 1.575em;
	font-weight: bold;
	color: #ffffff;
	background-color: #990033;
	z-index: 100;	
}

* html div#news_events_title {
	width:579px;	
}

.news_title {
        float: left;
        position: relative;
	width:170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.175em;	
	font-weight: bold;
	margin: 0 0 1px 0;
	padding: 0;
}

div#news_events_bottom_more {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width:579px;
	height:16px;
	background-Color: #ffffff;
}

td#more_image1 {
	text-align: right;
	padding: 0 8px 0 0;
	margin: 0 0 0 0;
	width:184px;
	min-height:15px;	
}

* html td#more_image1 {
	width:193px;
}

td#more_image2 {	
	text-align: right;
	padding: 0 8px 0 0;
	width:184px;
	min-height:15px;	
}

* html td#more_image2 {
	width:192px;
}

td#more_image3 {	
	text-align: right;
	padding: 0 8px 0 0;
	margin: 0 -25px 0 0;	
	width:184px;
	min-height:15px;
}

* html td#more_image3 {
	width:193px;
}

td#news_events_col1 {
	margin: 0;	
	padding: 0 5px;
	width:181px;
	min-height:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.69em;	
	color: #000000;
	z-index: 100;
	vertical-align: top;		
}

* html td#news_events_col1 {
	height:120px;
	width:193px;	
}	

td#news_events_col2 {
	margin: 0 0 0 3px;
	padding: 0 5px;	
	width:180px;
	min-height:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.69em;
	color: #000000;		
	z-index: 100;
	vertical-align: top;		
}

* html td#news_events_col2 {
	height:120px;
	width:193px;		
}

td#news_events_col3 {
	margin: 0 0 0 0;
	padding: 0 5px;	
	width:182px;
	min-height:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.69em;
	color: #000000;		
	z-index: 100;	
	vertical-align: top;
	
}

* html td#news_events_col3 {
	height:120px;
	width:193px;
	margin: 0 -21px 0 0;		
}

div#homepage_right_bottom_image {
        float: right;
        position: relative;
        text-align: right;
	margin: 18px 5px 0 0; 
	padding: 0;
	width:169px;
	height:169px;
	background-color: #ffffff;	
}	

* html div#homepage_right_bottom_image {
	margin: 18px 2px 0 0; 
	padding: 0;
}

div#liquid {
	float: left;
	width:80%;
}

div#interior_main_container {
	float: left;
	position: relative;	
	width:574px;
	margin: 0 0 0 26px;
	min-height:120px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	color: #000000;
	z-index: 100;	
	background-Color: #ffffff;
}

div#interior_main_container img {
	padding: 0 0 0 15px;
}

div#right_content {
	float: right;
	position: relative;	
	width:175px;
	min-height:80px;
	color: #000000;	
	z-index: 100;	
	background-Color: #ffffff;

}

div#right_content a {
	color: #990033;
	text-decoration: none;
}


div#related_topics {
	float: left;
	position: relative;	
	width:175px;
	min-height:160px;
	margin: 10 0 10px 0;
	padding: 0 0 10px 0;
	color: #000000;	
	z-index: 100;	
	background-Color: #cccccc;
}

* html div#related_topics {
	height: 160px;
}

div#related_topics ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;	
	font-weight: bold;
	width:160px;
	margin: 0;
	padding: 5px 0 0 8px;
	list-style-type:none;
	color: #666666;	
}

div#related_topics ul li ul {
	margin: 0;
	padding: 0;
}

div#related_topics ul li ul li {
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.56em;	
	font-weight: normal;        
        color: #000000;	
	list-style-type:none;
	margin: 5px 0 0 0;
	padding: 0 0 3px 8px;
        background-image: url(../navimages/bullet.gif);
		/*background-image: url(../images/related_more.jpg);*/
        background-repeat: no-repeat;
        background-position: 0 0;	
}

* html div#related_topics ul li ul li {
	margin: 0;
	padding: 0 0 2px 8px;	
}


div#news_events_interior_title {
	float: left;
	position: relative;	
	width:165px;
	min-height:37px;
	margin: 0;
	padding: 0 0 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;	
	line-height: 37px;
	font-weight: bold;
	color: #990033;	
	border: 1px solid #000000;
	z-index: 100;	
	background-Color: #ffffff;
}

* html div#news_events_interior_title {
	float: left;
	position: relative;	
	width:175px;
	height:37px;
	padding: 0 0 0 8px;	
}	

.news_item_title {
	width:157px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;	
	color: #000000;
}

.more {
	height: 16px;
	width:100%;
	text-align: right;
	background-color: #ffffff;
	margin:5px 0 10px 0;
	padding:0;
}

div#news_item {
	float: left;
	position: relative;	
	width:157px;
	padding: 5px 8px 0 8px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	min-height:20px;
	margin: 0;
	font-family: serif;
	font-size:0.69em;		
	color: #000000;
	background-Color: #ffffff;	
}

* html div#news_item {
	height:20px;
	width:173px;
	padding: 5px 8px 0 8px;	
}	

div#interior_breadcrumbs {
	float: left;
	position: relative;	
	width:100%;
	margin: 0 0 5px 0;
	padding:0;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.81em; 
	/*line-height: 1.11em; This one works*/
	line-height: 1.81em;
	color: #666666;	
	z-index: 100;	
	background-Color: #ffffff;
	border-bottom: 1px solid #CCCCCC;
}


div#interior_breadcrumbs ul {
	padding: 0;
	margin: 0;	
	z-index:100;	
}
	
div#interior_breadcrumbs li {
	float:left;
	position:relative;
	padding: 0 5px 0 0;	
	list-style-type:none;
	z-index:100;
}

	
div#interior_breadcrumbs a {	
	text-decoration: none;
	color: #990033;
}
/*My additional stuff(as opposed to all the changes I've made) starts here, I think*/



div#right_content_3rdtier {
	float: right;
	position: relative;	
	width:185px;
	min-height:120px;
	color: #000000;	
	z-index: 100;	
	background-Color: #ffffff;
}


div#callout_right {
	float: right;
	position: relative;
	width:250px;
	/*min-height:150px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 10px 20px;
	padding: 20px 20px 20px 20px;
	z-index: 100;
	background-color: #FFFFFF;
	border-style:solid;
	border-width: 1px;
	border-color: #990033;
	background-image: url(../navimages/quotation-mark.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	letter-spacing: 1px;
	font-style: italic;
	line-height: 2.0;
}

div#island_right {
	float: right;
	position: relative;	
	width:175px;
	min-height:60px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #000000;	
	z-index: 100;	
	background-Color: #cccccc;
}

* html div#island_right {
	height: 60px;
}

div#island_right ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;	
	font-weight: bold;
	width:160px;
	margin: 0;
	padding: 5px 0 0 8px;
	list-style-type:none;
	color: #333333;	
}

div#island_right ul li ul {
	margin: 0;
	padding: 0;
}

div#island_right ul li ul li {
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	font-weight: normal;        
    color: #000000;	
	list-style-type:none;
	margin: 5px 0 0 0;
	padding: 0 0 3px 8px;
        background-image: url(../navimages/bullet.gif);/*This is the bullet for the unordered lists*/
        /*background-image: url(../images/related_more.jpg);*//*This is the bullet for the unordered lists*/
       background-repeat: no-repeat;
        background-position: 0 0;	
}

* html div#island_right ul li ul li {
	margin: 0;
	padding: 0 0 2px 8px;	
}

div#island_right a {
	color: #000000;
	text-decoration: underline;
}



div#contact_island {
	float: right;
	position: relative;	
	width:165px;
	min-height:37px;
	margin-left: 0px;
	padding: 0 0 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	line-height: 25px; 
	font-weight: bold;
	color: #666666;	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;	
	z-index: 100;	
	background-Color: #ffffff;
}

* html div#contact_island {
	float: left;
	position: relative;	
	width:175px;
	height:37px;
	padding: 0 0 0 8px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #666666;

}	

.contact_island_title {
	width:157px;
	padding: 0;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #000000;
}


div#contact_island_item {
	float: right;
	position: relative;	
	width:157px;
	padding: 0px 8px 0 8px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	min-height:20px;
	margin: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;		
	color: #000000;
	background-Color: #ffffff;	
	
}

* html div#contact_island {
	height:20px;
	width:173px;
	padding: 5px 8px 0 8px;	
	margin-left: 8px;
}	




.section_title {
	color:#666666; 
	font-size: 10px; 
	font-weight:normal;
	padding:0 0 2 0;
	margin:0;
	
}


.head {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.875em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 0;
	/*width: 574px;*/ 
	color: #990033;
	/*background-color: #ffffff;*/	

}

.sub_head {
	/*float:left;*/
	/*position:relative;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	padding: 0 0 2 0;
	margin: 0 0 5px 0;
/*	width: 574px;*/
	color: #990033;
	background-color: #ffffff;	

}


/*NULL is a class for graphic elements which have a link attached. Use this with a <span> so that the graphic does not acquire a text decoration when linked or hovered over. */
/*div#null {  
	text-decoration: none;
	border-bottom: none;
	margin: 0px;
	}
	
div#null a:link, {
	text-decoration: none;
	border-bottom: none;
	color: white;
}

div#null a:hover  {
	text-decoration: none;
	border-bottom: none;
	color: white;
}

div#null: a:visited   {
	text-decoration: none;
	border-bottom: none;
	color: white;
}
*/
.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
/*	width: 574px;*/
	color: #4997E9;
	background-color: #ffffff;	

}

.main {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12 px;	
	color: #000000;
	font-weight: normal;
}

.main a:link, .main a:visited, .main a:hover {	
	color: #990033;
	text-decoration: none;
}


.main ul a:link, .main a:visited, .main a:hover {
	color: #990033;
	text-decoration: none;
}

.main ol a:link, .main a:visited, .main a:hover {
	color: #990033;
	text-decoration: none;
}


.cutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;	
	color: #000000;
	font-weight: normal;
}


.underline_maroon {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px solid #990033;
	padding: 2 0 2 0;
	margin: 2 0 2 0;/*new on Nov 22*/
	font-size: 12px;
}

.underline_grey {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12 px;
	color: #000000;
	border-bottom: 1px solid #666666;
	padding: 2 0 2 0;
	margin: 2 0 2 0;/*new on Nov 22*/
	text-align: center;
/*	line-height: 4px;*/
}

.underline_gold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12 px;
	color: #000000;
	border-bottom: 1px solid #ffcc66;
	padding: 2 0 2 0;
	margin: 2 0 2 0;/*new on Nov 22*/
	text-align: center;
	line-height: 4px;
}

.faculty_phone { /*apply to contact info table cells on faculty pages*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12 px;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #666666;
	padding-bottom: 4px;
	padding-left: 45px;
	background-image:url(../navimages/icon_phone.jpg);
	background-repeat:no-repeat;
}

.faculty_e-mail { /*apply to contact info table cells on faculty pages*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12 px;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #666666;
	background-image:url(../navimages/icon_e-mail.jpg);
	background-repeat:no-repeat;
	padding-top: 15px;
	padding-bottom: 4px;
	padding-left: 45px;
}



.UC_SUBHEAD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.degrees {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

/*My additional stuff(as opposed to all the changes I've made) ENDS here. */





div#third_tier_main_container {
	float: left; /*- this is the original*/
 	position: relative;	
	width:766px;/*one more pixel, and IE6 moves this box down below the menu*/
	margin: 0 0 0 26px;
	min-height:120px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	color: #000000;	
	z-index: 100;	
	background-Color: #ffffff;
	background-position: left;
	background-repeat: repeat-y;
	
}



div#third_tier_main_container a:link {	
	color: #990033;
	text-decoration: none;
}

div#third_tier_main_container a:hover {	
	color: #990033;
	text-decoration: none;
/*	border-bottom: 1px solid;*/
}

div#third_tier_main_container a:visited {	
	color: #990033;
	text-decoration: none;
}


div#third_tier_content { 
}
/*This is the usual container for third level content. After building 100s of pages with it in,
I found that the pages were more stable without it, and that the breadcrumb trail appeared 
in a consistent fashion. So rather than painfully edit 100s of pages, I took out all the attributes of this style*/

/*	float: left;
	position: relative;
	width:765px;
	margin: 0;
	padding: 0 10px 0 0;
	min-height:120px;
	z-index: 100;
	background-Color: #ffffff;
	left: 1px;
	top: -19px;
*/




div#footer {
	float: right;
/*	position: relative; - this is the original*/
/*	float: left;
	padding: 150px;
	position: absolute; these 3 lines are new*/
	border-top: 2px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.69em;	
	font-weight: normal;
	text-align: center;	
	color: #666666;	
/*	width:942px; - this is the original*/
	width:775px;
	height:43px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
/*	background-color: #ffffff; - this is the original*/
}

div#footer a {	
	color: #666666;	
	text-decoration: none;
}

div#footer a:hover {	
	color: #990033;
	text-decoration: none;
}

/*-------------------------------------*/
/* Menu Style */

/* the horizontal menu starts here */
div#listmenu {
	width:945px; /* makes the div full width */
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;	/* SET FONT-SIZE HERE. Original was .65 em */
	font-weight: normal; /*Original was bold*/
	color: #ffffff;
	background-color:#ffffff; /* colors the div */
	margin-top:0;  /*TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	z-index:100;
	}
	
div#listmenu ul {
	width: 945px;
	padding: 0;
	margin: 0;
	z-index:100;	
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#990033; /*sets the background of the menu items */
	z-index:100;
	}
div#listmenu li:first-child {
	z-index:100;
	}

div#listmenu li.first_child {
	padding: 0 1px 0 0;
	margin: 0;
}

div#listmenu li.last_child {
	padding: 0 0 0 1px;
	margin: 0;
}

div#listmenu li:hover {	
	background-color:#990033; /*sets the background of the menu items */
	z-index:100;
	}
div#listmenu li a {
	display:block;
	padding:3px 24px 3px 25px; /*creates space each side of menu item's text. Original was 5px 9px 5px 9px. First we had
	 3px 23px 3px 23px. Then we added Communities. 3px 17px 3px 16px; Then we removed Advance Your Nursing Career. 3px 28px 3px 29px;, Then we changed Communities to Community Development. Then we changed Community Development to Community Partnerships*/
	text-decoration:none;	 /* removes the underlining of the link */
	color: #ffffff;	/* sets the type color */
	z-index:100;
	}
div#listmenu a:hover {
	background-color: #666666;
	color: #ffffff;
	}
/* the menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0;
	z-index:100; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-right:0; /* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	left:-1px; /*aligns the drop exactly under the menu */
	top: 17px;
	}
div#listmenu ul li ul li {padding:0;
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #990033; /*  three sides of each drop-down item */
	border-bottom:1px solid #990033;
	border-right:1px solid #990033;}
div#listmenu ul li ul li a {padding:1px .5em;}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #990033; /*the top edge of the dropdown */
	z-index:100;
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	position:absolute;
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	margin: 0; /* IE doubles the given value above - why? */

	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul {
  left:9.85em;
  voice-family: "\"}\"";
  voice-family:inherit;
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
}

/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */
#container #main_container #interior_main_container div table tr td {
	text-align: left;
}
#container #main_container #interior_main_container table {
	text-align: left;
}

