/* CSS for the Web Bulletin Board */

.bline3 {
	font-size: 11px;
	color: #000000;
	overflow: hidden;
	margin-top: 3px;
	padding-left:1px;
	font-weight:bold;
	}	
p.bline3:first-line {
	font-weight:bold;
	}
div#bbtop {
	height: 155px;
	background: #FFF url(http://www.olemiss.edu/images_2k4/bb/fadedcrest.gif) no-repeat left top;
	border-bottom: 1px solid #d2cee5;
}

div#bbbottom {
	height: 30px;
	padding-top: 5px;
	text-align: center;
	font-size:11px;
	color:#000000;
}

div#bbheader {
	height: 20px;
	vertical-align: top;
	padding-top: 10px;
	text-align: center;
}

div#bbleft {
	width: 84px;
	height: 121px;
	vertical-align: top;
	padding-left: 30px;
	padding-top: 4px;
	float: left;
}

div#bbright {
	width:165px;
	height: 121px;
	float:right;
}

.bbstory {
	height: 200px;
	overflow:hidden;
}

.bbstory a:link, .bbstory a:visited, .bbstory a:hover, .bbstory a:active {
	font-weight:normal;
}

.topline {
	border-top: 1px solid #d2cee5;
}
.bottomline {
	border-bottom: 1px solid #d2cee5;
}