body {
color : #000000;
background :#ffffff;
font-family : Arial, Times, serif;
font-size :12pt;
}
/*avoid break page after table*/
table {
    page-break-after: avoid;
}
a{
text-decoration : underline;
color : #0000ff;
}
EM{
    font-style: italic;
}

STRONG{
    font-weight: bold;
}

/*remove header*/
#header{
display:none;
}
/*remove header navigation*/
#navigation-wrapper{
display:none;
}
/*remove search box*/
.search-wrapper{
display:none;
}
/*remove footer navigation*/
#footer{
display:none;
}
/*remove ads*/
#adsense-bluebanner {
	display:none;
}
#adsense-rectangle-article {
display:none;
}
#advertising-top {
display:none;
}
#adsense-vertical{
display:none;
}
.adsense-vertical {
display:none;
}
/*remove facebook like button*/
#school_overview .SchoolOverviewInfoView{
display:none;
}
#school_overview .ads{
display:none;
}
/* show map*/
#map {
	page-break-before: always;
	width:580px;
	height:400px;
	border:solid 1px #000;
	margin-top:10px;
	clear:both;
}
#map-legend {
	background:#D0D0D0;
	width:580px;
	margin-bottom:5px;
}
#map-legend UL, #map-legend LI {
	margin:0;
	padding:0;
}
#map-legend UL {
	margin:4px 0 4px 80px;
}
#map-legend LI {
	list-style:none;
	padding:0 0 0 35px;
}
/*remove street view*/
#school_overview #street_view{
display:none;
}
/*show feature_school bottom*/
#featured_partner {
	width:580px;
	text-align:center;
}
#featured_partner_school {
	width:189px;
	float:left;
	text-align:center;
}
/*show feature_school right*/
#school-list UL {
	list-style:none;
}
#school-list LI {
	display:inline-block;
	list-style:none;
}
#school-list IMG {
	text-align:center;
	background:#FBFBFB;
	border:1px solid #BBBFC2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:5px;
}
#school_overview #secondary-content{
width:190px;
}
#school_overview #secondary-content div.content-section{
display:none;
}
#school_overview #secondary-content ul {
	list-style:none;
}













