body {
	background-repeat: repeat;
	background-color: #333;
	background-image: url(Images/Graphics/background2.gif);
}
#body {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	margin: 0px;
	padding-top: 19px;
	visibility: visible;
}
.logobackground {
	background-image: url(Images/Logos/allegiant_logo_blue2.jpg);
	background-repeat: repeat-x;
}
.cream_body {
	background-color: #f6f3de;
}
.newsletter_homepage {
	background-color: #cd9933;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url(Images/Graphics/orangegradient.jpg);
	background-repeat: no-repeat;
}
.tableoutline {
	border: 1px solid #1B2360;
}
.tableoutline_sideline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1B2360;
}
.tableoutline_sidelinebottomline {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #1B2360;
	border-bottom-color: #1B2360;
}
.tableoutline_bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B2360;
}
.morepadding {
	margin-left: 10px;
}

.sidenav {
	background-color: #192360;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.body_move_left {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.body_padded {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
