body {
	color: White;
	background: url(images/pageBG1.gif) top center repeat-y;
	background-color: #333333;
	font-family: Helvetica, Arial, Verdana, Geneva,  sans-serif;
	text-align: center;
	margin-top: 0;
}

div.content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: right;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: Black;
	background-color: White;
	border-bottom: 1px solid Black;
}

.navHeader {
	display: none;
}

div.pageHeader {
	display: none;
}

div.content .middle {
	display: none;
}

div.pageFeature {
	display: none;
}

h1 {
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

div.middle {
	display: none;
}

.service {
	display: none;
}

.article {
	display: none;
}

div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
	}

#footer {
	/* padding: 10px 0px 0px 10px; */
	text-align: left;
	font-size: .65em;
	/* background: url(images/middleBG1.jpg) top left repeat-x; */
	line-height: 1em;
}

#footer img {
	display: none;
}

#footer p {
	padding-left: 10px;
	padding-top: 10px;
}

.trackit {
    text-align: left;
    padding-top: 110px;
    padding-left: 270px;

}

table.standard th {
	text-align: right;
	vertical-align: top;
}

.center {
	text-align: center !important;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

table.standard {
	text-align: left;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.standard td, table.standard th, table.standard tr {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border: 1px solid white;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
}

.new {
	color: white;
	background: green;
	font-weight: bold;
}

.bottom {
	vertical-align: bottom;
}
.top {
	vertical-align: top;
}

.hidden {
	display: none;
}

.guideentry {
	margin-bottom: 1em;
	border: 1px solid white;
}

button {
	display: none;
}
