body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
p {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}
h4 {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;}

.headerbg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #CCC;
}

.headerspacer {
	background-image: url(images/headerspacer.jpg);
	background-repeat: repeat-x;
}
.headers {
	font-size: 16px;
	text-decoration: underline overline;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
.labels {
	background-color: #CCCCCC;
	border: thick solid #474C60;
	border-radius: 15px;
}

a:hover {
	color: #E2E2E2;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
.pantsborder {
	border: 12px solid #FFF;
}
.pantsborderCopy {
	border: 5px solid #FFF;
	-moz-box-shadow:    0px 1px 3px 3px #666;
  -webkit-box-shadow:   0px 1px 3px 3px #666;
  box-shadow:           0px 1px 3px 3px #666;
}
.contact {
	text-align: left;
	display: inline;
	height: auto;
	width: 500px;
}
h1 {
	font-weight: bolder;
	color: #FFF;
	background-color: #454A5D;
	padding: 5px;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
		-moz-box-shadow:    0px 1px 3px 3px #666;
  -webkit-box-shadow:   0px 1px 3px 3px #666;
  box-shadow:           0px 1px 3px 3px #666;
}
.footertxt {
	color: #FFF;
}
