/* 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;
}

.clear {
	height: 0;
	clear: both;
}

.col {
	display: block;
	float: left;
}

a:link,
a:visited {
	text-decoration: none;
}

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

fieldset,
a img {
	border: 0;
}


/* layout */

#header,
#subheader,
#main,
#footer {
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 951px;
	padding: 0 57px 0 58px;
	overflow: hidden;
}


/* header */

#header {
	padding-top: 14px;
}

#header .wrapper {
	background: #fff url("../images/bg-header.gif") no-repeat top left;
	height: 75px;
	overflow: hidden;
}

.banner {
	width: 680px;
}

.logo {
	padding-left: 11px;
	padding-top: 3px;
}

.tagline {
	background: url("../images/bg-tagline.gif") no-repeat bottom left;
	margin-left: 224px;
	padding-left: 70px;
	padding-top: 8px;
	height: 16px;
	color: #6d6652;
	font-size: 0.933em;
}


/* search */

form.search {
	width: 267px;
	overflow: hidden;
}

form.search label {
	font-size: 0.875em;
	padding-top: 2px;
	margin-right: 2px;
}

form.search label,
form.search input {
	display: block;
	float: left;
}

#q {
	height: 15px;
	border: 1px solid #8799b2;
	margin-right: 2px;
}

form.search .button {
	background-color: #A21400;
	color: #fff;
}

form.search fieldset {
	overflow: hidden;
}


/* site tools */

ul.tools {
	overflow: hidden;
	margin-left: -6px;
	height: 20px;
}

ul.tools li {
	height: 20px;
	float: left;
	line-height: 1em;
	list-style-type: none;
}

ul.tools li.last a {
	border-right: none;
}

ul.tools li a {
	font-size: 0.8em;
	color: #792020;
	line-height: 1em;
	display: block;
	padding: 0px 10px;
	border-right: 1px solid #792020;
}

#header ul.tools {
	padding-top: 8px;
}

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


/* sub-banner */

#subheader {
	background: #376087 url("../images/bg-subheader.gif") repeat-y top center;
}

#subheader .wrapper {
	height: 46px;
}

#subanner {
	padding-left: 275px;
}

/* navigation */

#navigation {
	width: 308px; /* Width of Menu Items */
	background: url("../images/bg-navigation.gif") repeat-y top left;
}

#navigation li {
	position: relative;
	list-style: none;
	padding-left: 33px;
}

* html #navigation li {
	float: left;
	height: 1%;
}

* html #navigation li li {
	float: none;
	height: auto;
}

* html #navigation li a {
	height: 1%;
}

#navigation a {
	display: block;
	text-decoration: none;
	background: #fff url("../images/bg-nav.gif") no-repeat bottom left;
}

#navigation a:hover,
#navigation a:active {
	text-decoration: none;
	background-color: #3e0f0f;
}

#navigation li.sel a:link,
#navigation li.sel a:visited {
	text-decoration: none;
	background-color: #3d3b38;
}

#navigation .cont {
	overflow: hidden;
	padding-left: 5px;
	padding-right: 7px;
	display: block;
}

#navigation .text,
#navigation .num {
	display: block;
	float: left;
	font-size: 0.85em;
	line-height: 1.125em;
	padding: 2px 0px 5px 0px;
}

#navigation .num {
	color: #255b91;
	width: 36px;
}

#navigation a:hover .num,
#navigation a:active .num,
#navigation li.sel a:link .num,
#navigation li.sel a:visited .num {
	color: #1ae3ff;
}

#navigation .text {
	color: #2f2816;
	width: 213px;
	padding-right: 14px;
}

#navigation a:hover .text,
#navigation a:active .text,
#navigation li.sel a:link .text,
#navigation li.sel a:visited .text {
	color: #fff;
}

#navigation ul {
	background: #f1f5fa url("../images/bg-nav.gif") no-repeat bottom left;
	font-size: 1em;
}

#navigation ul a {
	background-image: none;
}

#navigation ul .text,
#navigation ul .num {
	font-size: 0.8em;
	line-height: 1em;
	color: #255b91;
	padding: 2px 0px;
}

#navigation ul a:hover,
#navigation ul a:active {
	background-color: transparent;
}

#navigation li.sel ul {
	padding-top: 4px;
	padding-bottom: 4px;
}

#navigation li:hover,
#navigation li.over,
#navigation li.sel {
	background: url("../images/bg-nav-over.gif") no-repeat top left;
}

#navigation li.sel ul a:link .text,
#navigation li.sel ul a:visited .text,
#navigation li.sel ul a:hover .text,
#navigation li.sel ul a:active .text,
#navigation li.sel ul a:link .num,
#navigation li.sel ul a:visited .num,
#navigation li.sel ul a:hover .num,
#navigation li.sel ul a:active .num,
#navigation li.sel ul li.sel li a:link .num,
#navigation li.sel ul li.sel li a:visited .num,
#navigation li.sel ul li.sel li a:link .text,
#navigation li.sel ul li.sel li a:visited .text {
	color: #255b91;
}

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

#navigation li.sel li,
#navgiation li.over li,
#navigation li:hover li {
	margin: 0;
	padding: 0;
	background-image: none;
}

#navigation ul li .cont {
	padding-left: 41px;
}

#navigation li.sel ul a:link,
#navigation li.sel ul a:visited,
#navigation li.sel ul a:hover,
#navigation li.sel ul a:active {
	background-color: transparent;
}

#navigation ul .num {
	width: 28px;
}

#navigation ul .text {
	width: 194px;
}

#navigation li.sel ul ul {
	background-image: none;
	padding-top: 0px;
	padding-bottom: 2px;
}

#navigation ul ul .text {
	width: 180px;
	padding: 2px 0px 2px 15px;
}

#navigation li li.sel {
	background: url("../images/bg-subnav-sel.gif") no-repeat top left;
}

#navigation li.sel li.sel a:link .num,
#navigation li.sel li.sel a:visited .num,
#navigation li.sel li.sel a:link .text,
#navigation li.sel li.sel a:visited .text {
	color: #3d3b38;
}


/* main content area */

#main {
	background-color: #f7f7f6;
}

#main .wrapper {
	background: url("../images/bg-main.gif") no-repeat top left;
	padding: 0 91px 0px 24px;
}

#content {
	width: 640px;
	background-color: #fff;
	border-left: 1px solid #656565;
	border-right: 1px solid #656565;
}

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

#content table p {
	padding-left: 0px;
	padding-right: 0px;
}

#content ul,
#content ol {
	padding: 0px;
	margin-left: 53px;
	margin-right: 53px;
	margin-bottom: 1.25em;
}

#content ol.num {
	list-style-type: decimal;
}

#content ol.a {
	list-style-type: lower-latin;
}

#content ol.a ol {
	list-style-type: lower-roman;
}

#content ul ul,
#content ol ol {
	margin-left: 20px;
	margin-right: 20px;
}

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

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

.section {
	background-color: #782020;
	font-size: 1.333em;
	color: #fff;
	padding-top: 23px;
	padding-bottom: 20px;
	font-weight: bold;
}

h4.subsection.header{
    font-size: 15px;
}

.subsection {
	color: #255b91;
	font-size: 1.133em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

.subsection a {
	font-weight: bold;
}

.page {
	border-top: 1px solid #fff;
	font-size: 1.133em;
	background: #e9edf2 url("../images/bg-header-page.gif") no-repeat bottom left;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-right: 0px;
	font-weight: bold;
	color: #255b91;
	margin-bottom: 22px;
	font-style: italic;
}

#content p.noheader,
#content .noheader {
	margin-top: 22px;
}

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

.bold {
	font-size: 1em;
	padding-top: 13px;
	padding-bottom: 2px;
	font-weight: bold;
}

.list {
	color: #000;
}

#content p,
#content li {
	font-size: 15px;
	line-height: 1.25em;
	margin-bottom: .25em;
}

#content li {
	margin-bottom: 0.25em;
}

#content li li,
#content li p,
#content li h2,
#content li h3,
#content li h4,
#content li h5 {
	font-size: 1em;
	margin-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
}

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

#content hr,
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
	clear: both;
}

table.data td,
table.data th {
	font-size: 0.85em;
	line-height: 1.25em;
	padding: 5px 3px;
}

table.data td {
	vertical-align: top;
}

table.data th {
	vertical-align: bottom;
	font-weight: bold;
	text-align: left;
}


/* table of contents list */

#content ul.contents {
	padding: 0px;
	margin: 0px;
	padding-left: 13px;
}

#content ul.contents ul {
	padding: 0px;
	margin: 0px;
}

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

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

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

#content ul.contents .num {
	width: 32px;
	display: block;
	float: left;
}

#content ul.contents .text {
	width: 561px;
	display: block;
	float: left;
}

#content ul.contents li a:link {
	color: #792020;
}

#content ul.contents li a:visited {
	color: #2c0303;
}

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

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

#content ul.contents ul {
	padding-top: 2px;
	padding-left: 14px;
}

#content ul.contents li li .num {
	width: 43px;
}

#content ul.contents li li .text {
	width: 533px;
}

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

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

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

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

#content ul.contents li li ul {
	padding-left: 25px;
}

#content ul.contents li li li .text {
	width: 490px;
}

a.print,
p.print a {
	background: #376087 url("../images/bg-print.gif") no-repeat 4px 4px;
	color: #fff;
	padding: 4px 6px 5px 15px;
	display: block;
	line-height: 1em;
	text-align: center;
	width: 110px;
	margin-top: -16px;
	float: right;
}

a.print {
	font-size: 0.75em;
}

#content p.print {
	overflow: hidden;
	padding: 0px;
}

#content p.print a {
	font-size: 1em;
	margin-top: 0px;
}

a.print:hover,
a.print:active,
p.print a:hover,
p.print a:active {
	background-color: #0f3459;
	text-decoration: none;
}

#content p.print {
	padding: 0px;
	padding-top: 2em;
	margin-bottom: 0px;
}

/* footer */

* html #footer {
	margin-top: -14px;
}

#footer {
	overflow: hidden;
	background-color: #fff;
}

#footer .wrapper {
	padding-bottom: 20px;
}

#footer p,
#footer .timestamp,
#footer ul.tools {
	display: block;
	float: left;
}

#footer p {
	font-size: 0.733em;
	color: #4b4b4b;
}

#footer .logo {
	padding: 27px 15px 28px 14px;
}

#footer .timestamp {
	border-left: 1px solid #4b4b4b;
	padding-top: 32px;
	padding-left: 20px;
	padding-right: 280px;
	width: 150px;
}

#footer ul.tools {
	padding-top: 32px;
}
