@charset "utf-8";
/* CSS Document */

body {
	background-color: #D45121;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
hr {
	color: #333333;
	height: 1px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.ContentArea {
	width: 316px;
	height: 420px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 7px;
	overflow: auto;
	line-height: 16px;

}
.ContentAreaVideo {
	width: 340px;
	height: 420px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 7px;
	overflow: auto;
	line-height: 16px;

}
.InspNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.ContactForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
.InspNewsForm {
	width: 165px;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: auto;
	}

.quote-container {
	width: 250px;	
}
.quote-start {
	float: left;
	width: 35px;
	height: 30px;
	background: url(images/quotes-start.png) no-repeat top;
}
.quote-text {
	float: left;
	background: url(images/quotes-end.png) no-repeat right bottom;
	padding-right: 35px;
}
.quote-credits {
	padding-left: 35px;
	font-weight: bold;
}
.footer {
	/* color: #CCCCCC; */
	size: 9px;
}

