/* normalize defaults */
html, head, body, 
h1, h2, h3, h4, h5, h6, 
div, span, p, blockquote, img, a,
table, caption, tr, thead, th, tbody, td,
ul, ol, li, label, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font: 100% Arial, Helvetica, sans-serif;	
}

.skip {

	position: absolute;
	top: -999px;
	left: -999px;
	clear: both;
}

fieldset,
a img {
	border: 0;
}

#header,
#subheader,
#navigation,
#footer,
#banner,
.print {
	display: none;
}

.section {
	font-size: 1.333em;
	padding-top: 23px;
	padding-bottom: 20px;
	font-weight: bold;
}

.page {
	font-size: 1.133em;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #A7B4C1;
	margin-bottom: 10px;
}

.content {
	font-size: 1.133em;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 22px;
}

.header,
p {
	padding-right: 33px;
	padding-left: 33px;
}

ol, ul {padding-left: 53px; padding-right: 33px}

.list {
	color: #000;
}

p, li {
	font-size: 0.85em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #dce1e6;
	margin-left: 15px;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}


/* table of contents list */

ul.contents {
	padding-top: 12px;
	padding-left: 13px;
}

ul.contents li {
	list-style-type: none;
	margin-bottom: 2px;
	border-bottom: 1px solid #dce1e6;
	padding-bottom: 2px;
	padding-left: 18px;
}

ul.contents li a {
	font-size: 0.85em;
	line-height: 1em;
	font-weight: bold;
	display: block;
}

ul.contents .cont {
	display: block;
	overflow: hidden;
}

ul.contents .num {
	width: 28px;
	display: block;
	float: left;
}

ul.contents .text {
	width: 565px;
	display: block;
	float: left;
}

ul.contents a:hover,
ul.contents a:active {
	text-decoration: none;
}

ul.contents a:hover .text,
ul.contents a:active .text {
	text-decoration: underline;
}

ul.contents ul {
	padding-top: 2px;
}

ul.contents li li .num {
	width: 33px;
}

ul.contents li li .text {
	width: 545px;
}

ul.contents li li {
	border-bottom: none;
}

ul.contents li li a {
	font-weight: normal;
}

ul.contents li li a:link {
	color: #255b91;
}

ul.contents li li a:visited {
	color: #091d32;
}

#content ol ul{
    margin-bottom: 5px;
}

#content ol ul li{
    font-size: .8em;
    //font-size: .9em;
    //margin: 3px 0px;
}

h4.subsection.header{
    margin-top: 1em;
    margin-bottom: .25em;
    font-size: 15px;
}
