html, body {
	height: 100%;
	}
	
body {
	overflow: -moz-scrollbars-vertical;
	}
	
.main {
	min-height: 100%;
	height: auto !important;
	height: 100%; /*ie*/
	}

#announcements_box {
	background: #F0F0F0;
	padding: 0 4px 0 4px;
	margin-bottom: 3px;
	}
	
.announcements_shadow {
	padding: 0;
	margin: 10px 10px 0 8px;
	}
	
#announcements_title {
	background: #ccc;
	width: 100%;
	height: 20px;
	}
	
#announcements_title h5 {
	margin: 0 0 0 10px;
	color: #990000;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	}
	
#announcements_title span {
	float: right;
	font-size: 10px;
	padding: 3px 10px;
}
	
h2.toggler {
	font-size:12px;
	line-height: 14px;
	margin: 0;
/*	padding: 2px 2px 5px 14px;*/
	text-transform: none;
	color: #000000;
/*	background: #fff url('title_bg.gif') top left repeat-x;*/
	cursor: pointer;
	}

h2.toggler a:link, h2.toggler a:visited {
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #990000;
	outline: none;
/*	background: #fff url('title_bg.gif') top left repeat-x;*/
	padding: 4px 2px 7px 16px;
}

h2.toggler a:hover, h2.toggler a:active {
/*	color: #999999;*/
}

.announce {
	margin: 0 0 0 0;
	padding: 0 3px 0 14px;
	background: #e5e3e3;
}

.entry-more-link {
	text-align: right;
	padding-right: 5px;
}

/* additional  */
.menu_list {	
	width: 100%;
}
h2 {
    background: #f0f0f0 url('http://www.usc.edu/its/private/dev/images/expand.gif') left no-repeat;
	color: #990000;
}

.announce {
  display:none;
}
.announce a {
  display:block;
  color:#990000;
}
.announce a:hover {
  color: #000000;
 }

.selected {
}
