@charset "utf-8";
/* CSS Document */


.NursingBoard {
	margin-bottom: 30px;
}

.NursingBoardTitle {
	font-weight: 700;
	font-size: 14px;
}

.NursingBoardContact {
	margin-top: 5px;
	font-size: 10px;
	margin-left: 20px;
}

.BoardAddress {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size:  10px;
}

STRONG {
	font-weight: 600;
}

P {
	padding-bottom: 5px;
}
UL {
	margin-left: 10px;
}
LI {
	list-style-type: square;
}
.panelHeading {
	text-decoration: none;
	width: 670px;
	height: 23px;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(/images/panelHeadingBG.jpg);
	background-repeat:repeat-x;
}
.college {
	font-weight: 700;
}
.collegeContact {
	font-style: italic;
	font-size: smaller;
}
.collegeState {
	font-size: larger;
	font-weight: 700;
	padding-bottom:2px;
}
h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-bottom: 10px;
	font-stretch: wider;
}
.intro {
	font-weight: 700;
	margin-bottom: 3px;
	display: block;
}

#SeeAlso {
	position: absolute;
	top: 400px;
	left: -15px;
	width: 200px;
	font-size: 11px; 
}

.SeeAlsoItem {
	 list-style: circle; list-style-position:inside;
	 margin-top: 4px;
}
