@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(//themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(//themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxoUt79146ZFaIJxILcpzmhI.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(//themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(//themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format("woff"); }

/* CSS Document */
.channelDiv {    
    max-height: 450px; 
		padding: 0px;
		height:expression( this.scrollHeight > 400? "400px" : "auto" );
		overflow:scroll;
		overflow-y:auto;
		overflow-x:hidden;
		
		line-height: 22px;
}	
h1, h2, h3 {
	font-size: 14px;
	font-weight: bold;
}
.warEagleBlue {
	color: #03244d;
}
.warEagleOrange {
	color: #dd550c;
}
.restrictHeightTo400px {
	height: 400px;
}
.channelDiv ul {
	padding-left: 8px;
}
.channelDiv li {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 13px;
	line-height: 22px;
	background: white url(http://www.auburn.edu/oit/images/bulletSquare.gif) no-repeat left 5px; 
	list-style-type: none;  
	padding:0px 0px 0px 15px; 
	margin:0px;
}

/****** No Height Restrictions *******/
.channelDiv2 ul {
	padding-left:10px;
}
.channelDiv2 li {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 13px;
	background: white url(http://www.auburn.edu/oit/images/bulletSquare.gif) no-repeat left 5px; 
	list-style-type: none;  
	padding:0px 0px 0px 8px; 
	margin:0px;
	line-height: 22px;
}
