body {
	margin: 0;
	padding: 0;
	font: 10pt normal Helvetica, Arial, Verdana, sans-serif;
  	color: #333333;
	text-align: center;
	background-color: #eff9fb;
	background-color: white;
}

td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
  	color: #333333;
	font-size: 10pt;
	line-height: 1.4em;
}

ul { margin-top: 0; }
li {
	list-style-image: url(/images/point.gif);
	margin-top: 0;
}

a {
	font: 10pt normal Helvetica, Arial, Verdana, sans-serif;
	color: #AD0078;
}
a:hover {
	background-color: #e1ebf4;
}

h1 { font: 23pt bold Georgia, Times, serif; color: #444444; }
h2 { font: 14pt bold Georgia, Times, serif; color: #AD0078; margin-bottom: 0; }
h3 { font: 14pt bold Georgia, Times, serif; color: #444444; margin-bottom: 0; }
h4 { font: 12pt bold Georgia, Times, serif; color: #AD0078; margin-bottom: 0; 
								margin-top: 0; }

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}


#header {
	background-image: url(/images/BGtop.jpg);
	background-repeat: repeat-x;
	width: 990px;
	height: 200px;
}

#nav {
	background-image: url(/images/BGnav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 990px;
	height: 36px;
}

#content {
	background-image: url(/images/BGcontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px solid #eff9ff;
	border-right: 1px solid #eff9ff;
	width: 988px;
	padding-right: 0px;
}
#content b { color: #555; }


#main {
	margin: 5px;
}

#footer {
	background: url(/images/BGfooter.jpg) no-repeat left top;
	width: 990px;
	height: 52px;
}
#footer_contents {
	padding: 18px 0px 0px 220px;
	font: 10pt normal Helvetica, Arial, Verdana, sans-serif;
	color: #eeeeee;
}
		
#footer a {
	color: white;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
	
#footer a:hover {
	color: #4BBDE6;
}

#nav a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 12px 10px 6px 10px;
}
#nav a:hover {
	background: url(/images/BGnav_hl.jpg) repeat-x left top;
}

#testimonial {
	width: 290px;
	margin: 14px 0;
	font: 10pt normal Helvetica, Arial, Verdana, sans-serif;
	color: white;
}
#testimonial b {
	color: #f8f8f8;
}
.testimonial_top {
	background: #0e6ea0 url(/images/BGtestimonial_top.jpg) no-repeat
								left top;
}
.testimonial_bottom {
	background: url(/images/BGtestimonial_bottom.jpg) no-repeat left bottom;
	margin: 0;
	padding: 4px;
}
.testimonial_img {
	float: left;
	border: none 0;
}

.navButton {
	float: left;
	line-height: 28px;
}
.navButtonSel {
	float: left;
	line-height: 28px;
	background: url(/images/BGnav_sel.jpg) repeat-x left top;
}

.textBox {
	margin: 5px;
}

.logo {
	width: 990px;
	height: 200px;
	border: none 0;
}

.icon {
	margin: 0;
	padding: 0;
	border: none 0;
}

.imgL {
	float: left;
	border: 0 none;
	margin: 0;
	padding: 0 5px 5px 5px;
}
.imgR {
	float: right;
	border: 0 none;
	margin: 0;
	padding: 0 5px 5px 5px;
}


.mgrImg {
	float: left;
	width: 144px;
	height: 108px;
	border: 2px solid #ffffff;
	margin: 10px 10px 8px 0;
}
.mgrImgSel {
	float: left;
	width: 144px;
	height: 108px;
	border: 2px solid #AD0078;
	margin: 10px 10px 8px 0;
}

.mgrImgWide {
	float: left;
	width: 144px;
	height: 81px;
	border: 2px solid #ffffff;
	margin: 10px 10px 8px 0;
}
.mgrImgSelWide {
	float: left;
	width: 144px;
	height: 81px;
	border: 2px solid #AD0078;
	margin: 10px 10px 8px 0;
}

.tableBorder { padding: 5px 10px; border: #1874a3 dotted 2px; }
.tableBorder h2 { margin-top: 0.2em; }

