@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}

.oneColFixCtr #container {
	width: 1190px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 904px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/intrepid-web-background.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.intro {
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
}

.heading {
	font-size: 12px;
	color: #EC2127;
	line-height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.textHeader {
	font-size: 12px;
	color: #EC2127;
	line-height: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
.textRed {
	font-size: 10px;
	color: #EC2127;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

.text {
	font-size: 10px;
	color: #000;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}


.footer {
	font-size: 8px;
	color: #999999;
}

p {
	margin: 0;
}

a:hover {
	color: #EC2127;
}

a {
	text-decoration: none;
	color: #000;
}
.borderColor {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

