@charset "UTF-8";
/* CSS Document */

body {
	width: auto;
	background-color:#F0F3F8;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10pt;
	line-height:1.2em;
	margin-top: 0px;
}

h1 { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20pt;  /* 14pt */
	color:#003399;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt; /* 12pt */
	color:#003399;
	line-height:1.2em;
	padding-top:6px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10pt;
	color:#003399;
	line-height:1.2em;
	padding-top:3px;
}

.black {
	color:#000; 
}

.intro {
	font-size:12pt;
	line-height:1.2em; 
}

.strong {
	font-weight:bold; 
}

table tr td.header {
	width:802px;
	padding-top: 0;
	padding-bottom: 0;
}

table tr td.colwide {
	width:802px;
	padding-top:20px;
	padding-left:56px;
	padding-right:56px;
	padding-bottom:10px;
}

table tr td.colwide-1 {
	width:230px;
	padding-left:56px;
	padding-right:0px;
}

table tr td.colwide-2 {
	width:230px;
	padding-left:28px;
	padding-right:28px;
}

table tr td.colwide-3 {
	width:230px;
	padding-left:0px;
	padding-right:56px;
}

table tr td.colleft {
	width:480px;
	padding-top:10px;
	padding-left:56px;
	text-align:left;
	vertical-align:top;
}

table tr td.colright {
	width:190px;
	padding-top:15px;
	text-align:left;
	vertical-align:top;
	padding-right: 56px;
}

ul li{
	padding-bottom:3px;
	list-style:outside;
	list-style-type:disc
}

a:link {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #A7A6A5;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}

.caption {
	color: #000;
	font-size:8pt;
	text-align: center;
}


/* -- NAV BAR -- */

.nav, .nav ul {
	margin: 00;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	width: 802px;
}

.nav li {
	font-family:Arial Black, sans-serif; /*font-family:Arial, Helvetica, sans-serif;*/
	font-size:9pt; /* 10pt for Arial bold*/
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.nav li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.nav ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* to avoid scrollbars as much as possible */
}

.nav li:hover>ul {
	visibility: visible;	/* display submenu on hover */
	top: 100%;	/* 1st level go below their parent item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.nav:after, .nav ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.nav, .nav ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.nav ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menunav  padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */



/* optional design styles */

.nav, .nav ul li {
	color: #FFF;
	background: #01856e;
}

.nav ul {
	width: 16em; /*set width of subnav items to 14em for 10pt Arial bold*/ 
	text-align:left; 
}

.nav a {
	text-decoration: none;
	color: #FFF;
	padding: .6em 1.34em; /*.6em to add padding above & below and 1.38em to space text equally across width of nav bar for 10pt Arial bold*/
	display: block;
	position: relative;
	background-color: #01856e;
}

.nav a:hover, .nav li:hover>a {
	color: #f4ea97;
}

.nav a:active, {
	color: #f4ea97;
}
.nav li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.nav ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

/* Fix for IE5/Mac \*//*/
.nav a {
	float: left;
}
/* End Fix */

/*]]>*/


/* article reprint styles */

table tr td.colreprint {
	width:600px;
	padding-top:40px;
	padding-left: 101px; /* 157 */
	padding-right:101px;
}

.serifindentHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
}

.serifindentByline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
}

.serifindent {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-indent: 30px;
	line-height: normal;
}

.serifnoindent {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-indent: 0px;
	line-height: normal;
}

.sanserifCallout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
}

.sanserifPG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 150px;
	line-height: normal;
	margin-bottom: 0;
}

.sanserifhce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0;
}

.sanserifheadltc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003399;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0;
}

.sanserifGU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0;
}

.ltctablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

.ltctabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	text-align: left;
}

.ltcbullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	list-style:outside;
	line-height: normal;
	margin-right: 20px;
	margin-bottom: 0;
}

.ltcimg {
	margin: 0;
}

#ltclayer1 {
	position:relative;
	width:294px;
	height:0px;
	z-index:1;
	left: 275px;
	top: -120px;
}

.sanserifByline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
}

#Layer2 {
	position:relative;
	width:200px;
	height:0px;
	z-index:10;
	left: 300px;
	top: -365px;
}


/* Footer styles */
#footer{
	clear: both;
	width: inherit;
	padding-top: 20px;
} 

.footer {
	font-size:8pt; 
	color:#666666;
	text-align:center;
	padding-top:0px;
}

.footer a {
	color:#003399;
}

.footer a:hover {
	color:#A7A6A5;
}


#img {
	padding-bottom:0px;
}
