/* CSS Document */

/*2 col layout on Current Opportunities page*/
#content span{
	color: #bb0f09;
	font-weight: bold;
	}

ul.opRequired{
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px;
	}
html>body ul.opRequired{
	margin-left: 30px;
	}

ul.opRequired li{
	list-style: square;
	padding: 2px 2px;
	}

ul.opRequired li.header{
	font-size: 1.4em;
	font-weight: bold;
	color: #a38dad;
	list-style: none;
	padding-left: 0;
	margin-left: -20px;
	margin-bottom: 10px;
	}

