/* CSS Document */
li.inside {
	list-style-position: inside;
	list-style-type: none;
    padding-bottom: 15px;
	}
p {
	margin: 0px 0px 10px;
}
#FooterText {
	top: 1650px;
}
#SubFooterText {
	top: 1700px;
}
.vertBar {
	position:absolute;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	width: 111px;
	background-image: url('images/vert_bar_and_shadow.gif');
	background-repeat: repeat-y;
	z-index: 1;
	top: 34px;
	left: 0px;
	height: 1800px;
}