@charset "UTF-8";
#centerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #263372;
	background-image: url('../_images/back_stretch.gif');
	background-repeat: repeat-y;
	background-position: left;
	width: 760px;
	margin: auto;
	
}
#centerBody {
	background-image: url('../_images/center_back.gif');
	padding: 80px;
	background-repeat: no-repeat;
	min-height:400px;	
}
.title {
	width:auto;
	background-image:url('../_images/swoosh.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding:50px;
	padding-left:0px;
	padding-top:65px;
	height:200px;
	font-size:16px;
	font-weight:900;
	color:#990000;
	text-transform:uppercase;
}
#content {
	padding-left:20px;
}
#content td {
	color: #263372;
}
#bottom {
	width:760px;
	height:32px;
	margin:auto;
	background:url('../_images/bottom.gif');
}
h3 {
	font-size:12px;
}
#topPhone {
	text-align:right;
	font-size:12px;
	font-style:italic;
	padding-right:12px;
}