@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul li {
	list-style-image: url(images/check-blue.jpg);
	margin-left: -15px;
}

img {
	border: 0px;
}

a {
	color: #000;
	font-weight: bold;
}

.header {
	background-image: url(images/head-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 87px;
}

.maincontent {
	background-image:url(images/content-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 0px;
	padding-top:0px;
	font:Arial, Helvetica, sans-serif;
}

.footer {
	background-image: url(images/footer.jpg);
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
}

.copyright {
	font-size: 11px;
	color: #666;
	text-align: center;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #903;
}

.pagetitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #903;
	text-align:center;
}

.center {
	text-align: center;
}

.testimonials {
	text-align:justify;
}

.right {
	text-align: right;
	font-weight: bold;
	color: #C00;
	font-style:italic;
}