@charset "utf-8";
/* CSS Document */
/* IE margin reset */
* { margin: 0; }
*ul, *li, *ol { margin-left: 16px; }

html, body {
 height:100%;
 font-size: 14px;
 margin: 0;
 padding: 0;
}

body {
 color: #234;
 background: #ccc;
 text-align: center;
}

.pageStyle img {
	border:0;
}
.pageStyle #content {
    width: 900px;
	/* background: #d6e3ea left top repeat-y url("img/page_yfill.png"); */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto -50px; /* push up by footer height ; the auto margins (in conjunction with a width) center the page */
	min-height:100%;
	height: auto !important; /* cause footer to stick to bottom in IE6 */
	height: 100%;
	vertical-align:bottom;
	background-color: #e8e8e8;
	box-shadow: 0 0 6px #999;
}

.pageStyle #header {
    min-width:900px;
	width:100%; 
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding: 0;
	height:137px;
} 
.pageStyle #headerContent {
	width:900px;
	margin: 0 auto;
	height: 108px; /* 137 if menu included */
	position:relative;
	z-index:700;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#36495b url("img/hd_fill.png") repeat-x;
}

.pageStyle #iheader {
	position:relative;
	width:900px;
	min-width:768px;
	overflow:visible;
	padding:0;
	margin: 0 auto;
	height: 74px;
	z-index:2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial,Verdana,sans-serif;
	background:#36495b url("img/ihdr_r_xfill.png") repeat-x;
}

.pageStyle .hdrimg {
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height:72px;
	text-align: left;
	vertical-align: middle;	
}

/* Sizing - resizes down to avoid cutting off 
.pageStyle #iheader .imgtitle { 
 max-height:100%;
 max-width:100%;
} */
.pageStyle .hdrtitle {
	position: relative;
	/* top:-72px; */
	left:4px;
	height:72px;
	margin: 0;
    margin-right:220px;
	padding: 0;
	/* float:left; */
	text-align:left;
	vertical-align: middle;
	overflow:visible;
	z-index:3000;
}
.pageStyle .hdrtitle h1 {
	margin: 0 0 0 4px;
	padding: 8px 2px;
	font-weight:bold;
	font-size:150%;
	color:#C7C8D2;
	letter-spacing:23px;
	line-height: 54px;
	vertical-align: middle;
	overflow:visible;
	z-index:3000;
}
.pageStyle .hdrtitle h2 {
	margin: 0 0 0 4px;
	letter-spacing: 0.05em;
	padding: 1.1em 8px 2px 2px;
	font-weight:bold;
	font-size:140%;
	color:#EDF0F5;
	overflow:visible;
	z-index:3000;
}

.pageStyle .hdrtitle h3 {
	margin: 0 0 0 4px;
	padding: 2px;
	letter-spacing: 0.08em;
	font-size:120%;
	color:#DEE6EF;
}

.pageStyle #headerContent h1 {
	margin: 0;
	padding: 0;
	font-size:140%;
	color:#FFF;
	line-height:108px;
}

.pageStyle #pushHeader {
  height:82px; /* same height as the header */
}

.pageStyle img {
	border:0;
	margin:0;
	z-index:1000; /* does not cover centeredMenu, just the menubar */
}
.pageStyle img.topleft {
  position:absolute;
  vertical-align:top;
  top:0;
  left:0;
  overflow:visible;
}

.pageStyle img.topright {
  position:absolute;
  vertical-align:top;
  top:0;
  right:0;
  overflow:visible;
}

.pageStyle img.botright {
  position:absolute;
  bottom:0;
  right:0;
  overflow:visible;
}

.pageStyle .imgWrapR {
    clear:left;
    float:left;
    margin:10px;
    
}


.pageStyle #ccbLinks ul {
  font-size: 90%;
  list-style: none;
  padding:0;
  margin:0;
}
.pageStyle #ccbLinks li {
	padding: 8px 0 2px;
	margin:0;
	clear:both;
}
.pageStyle #ccbLinks li img {
   border:0;
   padding:6px 1px 0;
   float:left; 
   margin-right: 4px;
}

.pageStyle .ema {
 font-size:1em;
 font-family: Arial,Verdana,Sans,sans-serif;
 white-space:nowrap;
}

.pageStyle .ema a {
 color: #173090;
 text-decoration:none;
}
.pageStyle .ema .mimg {
 /* display: inline-block; */
 display:none;
 padding:0;
 margin:0;
 height:12px;
 line-height:12px;
 width:12px;
 vertical-align:middle;
 background:transparent no-repeat left top url("img/mailto.gif");
 *background:transparent no-repeat left center url("img/mailto.gif");
}

.pageStyle .ema .aimg {
 display: inline-block;
 height:13px;
 width:14px;
 vertical-align:middle;
 background:transparent no-repeat center bottom url("img/a.gif");
}
.pageStyle .ema .dt {
	display:inline-block;
	width:1px;
	margin:0 1px;
	height:6px;
	vertical-align:middle;
	border-bottom:1px solid #173090;
}

.pageStyle .crumbs,
.pageStyle .ihdr2crumbs {
	font-size:85%;
	color:#000;
	z-index:5000;
	padding:2px 6px;	
}

.pageStyle .crumbs {
	position:relative;
	float:right;
	top:69px;
}

.pageStyle .crumbs a,
.pageStyle .ihdr2crumbs a {
  color: #1730E0;
 	text-decoration: none;
	}

.pageStyle .dblarr {
	color:#88D;
	padding:0px 2px 4px;
	font-weight: 800;
	font-size:110%;
}

.pageStyle .ihdr2crumbs a {
	overflow:visible;
  color: #BCF;
 }

 .pageStyle .ihdr2crumbs a:hover {
   /* background: #00254D; 
	 text-decoration: underline;*/
   color:#FFF;
   /* border-bottom:1px solid #03f; */
}

.pageStyle .ihdr2crumbs .dblarr {
	font-weight: 400;
	color:#BBD;
}

.pageStyle .ihdr2crumbs {
  color: #FFF;
	position:relative;
	float:left;
	left:410px;
	top:69px;
 }
/* menu styles */
.pageStyle #centeredMenu {
  position: relative;
  width: 900px;
  min-width: 768px;
  overflow: visible;
  padding: 0px;
  margin: 0px auto;
  /*margin:0;
    margin-left:-20px; */
  /* border-bottom:1px solid #000; black line below menu */
  width:900px;
  height:16px;
  font-family: Arial, sans-serif; /* Menu font */
  font-size:14px; /* Menu text size */
  font-weight:bold;
  position:relative;
  top:-16px;
  z-index:600; /* This makes the dropdown menus appear above the page content below */
}

/* Top menu items */
.pageStyle #centeredMenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   white-space: nowrap;
   position:relative;
   z-index:1000;
   right:50%;
   line-height:20px;
   
}
.pageStyle #centeredMenu ul li {
   /* margin:0 2px; 
   background-color: #d6e3ea; */
   background-color: #f2f2f2;
   float:left;
   position:relative;
   margin:0;
   top:0px;
   text-align:center;
   /* border-radius: 5px; */
   border-right:1px solid #088473;
   vertical-align: middle;
   z-index:1000;
   left:50%;
}

.pageStyle #centeredMenu ul li.last {
   border-right:0;
}

.pageStyle #centeredMenu ul li a {
 display: inline-block;
 }

.pageStyle #centeredMenu ul li a {
   display: block;
   margin: 0;
   padding: 2px 15px 3px;
   /* font-size:12px; */
   text-decoration:none;
   color: #025462;
   position:relative;
   z-index:1000;
   /*z-index:2000;
    border-right:2px solid #EEF;*/
}

.pageStyle #centeredMenu ul li a:hover {
   /* background-color:#bdf; 
   background-color: #fff; */
}

.pageStyle #centeredMenu ul li:hover a,
.pageStyle #centeredMenu ul li.ie6hover a { /* This line is required for IE 6 and below */
   /*background-color: #fff;
    #bdf; */
   text-decoration: underline;
   /* border-radius: 5px;*/
}


.pageStyle #mainContent {
	padding: 2px 26px 10px;
	margin: 0;
	border: 0;
	/*font-family: times,serif; */
	/* font: 1.1em "Times New Roman",Times,Georgia,serif; */
	font: 1em Arial,Verdana,Helvetica,sans-serif;
	color: #202428;
	line-height: 130%;
	text-align: justify;
	/* background-color: #C9E1C1; */
	z-index:500;
	height: auto !important;
	/* background: #ffffff left top repeat-x url("img/hdshadow.png"); */
	overflow: auto;
}

.pageStyle #mainContent #papers {
   text-align: left;
   padding: 0 1.5em 0.4em;
   /* font-size: 90%;
   font-family: Arial,Verdana,Helvetica,sans-serif;
   */
}

.pageStyle pre {
	background-color: #e0e0e0;
	margin:6px;
	margin-left:12px;
	font-family:"Courier New",Courier,monospace,fixed;
  font-size:100%;
}
.pageStyle blockquote { 
	margin:4px;
	margin-left: 35px; 
	font-family: "Courier New",Courier,monospace,fixed;
}
.pageStyle tt { 
	font-family: "Courier New", Courier, monospace,fixed;
}
.pageStyle .date { border-top: 1px solid #e5e5e5; 
	 text-align: right; 
	 margin-bottom: 25px; 
	 margin-top: 5px;
}
.pageStyle #mainContent table {
    margin-left:auto; 
    margin-right:auto;
  }

.pageStyle #mainContent ul {
	 margin-left:0.2em;
	 padding-left:0.1em;
	 padding-bottom: 0.2em;
	 /* font:100% arial,sans-serif; */
	 line-height:130%;
	 list-style: square outside none;
	}
.pageStyle #mainContent ul li {
	padding-bottom: 0.2em;
	}

.pageStyle #mainContent h1 {
 	font-size: 160%;
 	font-weight:normal;
 	/* line-height:160%; */
 	margin:6px 0 3px;
}

.pageStyle #mainContent h2 {
 	font-size: 140%;
 	/* line-height:120%; */
 	margin:0.8em 0 0.6em;
 	/* font-weight:normal;
 	font-style:italic; */
}

.pageStyle #mainContent h3 {
 	font-size: 130%;
 	font-weight:bold;
    padding:2px 0 4px;
    margin:2px 0 4px;
}

.pageStyle #mainContent p {
	/* line-height:20px;*/
	padding: 0 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.pageStyle #mainContent .moretxt {
	padding: 0 12px;
 	font-style: italic;
 	font-size: 85%;
 	white-space:nowrap;
}
.pageStyle #mainContent a {
	color:#139;
 	text-decoration: none;
	font-weight:400;
}
/*
.pageStyle #mainContent a:hover {
 	text-decoration: underline;	
	background-color: #E8EAFF;
}*/

.pageStyle #mainContent .publication {
	color:#555;
}
.pageStyle #mainContent .publication .jpubtitle {
	font-weight:400;
	color: #457;
}

.pageStyle #mainContent .publication .jpubtitle a {
	color: #459;
}

.pageStyle hr {	
	border:none;
	padding:0;
	margin:0;
	background-color:#9AF;
	color:#9AF;
	height:1px;
	line-height:1px;
	display: block;
}

.pageStyle #main {
     /*background: #FFF;
     color: #666; */
     margin: 8px 0 26px 0;
     }

.pageStyle #main #sidecard {
	width: 280px;
	float: right;
	margin: 0.4em 0 8px 1.2em;
	color: #555;
}

.pageStyle #main #sidecard .box {
	background: #36495b;
	margin:0;
	padding: 4px;
	color: #ccc;
	/* font: 0.9em Arial,Verdana,Helvetica,sans-serif; */
	font: 1em "Times New Roman",Times,serif;
    text-align: left;
    line-height:110%;
	border-radius: 5px;
}

.pageStyle #main #sidecard #cardInfo {
  float:left;
  padding-left: 8px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
}

.pageStyle #main #sidecard .box a {
	/* color: #ddf; */
	color: #dde;
	font-weight: 400;
}


.pageStyle #main #sidecard .box h3 {
	/* color: #F6F8FB; */
	font: 120% Arial,Verdana,Helvetica,sans-serif;
	padding-top:0.3em;
	color: #EEF;
	font-weight: 600;
}

.pageStyle #main #sidecard h2 {
	font: bold 1.0em;
	background: #CDCDCD url("img/greyc.gif") no-repeat top right;
	height: 18px;
	padding: 0px;
	color: #99B;
	margin: 0px;
}

/* LEFT SIDE - ARTICLES AREA -------- */
.pageStyle #main #leftside {
	/* padding-left: 8px;*/
	/* font: 1.1em "Times New Roman",Times,Georgia,serif; */
	/* background: #FFF;*/
	margin-right: 300px;
	padding-right:4px;
	margin-left: 0px;
}
.pageStyle #main h2 {
     color: #3B4B5D;
     /* padding-left: 17px;*/
     font: bold 1.5em Arial,Verdana,sans-serif;
     /* background: #FFF url("img/head.gif") no-repeat left; */
 }

.pageStyle #main h3 {
   /* padding-left: 17px; */
   color: #456;
   font: bold 1.3em Arial,Verdana,sans-serif;
   /*background: transparent url("img/h_underline.png") no-repeat bottom; */
}

.pageStyle #main h6 {
   padding: 4px 0;
   margin: 4px 0;
   color: #456;
   font: bold 1.3em Arial,Verdana,sans-serif;
   background: transparent url("img/h_underline.png") no-repeat bottom left;
   text-align: left;
   /* border-bottom: 1px solid #ABC; */
}

.pageStyle #main a {
 color: #1740A0;
 font-weight: bold;
 /*color: #57F;*/
}

.pageStyle #main a:hover {
  text-decoration: underline;
}

.pageStyle #main ol {
  margin-left: 12px;
  padding-left: 4px;
}

.pageStyle #main ol li {
  padding-bottom:6px;
}

.pageStyle #main #leftside ul {
    padding-left: 24px;
    list-style: disc outside none;
    /* list-style-position: outside; */
}

.pageStyle #main #leftside ul li {
  padding-bottom:6px;
}

.pageStyle #footer { 
  padding: 0;
  height: 50px; /* must be fixed height to allow full extension of the content from top to bottom */
}

.pageStyle #footerContent {
	position:relative;
	width: 900px;
	margin: 0 auto;
	height: 50px;
	padding:0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	/* background: #0066CC left top repeat-x url("img/ft_fill.png") */
    background-color: #1e455d;
}

.pageStyle #footerContent p {
  /* font-weight:bold; */
	color:#FF0;
	margin: 0;
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.pageStyle #fbar_left {
  background: transparent left top no-repeat url("img/ft_left.png"); 
  height:60px;
  width:100%;
}

.pageStyle #fbar_right {
  background: transparent right top no-repeat url("img/ft_right.png"); 
  height:60px;
  width:100%;
}

.pageStyle #footerlinks {
	text-align: center;
	margin-right: 8px;
	/* font-size: 75%; */
	list-style-type: none;
    line-height: 50px;
}

.pageStyle #footerlinks li {
	display: inline;
	margin:0;
	padding: 5px 7px 5px 5px;
}

.pageStyle #footerlinks ul {
	list-style-type: none;
	margin:0;
}

.pageStyle #footerlinks a {
	color:#DDF;
	text-decoration:none;
}

.pageStyle #pushFooter {
  height:50px; /* same height as the footer */
}

