@charset "UTF-8";
body {
	background-position: center top;
	background-image: url(../images/OpenRoad.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 840px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/LaunchAmerica-TopHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	background-image: url(../images/LaunchAmerica-BodyBkg.jpg);
	height: 440px;
	margin-top: 310px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding: 0px;
}
.f-left {
	float: left;
}
#float-L {
	float: left;
}
#float-R {
	float: right;
}
.f-right {
	float: right;
}
.align-L {
	text-align: left;
}
.align-R {
	text-align: right;
}
.footer {
	height: 40px;
	width: 840px;
	float: left;
}
.pdf-downloadBox {
	float: right;
	margin-top: 260px;
}
#pdf-downloadText {
	height: 20px;
	width: 120px;
	font-size: 14px;
	margin-top: 410px;
	position: absolute;
	margin-left: 540px;
}
.leftColumn {
	background-image: url(../images/LA-LColumn.png);
	background-repeat: repeat-y;
	float: left;
	height: 750px;
	width: 40px;
}
.rightColumn {
	background-image: url(../images/LA-RColumn.png);
	background-repeat: repeat-y;
	float: left;
	height: 750px;
	width: 40px;
}
.bLeftCorner {
	background-image: url(../images/LA-BLCorner.png);
	float: left;
	height: 40px;
	width: 40px;
}
.bRightCorner {
	background-image: url(../images/LA-BRCorner.png);
	float: right;
	height: 40px;
	width: 40px;
}
.bRow {
	background-image: url(../images/LA-BRow.png);
	float: left;
	height: 40px;
	width: 760px;
	background-repeat: repeat-x;
}
.leftBox {
	float: left;
	height: 280px;
	width: 310px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 30px;
	background-image: url(../images/LaunchAmerica-BkgBox.png);
	line-height: 20px;
}
.rightBox {
	float: right;
	height: 280px;
	width: 310px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 30px;
	background-image: url(../images/LaunchAmerica-BkgBox.png);
	background-repeat: no-repeat;
	line-height: 20px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.city {
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #009;
}
.moreInfo-Box1 {
	width: 180px;
	margin-top: 30px;
	color: #191919;
	font-weight: bold;
	float: left;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.moreInfo-Box2 {
	width: 180px;
	margin-top: 10px;
	color: #191919;
	font-weight: bold;
	float: left;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.logo {
	float: left;
	height: 80px;
	width: 160px;
	margin-left: 300px;
}

