body {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top: 15px;
	text-align: center;
	background-color: #000099;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 830px;
	margin: auto;
	margin-top: 10px;
	background-image: url(images/top-bk.gif);
	background-position: center;
	background-repeat: none;
	height: 35px;
}
#middle {
	min-width: 730px;
	max-width: 1000px;
	_width: 730px;
	margin: auto;
	margin-top: 30px;
	padding: 10px 15px 15px 10px; 
	background-color: white;
	text-align: left;
	border: 9px double black;
}

#footer { 	
	width: 830px;
	margin: auto;
	margin-top: 0px;
	background-image: url(images/bottom-bk.gif);
	background-position: center;
	height: 28px;
	/* border: 1px solid green; */
}

#left-stripe, #right-stripe {
	background-color: #FFFF00;
	width: 5px;
	height: 100%;
	z-index: -1;
}
#left-stripe {
	position: absolute;
	top: 0;
	left: 10px;
}
#right-stripe {
	position: absolute;
	right: 10px;
	top: 0;

}
.img-left {
	float: left;
	clear: left;
	margin: 5px;
}
.img-right {
	float: right;
	clear: right;
	margin: 5px;
}
.red-text {
	color: red;
}
.call-to-action {
	width: 100%;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: red;
	font-size: medium;
}
.action-call {
	margin: auto;
	margin-top: -5px;
	width: 49%;
	text-align: left;
	float: left;
	padding-left: 10px;
}
.action-form {
	width: 49%;
	margin: auto;
	float: right;
}
.center {
	margin: auto;
	text-align: center;
}
.trng-home-button {
	float: right;
	clear: right;
	margin-top: 0px;
}