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

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

body {
 color: #222;
 background: #eaeaea;
 text-align: center;
}

.pageStyle img {
	border:0;
}
.pageStyle #container {
    width: 900px;
	background-color: #ffffff;
	/* background: #ffffff right top url("img/page_r.png") repeat-y; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto -60px; /* 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;
}
.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:#1E6BAC url("img/hd_fill.png") repeat-x; 
}

.pageStyle #iheader {
	width:900px;
	padding:0;
	margin: 0 auto;
	height: 92px;
	position:relative;
	z-index:2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFFFFF url("img/ihdr_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:#FFFFFF;
	letter-spacing:3px;
	line-height: 54px;
	vertical-align: middle;
	overflow:visible;
	z-index:3000;
}
.pageStyle .hdrtitle h2 {
	margin: 0 0 0 4px;
	letter-spacing:2px;
	padding: 13px 8px 2px 2px;
	font-weight:bold;
	font-size:140%;
	color:#FFFFFF;
	overflow:visible;
	z-index:3000;
}

.pageStyle .hdrtitle h3 {
	margin: 0 0 0 4px;
	padding: 2px;
	font-weight:bold;
	font-size:120%;
	color:#CCD;	
}

.pageStyle #iheader2 {
	width:900px;
	overflow:visible;
	padding:0;
	margin: 0 auto;
	height: 94px;
	position:relative;
	z-index:2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFF url("img/ihdr2_xfill_l.png") repeat-x; 
}

.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 #ihdr2_mid {
	position:absolute;
	top:0;
	left:400px;
	width:24px;
	height:94px;
	z-index:3;
	background:#FFF url("img/ihdr2_xmid.png") no-repeat;
}
.pageStyle .ihdr2crumbs {
  color: #FFF;
	position:relative;
	float:left;
	left:410px;
	top:69px;
 }

.pageStyle #ihdr2_r {
	position:absolute;
	top:0;
	left:424px;
	height:94px;
	right:0;
	width:476px; /* only IE6 needs this */
	overflow:hidden;
	z-index:3;
	background:#FFF url("img/ihdr2_xfill_r.png") repeat-x;
}

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

.pageStyle #pushHeader {
  height:137px; /* 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 img.toprcenter {
  position:absolute;
  vertical-align:center;
  top:0;
  right:0;
  overflow:visible;
}

.pageStyle #mainContent {
	padding: 4px 26px 10px;
	margin: 0;
	border: 0;
	z-index:500;
	height: auto !important;
	background: #ffffff left top repeat-x url("img/hdshadow.png");
	overflow: auto;
}
.pageStyle pre {
	background-color: #FFF;
	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:12px;
	 padding-left:16px;
	 font:100% arial,sans-serif;
	 line-height:130%;
	 list-style: square outside none;
	}

.pageStyle #mainContent ol {
  margin-top:2px;
  margin-bottom:2px;
 }
 
.pageStyle #mainContent h1 {
 	font-size: 160%;
 	font-weight:normal;
 	/* line-height:160%; */
 	padding-top:8px;
 	padding-bottom:8px;
 	margin:6px 0 3px;
}
.pageStyle #mainContent h2 {
 	font-size: 140%;
 	/* line-height:120%; */
 	padding-top:6px;
 	padding-bottom:6px;
 	margin:6px 0 3px;
 	/* font-weight:normal;
 	font-style:italic; */
}

.pageStyle #mainContent h3 {
 	font-size: 120%;
 	font-weight:bold;
    padding:0.6em 0 0.2em;
    margin:0.4em 0 0.1em;
}

.pageStyle #mainContent h6 {
 	font-size: 110%;
 	font-weight:bold;
    padding:2px 0;
    margin:6px 0 2px;
}


.pageStyle #mainContent h4 {
 	font-size: 125%;
 	font-weight:bold;
 	padding:2px 4px;
 	margin:12px 0;
	background: transparent left center no-repeat url("img/h4bg.png")
}

.pageStyle #mainContent h5 {
 	font-size: 115%;
 	font-weight:bold;
    /* font-weight:normal; 
    font-style:italic;*/
    color:#569;
 	padding:2px 4px;
 	margin:8px 0 2px 0;
	background: transparent left center no-repeat url("img/h5bg.gif")
}


.pageStyle #mainContent p {
	line-height:20px;
	padding: 2px 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:bold; */
	color: #45B;
}

.pageStyle #mainContent .publication .jname {
	font-style: italic;
}

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

.pageStyle #sideBar {
	float: right;
	margin: 12px 0 12px 12px;
	border-left: 8px solid #8AF;
	background-color: #edf0ff;
	padding: 12px 6px;
	width:294px;
}

.pageStyle #sideBar .sideMenu ul {
	 margin:0;
	 font:100% arial,sans-serif;
	 line-height:130%;
	 list-style: none outside none;
}

.pageStyle #sideBar h3 {
	color:#68B;
	padding:2px;
	margin:0;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
}


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

.pageStyle #sideBar a {
	text-decoration: none;
}

.pageStyle #sideBar ul {
	 margin:0;
	 margin-left:4px;
	 padding-left:0;
	 font:95% arial,sans-serif;
	 list-style: square inside none;
	}
.pageStyle #sideBar ul li { margin:0; }

.pageStyle #sideBar .more {
 font:italic 100% arial,sans-serif;
 white-space:nowrap;
}

.pageStyle #mainText {
	padding: 0;
	font-size:100%;
}

.pageStyle #mainText ul li {
	margin:0;
	padding: 2px 0;
}

.pageStyle #mainText ol li {
	margin:0;
	padding: 2px 0;
}


.pageStyle #wikiNews li {
	margin:0;
	padding: 4px 0;
}

.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 #footer { 
  padding: 0;
  height: 60px; /* 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: 60px;
	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")
}

.pageStyle #footerContent p {
  /* font-weight:bold; */
	font-size: 80%;
	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;
}

.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:#FFF;
}

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

.pageStyle .ema {
 font-size:12px;
 white-space:nowrap;
}

.pageStyle .ema a {
 color: #173090;
 text-decoration:none;
}
.pageStyle .ema .mimg {
 display: inline-block;
 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;
}


td.vertical {
  writing-mode: vertical-rl; 
}

p.vertical {
  writing-mode: vertical-rl; 
}
