#main {
	margin-top: 17px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding-bottom: 40px;
}


#main_content a {
	color: #00539f;
	text-decoration: none;
}
	#main_content a:hover {
		text-decoration: underline;
	}
#main_content ul {
	list-style: none;
	padding: 0px;
}
	#main_content ul li {
		padding: 0px 0px 3px 18px;
		background: url(/htdoc/images/dot.dark.gif) no-repeat 3px 5px;
	}

#article {
	width: 658px;
	float: right;
	display: inline;
	overflow: hidden;
}
#article h1.title {
	color: #00539f;
	margin: 10px 0px;
	padding-left: 21px;
	font-size: 12pt;
	font-weight: bold;
	background: url(/htdoc/images/dot.blue.gif) no-repeat 4px 10px;
}


#path {
	padding-bottom: 13px;
	border-bottom: 1px solid #d7d7d7;
}
#path ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	zoom: 1;
}
#path li.title {
	padding-left: 12px;
	background: url(/htdoc/images/dot.dark.gif) no-repeat 0px 5px;
}
#path li {
	float: left;
	display: inline;
	background: none !important;
}
#path li a {
	text-transform: lowercase;
	padding: 0px 6px 0px 8px;
	color: #000;
	background: url(/htdoc/images/path.separator.gif) no-repeat 0px 4px;
}
#path li a.first {
	background: none !important;
}
#path li a.active,
#path li a:hover {
	color: #00539f;
}


#notepad a {
	height: 24px;
	display: block;
	text-indent: -3000em;
}
#notepad li {
	float: left;
	display: inline;
}
#notepad {
	position: absolute;
	bottom: 0px;
	left: 296px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


#sidebar {
	width: 260px;
	float: left;
	display: inline;
	overflow: hidden;
}
#sidebar h2 a {
	color: #fff;
}
#sidebar h2 {
	margin: 0px 0px 1px 0px;
	padding: 8px 10px 6px 28px;
	background: #b7b7b7 url(/htdoc/images/dot.white.gif) no-repeat 14px 13px;
	font-size: 11px;
}

#menu {
	margin-bottom: 20px;
}
 
#sidebar ul.level1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #b7b7b7;
	border-bottom: none;
}
#sidebar ul li {
	zoom: 1;
	overflow: hidden;
}
#sidebar ul.level1 a.last {
	border-bottom: none;
}
#sidebar ul.level1 a {
	display: block;
	font-weight: bold;
	color: #878787;
	border-bottom: 1px solid #b7b7b7;
	padding: 7px 10px 6px 27px;
	background: url(/htdoc/images/dot.gray2.gif) no-repeat 12px 12px;
}
#sidebar ul.level1 a.active,
#sidebar ul.level1 a:hover {
	color: #00539f;
	text-decoration: underline;
	background: url(/htdoc/images/dot.blue.gif) no-repeat 12px 12px;
}
#sidebar ul.level2,
#sidebar ul.level3 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul.level2 a:hover,
#sidebar ul.level2 a.active,
#sidebar ul.level2 a {
	background: none;
	font-weight: normal;
	padding-left: 40px;
	color: #878787;
	background: url(/htdoc/images/dot.gray3.gif) no-repeat 30px 13px;
}
#sidebar ul.level2 ul.level3 li a {
	background: none;
	font-weight: normal;
	padding-left: 50px;
	color: #878787;
	background: url(/htdoc/images/dot.gray4.gif) no-repeat 40px 13px;
}


#products-map {
	width: 100%;
	color: #878787;
}
	#products-map td {
		vertical-align: top;
		padding-bottom: 8px;
	}
		#products-map td h4 {
			font-size: 11px;
			margin: 0px 0px 5px 0px;
		}
		#products-map td a {
			display: block;
			color: #878787;
			text-decoration: none;
		}


#main_content h1 {
    font-size: 12pt;
}
#main_content h2 {
    font-size: 11pt;
}
#main_content h3 {
    font-size: 9pt;
}
#main_content h4 {
    font-size: 8pt;
}
#main_content h5 {
    font-size: 8pt;
}
#main_content h6 {
    font-size: 7pt;
}
