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

#leftcol p {
	font-size: 0.9em;
	margin-bottom: 0px;
}
#leftcol li {
	background-image: url(../images/global/star_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	list-style-type: none;
	padding-left: 12px;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#rightcol p {
	font-size: 0.9em;
	margin-bottom: 15px;
}
#rightcol li {
	background-image: url(../images/global/star_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	list-style-type: none;
	padding-left: 12px;
	font-size: .8em;
	margin-bottom: 5px;
	}

#rightcol td {
	padding: 3px;
	font-size: 0.9em;
}
#leftcol h2 {
	color: #2688b5;
	margin-top: 15px;
}
#leftcol blockquote {
	background-color: #e1e1e1;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#map {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

