/* Print Structure =====*/
html {
	width: 100%;
}

body {
	background: white;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	line-height: 22px;
	width: 95%;
}

img {
	border: 0;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

a:link {
	color: #00F;
	text-decoration: underline;
}

a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #F00;
	text-decoration: none;
}

/* Elements to hide from print =====*/
.demonav, .subnavcol, .subnavcolinterior, .banner, .ezpaydemo {
	display: none;
}

/* Restyled Elements =====*/
.logoezpay a {
	color: #000;
	text-decoration: none;
}

.logofooter a {
	color: #000;
	text-decoration: none;
}

.footer a {
	color: #000;
	text-decoration: none;
}

/* Default Elements =====*/
/* Text Styles =====*/
p {
	margin: 0 0 15px 0;
}

	.testimonialclient {
		font-weight: bold;
		color: #00356b;
		margin-bottom: 0;
	}
	
	.testimonialschool {
		font-size: 12px;
		color: #0153a6;
		margin-bottom: 0;
	}

.underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	padding: 0 10px 10px 0;
}

.imageFloatRight {
	float: right;
	padding: 0 0 10px 10px;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #00356b;
	margin: 0 0 10px 0;
	line-height: 30px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #0153a6;
	margin: 0 0 10px 0;
	line-height: 25px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #2b5f48;
	margin: 0 0 10px 0;
	line-height: 25px;
}
