body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	font-size: 0.75em;
	text-align: center;
}

div, td, p { 
	text-align: left; 
	margin: 0; 
	vertical-align: top; 
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #00467f;
	font-weight: normal;
}

.copy ul {
	margin-left: 0;
	padding-left: 1.3em;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }

a {  
	text-decoration: none;
	color: #00477f;
}
a:visited { color: #639ec8; }
a:hover { 
	color: #333; 
	text-decoration: underline;
}

/* reusable classes - specify type for further control */
.floatleft { float: left; }
.floatright { float: right; }

img.floatleft { margin: 0 10px 10px 0; }
img.floatright { margin: 0 0 10px 10px; }

#container  {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header {
	width: 900px;
	height: 120px;
	overflow: hidden;
	background: url('images/logo_chis.gif') no-repeat;
	background-position: 0 0;
	text-align: right;
	color: #639ec8;
	font-size: 0.9em;
}

div#footer {
	width: 900px;
	background: #00477f;
	padding: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}

div#footer a, div#footer a:hover, div#footer a:visited {
	color: #fff;
	padding: 0 2px 0 2px;
}

div#logo { text-align: right; width: 900px; padding-top: 24px; }

#searchform {
	margin: 15px 0;
	float: right;
	text-align: left;
}

input#search {
	border: 1px solid #999999;
	width: 135px;
	height: 20px;
	padding: 0;
	margin: 0;
	color: #00477f;
	vertical-align: middle;
}

input#submit {
	height: 22px;
	width: 30px;
	border: 1px solid #999999;
	background: #badbf4;
	color: #00477f;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

input.bordered {
	border: 1px solid #999999;
}

#flashcontent, #need_statistic  {
	margin: 3px 0 6px 0;
}

#news_container {
	width: 293px;
}

#news {
	width: 286px;
	height: 268px;
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #00477f;
	margin: -5px 0 -2px 1px;
	text-align: right;
	overflow: hidden;
}

#news_more {
	width: 275px;
	padding-right: 4px;
	text-align: right;
	font-size: 0.9em;
}	
#news_more a { text-decoration: underline; text-transform: uppercase; }

.news_blurb { padding: 2px 10px 10px 10px; font-size: 0.95em; }
.news_date { font-size: 0.8em; padding: 5px 10px 0 10px; }

.news_wrapper {
	position: absolute;
	height: 205px;
	width: 280px;
	top: 210px;
}

.news_wrap {
	position: absolute;
	width: 280px;
	top: 210px;
}

#sub_banner { margin: 10px 0 0 0; height: 147px; overflow: hidden; }

#content { 
	width: 900px;
	vertical-align: top;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #f0f8fc url('images/bg_sub.gif') top repeat-x; 	
}

#leftnav {  
	width: 140px;
	background: transparent;
}

#middle {
	width: 714px;
	background: #f0f8fc url('images/bg_sub.gif') top repeat-x; 	
	_float: left;  /* this is necessary to work on IE6 */
}

#rightnav {
	width: 186px;
}

.copy {
	min-height: 650px;
	margin-left: 140px;
	background: #ffffff;
	padding: 10px;
}

.feature_box {
	margin: 20px 0 0 11px;
	width: 163px;
}

.feature_box_content {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #00477f;
	padding: 0 11px 0 11px;
	background: #fff;
	margin: -4px 0 0 0;
}

.feature_box_content h1, .feature_box_content h2, .feature_box_content h3 {
	padding-top: 0; margin: 0;
}

div.subheader {
	color: #fff;
	font-weight: bold;
	width: 140px;
	background: #00477f;
}

div.subheader .section {
	padding: 5px;
}

#leftnav ul {
	list-style-type: none;
	margin: 0; // 0 10px 0 0;
	padding: 0;
}

#leftnav ul li {
	border-bottom: 1px dotted #00477f;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}

#leftnav ul li.selected {
	background-color: #FFF;
}

.smallcontent {
	padding: 0 16px 16px 16px;
	background: #fff;
	margin: 0 0 0 0;
	font-size: 0.9em;
}

.normalcontent {
	padding: 0 16px 16px 16px;
	background: #fff;
	margin: 0 0 0 0;
	font-size: 1.0em;
}

.boldcontent {
	background: #fff;
	margin: 0 0 0 0;
	font-size: 1.05em;
	font-weight: bold;
}

.warning { font-size: 100%; font-weight: bold; COLOR: #660000; }

.pubBody p { margin: 12px 0px 12px 0px; }
