/* @ Defaults */
html, body {
	margin: 0;
	padding: 0;
}
html {
	color: #696969;
	background: transparent;
	font: 1em/1em Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
* html {
	font-size: 0.7em;
	line-height: 0.7em;
}
body {
	width_: 792px;
	margin: 0 auto;
	marginX: 0 auto 10px auto;
	color: black;
	background: #ebebeb url(themes/cnh/bg-tile.jpg);
	text-align: center;
}
/*  Baseline values for browser consistency */
p, div, h1, h2, h3, h4, h5, ul, li {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
a:link, a:visited, a:active {
	color: #336699;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #993333;
	text-decoration: underline;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0.0;
	height: 0;
}
* html .clear {
	displayX: none;
	heightX: 1%;
}

.hide {
	display: none;
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.textLeft{
	text-align: left;
}
.textRight{
	text-align: right;
}
.textCenter{
	text-align: center;
}
.textSmall{
	font-size: 0.7em;
}
.bold {
	font-weight: bold;
}
/* @group PageDivs */
#bodywrap{
	width:100%;
	margin: 0 auto;
	text-align: center;
}
#pagewrap {
	width: 792px;
	padding: 0;
	margin: 0 auto;
	margin_: 0 auto;
	width_: 100%;
	padding_: 0;
	background: transparent url(themes/cnh/bg-wrap.jpg) top left repeat-y;
	text-align: left;
}
#header {
	margin: 0 24px auto 28px; /*text-align: left;*/
	border-top: 10px solid #455a6f;
	padding: 0;
	background: #b1c0cf url(themes/cnh/bg-top.jpg) repeat-x bottom left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1em;
	height: 140px;
}


#skipNav {
	width: 120px;
	position: absolute;
	top: -300px;
	left: 5px;
}
#skipNav a {
	border: 2px dotted #455a6f;
	padding: 5px 2px;
	margin-top: 5px;
	width: 100px;
	color: #981b37;
	background: #f8edee;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 20px;
}
/*.dummyIE6Fix:active, #skipNav a:active, #skipNav a:focus {top: 300px;}*/
#skipNav a:active, #skipNav a:focus {
	top: 300px;
}
#scroller{
	width: 710px;
	border: 0;
	padding: 2px 0 0 0;
	font-size: 0.9em;
	height: 18px;
	z-index: 10;
}
#scroller a, #scroller a:link, #scroller a:visited {
	padding: 1px;
	text-decoration: none;
}
#scroller strong {
	padding: 1px 2px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: overline underline;
}

#main {
	padding: 0 24px 0 28px;
	color: #666666;
	text-align: left;
}

.imgLeft {
	float: left;
	clear: left;
	left: 0;
}
.imgRight {
	float: right;
	clear: right;
	right: 0;
}

#footerBar {
	margin-top: auto;
	padding: 8px 10px 68px 44px;
	background: transparent url(themes/cnh/bg-footer.jpg) bottom left no-repeat;
	font-size: 11px;
	line-height: 24px;
	height: 110px;
}
#footerBar a {
	padding: 2px 4px 2px 4px;
	border: 1px solid #7690a9;
	color: #6f454e;
}
#footerBar a:focus,
#footerBar a:hover {
	border: 1px solid #6f454e;
	color: #fff;
	background: #a8727e;
}
.footerLeft {
	float: left;
	width: 425px;
	padding-top: 12px;
	color: #455a6f;
	line-height: 28px;
	text-align: left;
}
* html .footerLeft {
	margin-leftX: 5px;
	padding-bottomX: 0px;
	widthX: 420px;
}
.footerRight {
	float: right;
	width: 250px;
	margin-right: 28px;
	color: #455a6f;
	line-height: 22px;
	text-align: center;
}
* html .footerRight {
	margin-right: 14px;
	padding-bottomX: 0px;
	heightX: 75px;
	widthX: 220px;
}
.footerLeft a {
	color: #455a6f;
	font-size: 12px;
}
.footerRight a, .footerRight strong {
	border: 1px solid #455a6f;
	margin-bottom: 5px;
	display: block;
	color: #455a6f;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
}
.noshow {
	display: none;
	line-height: 0;
	width: 0;
	height: 0
}


#content {
	padding-top: 1px; /*color: #444;*/
	padding-top: 1px;
	font-familyX: Verdana, Arial, Verdana, sans-serif;
}
.contents p {
	padding: 0 30px 10px 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: justify;
	font-familyX: Verdana, Arial, Verdana, sans-serif;
}
* html .contents p {
	font-size: 1.4em;
}
.contents img{
	margin: 0 5px 5px 15px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #dcdcdc;
	text-align: center;
}
.contentsXX ul {
	padding-left: 25px;
	list-style: disc;
}
.contentsXX li {
	padding: 2px 4px;
}
.contentsXXX h2 {
	padding: 15px 0 5px 0;
	margin: 0;
	color: #666666;
	font: normal 22px/1.3em Arial, Verdana, sans-serif;
	text-align: left;
}
.contentsXXX h3 {
	padding: 2px 0 2px 10px;
	margin: 15px 0;
	border-left: 10px solid #7690a9;
	color: #6f454e;
	background: #edf2f8;
	font-size: 0.9em;
	line-height: 1.3em;
}
.contents .date {
	color: #999;
	font-size: 12px;
}
.contents .entries h3{
	padding: 0;
}
.contents .entries {
	padding: 0 0 30px 0;
}
.contents .entries p {
	padding: 4px 0;
}
h1, h2, h3, h4, h5 {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	margin: 10px 0;
	padding: 2px 8px;
	border-left: 10px solid #b1c0cf;
	border-right: 10px solid #b1c0cf;
	color: #455a6f;
	background: #edf2f8;
	font-variant: small-caps;
	font-size: 1.4em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-weightX: bold;
}
h2 {
	padding: 5px 20px;
	margin: 15px 10px;
	border-top: 1px dotted #f8edee;
	border-bottom: 1px dotted #f8edee;
	color: #a8727e;
	background: #fffafa;
	font-size: 1.2em;
	line-height: 1.2em;
	border-leftX: 10px solid #7690a9;
	border-leftX: 10px solid #f8edee;
	border-leftX: 2px solid #a8727e;
	border-rightX: 2px solid #a8727e;
}
h1 u, h2 u {
	font-size: 110%;
	font-weightX: bold;
	text-decorationX: underline;
	font-style: italic;
}
* html h1 {
	font-size: 200%;
	line-height: 140%;
	letter-spacing: 0;
	font-weightX:bold;
}
* html h2 {
	font-size: 140%;
	line-height: 160%;
	font-weight:bold;
}
h1 span.hinfo,
h2 span.hinfo,
h3 span.hinfo {
	float: right;
	color: #a9a9a9;
	font: normal normal 16px !important Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	padding: 0 4px 0px 4px;
	margin-top: 2px;
	background-colorX: white;
	line-height: 100%;
	border: 1px solid #dcdcdc;
	borderX-right: 1px dotted #fffafa;
	font-weight:normal;
}
span.hinfo a {
	colorX: #a9a9a9;
}

.contents ol {
	margin: 2px 75px 20px 50px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
}
* html .contents ol {
	font-size: 130%;
	line-height: 140%;
}
.contents ol li{
	margin: 10px;
}

/* @group Page Structure */
#header {
	clear: both;
}

abbr {
	cursor: pointer;
}

