/* CSS Document */

/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}
/*end*/


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_header-new.jpg);
	background-repeat: repeat-x;
}

/*begin attempt to create universal link styles in main pages. order is important so that general styles can be overwritten by more specific link styles later in the page.*/

table.layout p a {
	text-decoration: underline;
	color: #16316F;
}

table.layout p a:hover, table.layout p a:active {
	/*background-color: #D3DAEB;*/
}

h2.underline a {
	text-decoration: none;
	color: #16316F;

}

h2.underline a:hover, h2.underline a:active {
	/*color: #1F469E;*/
	background-color: #D3DAEB;
}

h3 a, table.layout h3 a {
	text-decoration: none;
	color: #16316F;

}

h3 a:hover, h3 a:active, table.layout h3 a:hover, table.layout h3 a:active{
	/*color: #1F469E;*/
	text-decoration: none;
	background-color: #D3DAEB;
}

/*
table.layout ul {
	font-size: 0.8em;
	font-weight: normal;
	list-style-image: url(../images/img_arrow_small.gif);
	list-style-position: inside;
	margin: 10px 0px;
	padding: 0px;
	color: #16316F;
}

table.layout ul li {
	margin: 0px;
	padding: 2px 0px;
}

these old styles did not work well in IE
*/

table.layout ul a {
	color: #16316F;
	text-decoration: none;
}

table.layout ul a:hover, div#footer a:active {
	text-decoration: none;
	background-color: #D3DAEB;
}

table.layout table.bullets a {
	padding: 3px 0px;
	color: #000000;
	text-decoration: none;
	font-size: 0.65em;
	font-weight: normal;
}

table.layout table.bullets a:hover, table.layout table.bullet a:active {
	padding: 3px 0px;
	color: #000000;
	background-color: #D3DAEB;
	text-decoration: none;
	font-size: 0.65em;
	font-weight: normal;
}

/*end attempt to create universal link styles*/

table, table td, table tr, table th {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#mainnav {
	background-color: #CAC8C8;
	margin: 0px 0px -2px 0px; /*trick to fix IE spacing bug*/
	padding: 0px 0px 2px 0px; /*trick to fix IE spacing bug*/
}

div#mainnav table {
	margin: 0px auto;
	width: 778px;
	text-align: right;
}

div#subnav {
	margin: -1px 0px -3px 0px; /*trick to fix IE spacing bug*/
	padding: 1px 0px 3px 0px; /*trick to fix IE spacing bug*/
	font-size: 0.83em;
	color: #FFFFFF;
	line-height: 1.5em;
	background-color: #16316F;
	text-align: center;
	font-weight: bold;
}

div#subnav a, div#subnav a:active, div#subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

div#subnav table {
	margin: 3px auto;
	width: 778px;
}

div#body-bg-grey {
	background-image: url(../images/bg_level1.jpg);
	background-repeat: repeat-x;
}

table#body {
	margin: 0px auto;
	width: 778px;
}

table#h1-container {
	width: 700px;
	margin: 10px 39px 0px 39px;
	height: 225px;
}

table#h1-container td {
	vertical-align: middle;
}

table#h1-container td.left {
	width: 260px;
}

table#h1-container td.right {
	width: 440px;
}

table#h1-container img {
	padding: 10px 10px 0px 10px;
}

img {
	border: none;
}

img a, img a:hover, img a:active {
	
}

h1 {
	font-size: 1.45em;
	color:  #16316F; /*#858484; grey color used in parts of h1s*/
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 20px 0px;


}

h2 {
	font-size: 1em;
	color: #16316F;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}


h2.indented {
	margin: 10px 5px 0px 34px;
}
/*many pages have the width in the underlined h2s overridden to 739 or so*/

h2.underline {
	width: 330px;
	margin: 10px 5px 0px 34px;
	padding: 2px;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/img_dotted_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*link styles at top of page*/

h3 {
	font-size: 0.83em;
	color: #000000;/*#16316F;*/
	line-height: 1.5em;
	font-weight: bold;

}

/*link styles at top of page*/

table.dana-menu {
	margin: 2px auto;
	font-size: 0.69em;
	color: #666666;
	text-decoration: none;
	width: 778px;
	vertical-align: top;
}

table.dana-menu a, table.dana-menu a:hover, table.dana-menu a:active {
	color: #666666;
	text-decoration: none;
	
}

table.dana-menu input.searchbox {
	width: 175px;
	border: 1px solid #666666;
	padding: 3px 2px;
	color: #666666;
	font-size: 13px;
	float: right;
}

table.layout {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: justify;
}

table.layout td.pad-rt {
	padding-right: 20px;
}

table.layout table.nested {
	width: 100%; /*important that nested tables fill space 100% otherwise elemts do not align properly*/
	margin-bottom: 10px; /*provides space between nested tables*/
}

table.layout p {
	font-size: 0.80em;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	margin: 2px 5px 10px 0px;
}

table.layout ol {
	font-size: 0.8em;
	padding: 0px;
	margin: 5px 30px;
	line-height: 1.4em;
}

table.layout ol li {
	padding: 5px 0px;
}

table.layout ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.8em;
	padding: 0px;
	margin: 5px;
	color: #16316F;
}

table.layout ul li {
	background-image: url(../images/img_arrow_small.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding: 2px 2px 2px 15px;
}

/*link styles at top of page*/ 

table.layout table.bullets {
	vertical-align: middle;
	color: #16316F;
}

table.layout table.bullets td {
	padding: 3px 0px;
	vertical-align: middle;
}

/*link styles at top of page*/

table.layout ul {
	color: #000000;
}


td.dana-bg-image-grey {
	background-image: url(../images/bg_level1_in.gif);
	background-repeat: no-repeat;
}

td.dana-bg-image-blue {
	background-image: url(../images/bg_level2_in.jpg);
	background-repeat: no-repeat;
}

p.bc-nav-grey {
	font-size: 0.80em;
	color: #858484;
	margin: 2px;
	font-weight: bold;
}

p.bc-nav-grey a, p.bc-nav-grey a:hover, p.bc-nav-grey a:active {
	color: #858484;
	text-decoration: none;
	font-weight: normal;
	
}

p.bc-nav-white {
	font-size: 0.80em;
	color: #FFFFFF;
	margin: 2px;
	font-weight: bold;
}

p.bc-nav-white a, p.bc-nav-white a:hover, p.bc-nav-white a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

div#footer {
	font-size: 0.69em;
	line-height: 1.4em;
	color: #666666;
	width: 778px;
	text-align: center;
	margin: 0px auto 10px auto;
	clear: both;
}

div#footer a {
	text-decoration: none;
	color: #666666;
	padding: 0px 11px;
}

div#footer a:hover, div#footer a:active {
	color: #666666;
	background-color: #F2F2F2;
	padding: 0px 11px;
}