/* NOHSAC CSS Styles */


/* HTML elements */
html {
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin:0;
	padding: 0;
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	height: 100%;
}

ul {
	margin: 0 0 0 10px;
	padding: 0;
}

li a {
	color: #CC3333;
}

li {
	padding: 3px 0 5px 10px;
	list-style-type:none;
	background: transparent url(images/hyphen.gif) 0px 8px no-repeat;
	line-height: 140%;
}

li.intro {
	padding: 4px 0 3px 15px;
	background: transparent url(images/hyphen.gif) 0px 10px no-repeat;
	border: 0 none;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #CC3333;
}


h1 { 
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	background-color: #D8EFE9;
	margin: 0;
	padding: 3px 0px 2px 10px;
	text-transform: uppercase;

}

h2 { 
	font-weight: bold;
	color: #336666;
	font-size: 11px;
	background-color: #D8EFE9;
	margin: 10px 0 5px 0;
	padding: 3px 0px 2px 10px;
	text-transform: uppercase;

}
h3 { 
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	background-color: #D8EFE9;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 2px 10px;

}

h4 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0 40px 0 10px;
	padding: 12px 0 0 0;
}

a.toplink { 
	background-image: url(images/top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	/* \*/
	float: right;
	/* */
	width: 11px;
	margin: 0 0 0 10px;
}

h5 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin: 0 40px 0 10px;
	padding: 12px 0 0 0;
}

p {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin: 0 55px 0 10px;
	padding: 3px 0 7px 0;
	line-height: 140%;
}

.colournumber {
	color: #336666;
}

/* Table styles */


table {
	margin: 10px 40px 10px 10px;	
	background-color: #EFEEEE;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

td {
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

td[colspan="1"] {
	text-align: left;
}

td[colspan="2"] {
	white-space: nowrap;
	text-align: left;
}
td[colspan="3"] {
	white-space: nowrap;
	text-align: left;
}
td[colspan="4"] {
	text-align: left;
}
td[colspan="5"] {
	text-align: left;
}
td[colspan="6"] {
	text-align: left;
}
td[colspan="7"] {
	text-align: left;
}


em {
	text-align: left;
}

td.tnum { 
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	background-color: #A7DBCE;
	color: #336666;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	width: 75px;
}

td.tname {
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #D8EFE9;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

th {
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
    text-align: center;
}

th[colspan="2"] {
	white-space: nowrap;
	text-align: left;
}
th[colspan="3"] {
	white-space: nowrap;
	text-align: left;
}
th[colspan="4"] {
	white-space: nowrap;
	text-align: left;
}
th[colspan="5"] {
	text-align: left;
}
th[colspan="6"] {
	text-align: left;
}
th[colspan="7"] {
	text-align: left;
}

td.colnamel {
	background-color: #CCCCCC;
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: capitalize;
}

td.colname {
	background-color: #CCCCCC;
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

td.footnotes {
	background-color: #CCCCCC;
	padding: 10px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	font-style: italic;
	line-height: 140%;
	text-align: left;

}

/* HTML Div styles */

#page {
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#masthead {
	margin:0;
	padding: 0;
	background-image: url(images/core/masthead_repeat.gif);
	background-repeat: repeat-x;
}

#navigation {
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
	width: 245px;
	border-right: 1px solid #A7DBCE;
}

#content {
	border-left: 1px solid #A7DBCE;
	margin: 25px 0 0 245px;
	padding: 0 0 40px 0;
}

#footer {
	border-top: 1px solid #A7DBCE;
	border-left: 1px solid #A7DBCE;
	margin: 0 0 0 245px;
	padding: 15px 0 0 5px;
}

#button {
	position: absolute;
	left: 642px;
	top: 69px;
	border: 1px solid #056594;
	padding: 3px 6px 2px 6px;
}

#button a {
	color: #056594;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}


/* Class Selectors */

.breadcrumbs {
	margin: 10px 0 0 10px;
}

p.breadcrumbs a {
	color: #056594;
}

.caps12 {
		font-size:12px;
		color: #000000;
		line-height: 160%;
		padding: 80px 0 0 5px;
}

.caps10 {
		font-size:10px;
		color: #000000;
		line-height: 180%;
		padding: 0 0 20px 5px;
}

.caps10g {
		font-size:10px;
		color: #999999;
		padding: 20px 0 20px 5px;
}

.intro {
		color: #666666;
		font-size:14px;
		font-family: Arial;
		margin: 0 40px 5px 10px;
		border-bottom: 1px solid #A7DBCE;
		padding: 10px 0 10px 0;
}

.intronr {
		color: #666666;
		font-size:14px;
		font-family: Arial;
		margin: 0 40px 0 10px;
		padding: 10px 0 10px 0;
}

.summary {
		color: #438071;
		font-size:11px;
		font-weight: bold;
		font-family: Verdana;
		text-transform: uppercase;
}
.itc {
	text-align: center;
	font-style: italic;
}


.matched {
	font-weight: bold;
	color: #330066;
    background-color: #D8EFE9;
	margin: 10px 0 5px 0;
	padding: 3px 0px 2px 10px;
}

/* Custom DIV HTML elements */

#indeximage {
	position: absolute;
	top: 120px;
	left: 40em;
}
#navigation ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}

#navigation li {
	padding: 4px 0 2px 20px;
	margin: 0 0 0 0px;
	list-style-type: none;
	background-image: url(images/core/box_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

#navigation li ul li {
	padding: 4px 0 2px 20px;
	margin-left: -17px;
	list-style-type: none;
	background-image: url(images/core/box_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

#navigation  li ul li ul li {
	padding: 4px 0 2px 20px;
	margin-left: -17px;
	list-style-type: none;
	background-image: url(images/core/box_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

#navigation li.morenav {
	background-image: url(images/core/plus_icon.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}

#navigation li.morenavthispage {
	background-image: url(images/core/plus_icon.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	background-color: #D8EFE9;
}

#navigation li.nonav {
	padding: 4px 0 2px 8px;
	margin: 0;
	background-image: none;
}


#navigation li.nonavthispage {
	padding: 4px 5px 2px 8px;
	margin: 0;
	background-image: none;
	background-color: #D8EFE9;

}

#navigation li.thispage {
	background-color: #D8EFE9;
}

#navigation a.thispage {
	font-weight: bold;
	color: #330066;
}


#navigation li a {
	color: #000000;
}
 
#footer p {
		font-size:10px;
		color: #999999;
		padding: 0;
}

