/* CSS Document */
* { 
margin: 0;
}
body {
	background: url(images/southcoastcollege.jpg) no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

#main {
	position: absolute;
	left: 37px;
	top: 199px;
	width: 330px;
	color: #000000;
}
#main ul {
	margin-left:0px;
	_margin-left:35px;
}
#formSet {
	float: right;
	position: absolute;
	top: 210px;
	left: 390px;
	background-color: #f1f1f1;
	border: 3px solid #38718c;
	padding: 5px;
	visibility: visible;

}
.programLi {
	padding-top: 15px;
	padding-left: 25px;
	list-style-type: none;
	font-weight: bold;
}
.b {
	font-weight: bold;
	color: #38718c;
	font-size: 14px;
}
.locations {
	padding-left: 0px;
}

.locationsLi {
	list-style-type: none;
	padding-left: 20px;
}

