/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
/* ul,ol { list-style: none; } */
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* TYPE */
html { background: #cdcdcd; }
/* body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #8d9497; background: #cdcdcd; } */
body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #5f5f5f; background: #cdcdcd; }



p { margin-bottom: 12px; }
h1 { font-weight: bold; font-size: 14px; margin-bottom: 18px; color: #0266ba; }
h2 { font-weight: bold; font-size: 12px; margin-bottom: 12px; color: #0266ba; }
h3 { font-weight: bold; font-size: 1em; margin-bottom: 12px; color: #999; }
h4 { font-weight: bold; font-size: 10px; }

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

ul, ol {
	margin-left: 25px;
}

a {
	color: #0266ba;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
#pageWrapper {
	margin: auto;
	width: 901px;
}
#headerWrapper {
	float: left;
	width: 100%;
	background: url(/img/bg-repeat-y.png) repeat-y;
	background: url(/img/bg-repeat-y-cdcdcd.png) repeat-y;
	background: url(/img/bg-repeat-y-cdcdcd.gif) repeat-y;
	display: inline;
}
#bodyWrapper {
	float: left;
	width: 100%;
	background: url(/img/bg-repeat-y.png) repeat-y;
	background: url(/img/bg-repeat-y-cdcdcd.gif) repeat-y;
	display: inline;
}
#footerWrapper {
	float: left;
	width: 100%;
	background: url(/img/bg-footer.png);
	background: url(/img/bg-footer-cdcdcd.gif) no-repeat;
	height: 20px;
	display: inline;
}

#header {
	width: 881px;
	height: 180px;
	background: url(/img/header-2.jpg) no-repeat;
	background: url(/img/header-3.jpg) no-repeat;
	background: url(/img/header-4.jpg) no-repeat;
	background: url(/img/header-6.jpg) no-repeat;
	background: url(/img/header-7.jpg) no-repeat #fff;
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #6f6f6f;
	display: inline;
}
#sidebar {
	width: 216px;
	float: left;
	margin-left: 10px;
	display: inline;
}
#body {
	width: 665px;
	float: left;
	display: inline;
}
#footer {
	padding: 15px 30px 50px 30px;
	font-size: 90%;
	text-align: center;
}
#menu {
	background: #f2f2f2;
	margin-bottom: 50px;
}
	#menu ul {
		list-style-type: none;
		padding: 0; margin: 0;
		border-bottom: 1px solid #6f6f6f;
	}
	#menu a {
		color: #444;
		display: block;
		padding: 10px 30px;
		text-decoration: none;
		border-top: 1px solid #6f6f6f;
		font-size: 11px;
		background: url(/img/spacer.gif) no-repeat 16px 16px;
	}
		#menu a.first {
			border-top: none;
		}
		#menu a.active {
			color: #0266ba;
			font-weight: bold;
			background-image: url(/img/dot.png);
		}
		#menu a.sub {
			font-size: 10px;
			border-top: none;
			padding-left: 50px;
			padding-top: 5px;
			background-position: 36px 12px;
		}
		#menu a:hover {
			background-image: url(/img/dot-2.png);
		}
		#menu a.active:hover {
			background-image: url(/img/dot.png);
		}
		
#content {
	padding: 40px 50px;
}
	#content img {
		border: 1px solid #8d9497;
		border: 0;
	}
	#content img.left {
		float: left;
		margin-right: 20px;
		display: inline;
	}
	#content img.right {
		float: right;
		display: inline;
		margin-left: 20px;
	}
	#content ul {
		margin-bottom: 12px;
	}