@charset "utf-8";
/* CSS Document */

/*Reset everything back to a baseline to help ensure maximum compatability*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family:Arial,Helvetica,sans-serif;
}
.wrap {
	width: 942px;
	margin: 20px auto;
	overflow:hidden;
}

/* Header items */
.topNav {
	text-align: right;
}
	.topNav img {
		vertical-align: bottom;
		border: none;
	}

.banner {
	/* background-image:url(/images/CHI_Banner.gif); */
	background-repeat: no-repeat;
	width:942px;
	height:93px;
}

/* Main Navigation */
.MainNav {
	background:url(/images/CHI_nav_background2.gif);
	background-repeat: repeat-x;
	height: 26px;
	border-right: 1px solid #c4c29a;
	border-left: 1px solid #c4c29a;
	clear: both;
}
	.MainNav .NavButtons {
		margin: 0 0 0 78px;
	}
		.MainNav .NavButtons ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.MainNav .NavButtons ul li {
				display: inline;
			}
	.MainNav .NavButtons img {
		height: 26px;
		vertical-align: bottom;
		border: none;
	}

/* Middle Area */
.MainContent {
	padding: 25px 18px 0 18px;
	border-right: 1px solid #c4c29a;
	border-left: 1px solid #c4c29a;
	overflow:hidden;
}

.MainRight {
	width: 672px;
	float: right;
	display:block;
	background:transparent;
}
/* Footer Items */
.Footer {
	clear: both;
	background:url(/images/CHI_footer_mainBG.gif);
	background-repeat: repeat-x;
	height: 52px;
	border-right: 1px solid #c4c29a;
	border-left: 1px solid #c4c29a;
	padding: 14px 20px 0 20px;
}
	.Footer .detail {
		border-top: solid 1px #c4c29a;
		height: 52px;
		padding: 12px 0 0 0;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
	}
		.Footer .detail a {
			color: #022550;
		}

#contentAbout .content ul
{
    margin-left:30px;
}

