body {
	margin: 0 auto;
	text-align: center;
	background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background-image: url(images/mainbg-comparison.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#header {
	margin: 0 0 15px 0;
	background: url(images/top-logo-comparison.gif);
	height: 156px;
}
#menu {
	margin-left: 7px;
	width: 881px;
	padding: 7px 0px;
	font-weight: bold;
	border-top: solid 1px orange;
	border-bottom: solid 1px orange;
}
#menu a{
	padding: 10px;
}
#content {
	margin: 25px 25px;
	float: left;
	padding-left: 10px;
	width: 850px;
	background: white;
}
#content2 {
	margin: 15px 25px;
	float: left;

	width: 850px;
	background: white;
}
#nav {
	background-color: #ff9901;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	margin: 0 0 -2 0;
	float: left;
	width: 165px;
	padding: 10px 0 30px 0;
}
#nav h5 {
	font-size: 14px;
	margin: 0 10px;
}
#nav li{
	margin: 0 10px 10px -15px;
}
#footer {
	clear: both;
/*	background: url(images/down.jpg); */
	height: 24px;
}
a {
	color: #900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: red;
}

#wrapper #content, #wrapper #nav {
	float: left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#programs li{
	margin: 10px;
}
#programs a{
	color: darkblue;
}
#programs a:hover{
	color: orange;

}
h1 {
	color: #ff6600;
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 3px;

}
h2 {
	color: #ff6600;
	font-size: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
}
h3 {
	color: #ff6600;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 30px;


}
blockquote.quote {
	border: solid 1px;
	background-color: #FFFF99;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 30px;

}
blockquote.testimonial {
	border: solid 1px;
	background-color: #FFFF99;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: auto;
}
blockquote.testimonial h4{
	margin-top: 5px;	
}
blockquote.testimonial img{
	margin-top: 5px;
}
blockquote.testimonial p{
	margin-top: 0px;
	margin-bottom: 10px;
}
blockquote p.author {
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
font-style: italic;

}
blockquote.testimonial img.center {
	margin-bottom: 15px;
}
blockquote.testimonial img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}