body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/backGrad.png);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	height:auto;
	margin: 0 auto;
} 
#menu {
	height:auto;
	width:919px;
	padding-bottom:10px;
}
#mainContent {
background:none;
}

#content {
	width:919px;
	height:auto;
	background:none;
	text-align:justify;
	padding:10px;
}

#leftBoxImage {
width:425px;
float:left;
}

#leftBox {
	width:425px;
	float:left;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}


#rightBoxHeader {
	background-color:#87b5e1;
	clear:right;
	float:right;
	width:486px;
}

#rightBoxContent {
	background-color:#FFFFFF;
	clear:right;
	float:right;
	width:486px;
	}
	
#testimonial {
	background-color:#FFFFFF;
	clear:right;
	float:right;
	width:466px;
	padding-left:10px;
	padding-right:10px;
}

#testNav {
	background-image:url(images/testBack.png);
	background-repeat:repeat-y;
}

#footer { 
	width:919px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	clear:both;
	background:none;
}

/* Miscellaneous classes for reuse */

.testImage {
	float:left;
	clear:left;
	margin:0px;
	border:none;
	padding-right:10px;
	
}

.round {
	position:relative;
	border-bottom:0px;
	line-height:0px;
	z-index:2;
	border:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img.header {
padding-bottom:10px;
border:0px;
padding-top:none;
}

img.title {
margin-left:10px;
}

img {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border:none;
}


/*CONTENT STYLES*/

p.content {
font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	margin-left:10px;
	margin-right:10px;
}

hr.content {
	color:#000000;
	width:420px;
}

.testimonials {
	border:none;
	margin-left:4px;
}

p.testType {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left:3px;
	padding-right:3px;
}

a {
text-decoration:none;
color:#999999;
}

a:hover {
text-decoration:underline;
color:#666666;
}


/*FOOTER STYLES*/

p.footer {
	clear:both;
	color:#000000;
	font-size:7pt;
	text-align:center;
}

p.copy {
	font-size:6pt;
}

a.mduo {
	color:#0066CC;
	text-decoration:none;
}

a.mduo:hover {
	color:#003399;
	text-decoration:none;
}

ul {
border:none;
}

li {
text-align:center;
list-style:none;
font-size:7pt;
display:inline;
}

table {
background-color:#FFFFFF;
border:none;
clear:right;
}

table.testMenu {
background:none;
border:none;
}






<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.round {
	position:relative;
	border-bottom:0px;
	line-height:0px;
	z-index:2;
	border:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img.header {
padding-bottom:10px;
border:0px;
padding-top:none;
}

img.title {
margin-left:10px;
}


/*CONTENT STYLES*/

p.content {
font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	margin-left:5px;
	margin-right:5px;
}

hr.content {
	color:#000000;
	width:420px;
}

.testimonials {
	border:none;
	margin-left:4px;
}


/*FOOTER STYLES*/

p.footer {
	clear:both;
	color:#000000;
	font-size:7pt;
	text-align:center;
}

p.copy {
	font-size:6pt;
}

a.mduo {
	color:#0066CC;
	text-decoration:none;
}

a.mduo:hover {
	color:#003399;
	text-decoration:none;
}

ul {
border:none;
}

li {
text-align:center;
list-style:none;
font-size:7pt;
display:inline;
}

table {
background-color:#FFFFFF;
border:none;
}

table.testMenu {
background:none;
border:none;
}


</style>
<![endif]#container #mainContent {
	position: relative;
	width: auto;
}
