@import url("PampasStyleSheet.css");
#LeftColumnContainer {
	background-color: #A9400D;
	height: 401px;
	width: 302px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#CenteredContainerEntireWidth {
	height: 2500px;
	background-color: #A9400D;
	margin-left: auto;
	margin-right: auto;
}
.CenteredWelcomePage {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 15px;
}
.MenuLinkBox {
	padding-top: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
}
.BlackBorderForSpace {
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
