/* @override http://localhost:8888/base/styles/LocalPrint.css */

/* LocalScreen.css - Local style specification for Home/About/Contact etc. Web pages */

/* @group Base Styles */

/* Override style defaults */

.bodyText ul {
	margin-top: -10px;
}

.bodyText ul li {
	margin-top: 5px;
}

/* @end Base Styles */

/* @group List Styles */

.sitemap ul {
  padding-left: 20px;
  list-style-type: circle;
}

li ul {
	margin-top: 5px;
}

/* @end List Styles */

/* Home Page Banner Styles */

#b1, #b2, #b3, #b4, #b5 {
	font-size: 48px;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-top: 0;
}

#b2 {
	color:black;
	margin-top:-25px;
	line-height: 100%;
}

#b3 {
	font-size: 38px;
	margin-top:-60px
}

#b4 {
	font-size: 30px;
	margin-top:-40px
}

#b5 {
	font-size: 24px;
	font-weight: normal;
	margin-top:-40px
}

/* Other Local Styles */

tr {
	margin-top: 40px;
}