@charset "utf-8";
/* CSS Document */

/*  IE Fixes and Browser Overrides */
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	/*font-size:76%;*/
	font-size:88%;
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;/* */ 
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}
/* -----------------------------------------------------------*/
/* Main Layout Containers Header, Content, Navigation, Footer */
/* Header */
/* -----------------------------------------------------------*/
#header {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width: 100%;
	height: 70px;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 10;
	overflow: hidden;
	color: #ffffff;
	background-color: #336699;
	/*font-family: Western, Critter, fantasy;*/
	font-family: "Times New Roman", Times, serif;
	/*font-family: Zapf-Chancery, Caflisch Script, cursive;*/
	font-size: 2.5em;
	/*font-size: 36px;*/
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}
#header img.llogo {
  float: left;
  margin-top: 4px;
  margin-left: 10px;
}
#header img.rlogo {
  position: absolute;
  top: 1px;
  right: 8px;
  /*float: right; 
  margin-top: -50px;
  margin-right: 10px;*/
}
/* ------------------------------------------------------*/
/* Footer */
/* ------------------------------------------------------*/
#footer {
  /*position: absolute;
  bottom: 0;
  right: 0;	
  z-index: 8;*/
  clear: both;
  width: 100%;  
  font-size: 0.9em;
}
/* ------------------------------------------------------*/
/* Left Side Navigation Container */
/* ------------------------------------------------------*/
#leftnav {
	position:absolute;
	left:0;
	top:70px;
	bottom:0px;
	width:140px;
	font-size:1.2em;
	z-index:15;
	overflow:auto;
	background-repeat:no-repeat;
	background-color: #336699;
}
* html #leftnav {
	height:100%;
	top:70px;
	bottom:0;
	color:#ffffff;
}

/* ------------------------------------------------------*/
/* Top Navigation Container*/
/* ------------------------------------------------------*/
#topmenu {
	background-color: #667963;
	height: 28px;
	top: 70px;
	width: 100%;
	left: 0px;
	position: absolute;
	font-family:georgia, "palatino linotype", "times new roman", serif;
	z-index:10;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
  margin: 0px;
  padding: 0px;
}

/* ------------------------------------------------------*/
/* Content Top Container */
/* ------------------------------------------------------*/
#content {
	overflow:auto;
	position:absolute;
	z-index:5;
	top:100px;
	bottom:0px;
	left:140px;
	right:0;
	background:#ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
* html #content {
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  max-height:100%;
  width:100%;
  overflow:auto;
  position:absolute;
  z-index:5;
  background:#ffffff;
  border-top-width: 98px;
  border-bottom-width: 0px;
  border-left-width: 140px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  text-align: center;
}

/* ------------------------------------------------------*/
/* Content Main Layout Blocks */
/* ------------------------------------------------------*/
#content div.layoutcolumn1 {
  float: left;
  clear: left;
  width: 48%;
  margin: 0 10px 0 0;
  text-align: left;
}
#content div.layoutcolumn2 {
  float: left;
  width: 48%;
  margin: 0 0 0 10px;
  text-align: left;
}
#content div.layoutrow {
  float: left;
  clear: both;
  width: 98%;
  margin: 0 0 0 0;
  text-align: center;
}
#content .newrow {
  display: block;
  clear: left;
}

/* ------------------------------------------------------*/
/* Content Text Styles */
/* ------------------------------------------------------*/
#content .pageTitle, #content .pageTitleParagraph {
  display: block;
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  /*font-size: 180%;*/
  font-size: 160%;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-transform: capitalize;
  color: #666666;
  /*color: #2A3F00;*/
}
#content .pageTitle {
   text-align: center;
}
#content .pageTitleParagraph {
  text-align: center;
  font-variant: normal;
  color: #000000;
}
#content .sectionTitle, #content .sectionTitleGrey, #content .helpTitle {
  display: block;
  width:100%;
  text-align:left;
  font-family: "Times New Roman", Times, serif;
  /*font-size: 150%;*/
  font-size: 120%;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: capitalize;
  /*color: #666666;*/
}
#content .sectionTitleGrey {
  color: #aaaaaa;
  padding-left: 0;
}
#content .helpTitle {
	text-align:center;
  color: #2A3F00;
}
#content .pageInstruction {
  display: block;
  width: 100%;
  text-align: left;	
  font-size: 110%;
  font-weight: normal;
  padding-top: 0px;
  color: #444444;
}
#content .pageInfo {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 110%;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}

#content p {
	font-size: 1.3em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content h1 {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	/*font-size: 2.7em;*/
	font-size: 160%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	/*font-variant: normal;*/
	font-variant: small-caps;
	text-transform: capitalize;
	/*color: #2A3F00;*/
	color: #666666;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: nowrap;
	padding: 0 0 5px 0;
	margin: 0;
}
#content h1.h1paragraph {
  font-variant: normal;
  /*color: #2A3F00;*/
  color: #000000;	
}

#content h2 {
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #2A3F00;
}

#content h3 {
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #2A3F00;
}
#content h4 {
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #2A3F00;
}
#content h5 {
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #2A3F00;
}
#content h5.pageInfo {
  text-align: center;
  font-size: 120%;
  font-weight: normal;
  text-transform: none;
  color: #555555;
  padding: 0.5em 0 1.0em 0;
  margin: 0;  
}

#content p, li {
	font-size: 1.0em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style-type: upper-alpha;
}
#content ol ol ol {
	list-style-type: lower-alpha;
}
#content ol ol ol ol {
	list-style-type: upper-roman;
}
#content ol ol ol ol ol {
	list-style-type: lower-roman;
}
#content ul {
	list-style-type: disc;
}
#content ul ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 1em;
	padding: 0px;
}
#content ul ul ul {
	list-style-type: circle;
}
#content ul ul ul ul {
	list-style-type: disc;
}
#content ul ul ul ul ul {
	list-style-type: square;
}
#content ul.listspacer li {
  line-height: 1.5;
}
#content hr.shorthr {
  /*min-width: 500px;*/
  /*margin: 0 20% 0 10%;*/
  display: block;
  clear: both;
  /*border-style: dotted;*/
  /*border-style: dashed;*/
  border-style: solid;
  border-color: #bbbbbb;
  border-width: 1px;
}
#content hr.divider {
	clear: both;
	border-style: solid;
  border-color: #ddeeda;
  border-width: 1pt;
  margin: 0 -12px 0 -25px;
  /**margin: 0 0;      /* IE 6 and 7 hack: margin-left is for left on Firefox but for right on IE */
}
#content span.italictext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  font-style: italic;
  display: run-in;
  float: left;
  width: auto;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: left;
  white-space: nowrap;
}
#content span.italicnote, #content span.datenote {
  font-style: italic; 
  width: auto;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: left; 
  font-size: 80%; 
  vertical-align: top;
}
#content span.datenote {
	vertical-align: 40%;
}
#content .listhead1 {
  font-weight: bold;
  margin-right: 10px;
}
#content .listhead2 {
  font-style: italic;
  font-weight: bold;
  font-size: 90%;
  margin-right: 5px;
}
#content .actionResult {
  float: left;
  color: #FF6600;
  font-size: 100%;
  /*background: #eef;*/
  padding: 2px 5px;
  margin: 5px 0 5px 0;
}
#content .pagingNav {
  float: right;
  font-size: 100%;
  padding: 2px 5px;
  margin: 5px 0 0px 0;
}
#content .pagingNav a {
  margin-left: 4px;
}
#content .pagingNav .currentPage {
  color: #FF6600;
  margin-left: 4px;
}
/* ------------------------------------------------------*/
/* Table style definitions */
/* ------------------------------------------------------*/
#content table {
  font-size: 100%;
  margin: 0 auto;
}
#content table.container {
	/*width: auto;*/
  /*width: 100%;*/
  width: auto;
  /*background-color: eeeeee;*/ /* not work on Firefox */
}
#content table.innerfulltable, #content table.reviewfulltable {
  width: 100%;
}
#content table.margined {
	margin: 0.7em 1.0em;
}
#content table caption {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 110%;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  padding-top: 0.0em;
  padding-bottom: 0.5em;    
}
#content table th, #content table th a {
  border: 1px solid #000000;
  /*background-color: #4f5f4d;*/
  /*background-color: #1F5196;*/
  background-color: #889b85;
  /*background-color: #4E6581;*/
  /*background-color: #666;*/
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
  /*padding-left: 0.2em;*/
  /*padding-right: 0.2em;*/
  text-decoration: none;
  border: 0;
}
#content table td {
  text-align: left;
  padding-left: 0.0em;
  padding-top: 0.0em;
  padding-right: 0.0em;
  padding-bottom: 0.0em;
  color: #000000;
}
#content table td.ctrtd {
  text-align: center;
}
#content table td.ctrtdloose {
  text-align: center;
  padding-left: 0.5em;
  padding-top: 0.4em;
  padding-right: 0.5em;
  padding-bottom: 0.4em;  
}
#content table td.aligntop {
  vertical-align: top;	
  padding: 0;
  margin: 0;
}
#content table td.tdspacer {
  width: 5%;
  padding: 0 0 0 10px;
}
#content table td.nowrap {
  white-space: nowrap;
}
#content table td.nowrapvtop {
  white-space: nowrap;
  vertical-align: top;
}
#content table td.stackbuttons {
  vertical-align: middle;
  text-align: center;
}
#content table td#addrlistnote {
  padding-left: 15px;
  padding-bottom: 5px;
  font-style: normal;
  font-size: 110%;
}
#content table td.total, #content table th.total {
  text-align: right;  
  padding-right: 10px;
}

#content table.borderedtable {
  border: 1px solid #000000;
}
#content table.borderedtable tr.evenrow {
	background-color: #ddeeda;
  /*background-color: #dddddd;*/
}
#content table.borderedtable th, #content table.borderedtable td {
  padding-left: 0.6em;
  padding-top: 0.4em;
  padding-right: 0.6em;
  padding-bottom: 0.4em;
}
#content table.borderedtable th.leftth {
  text-align: left;
}
#content table.reviewtable, #content table.reviewfulltable, #content table.reviewtableloose {
	font-family: Prestige, Courier New, Courier, Lucida Console, Monaco, monospaced;
}
#content table.reviewtable td, #content table.reviewfulltable td {
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-right: 0.5em;
  padding-bottom: 0.2em;  
}
#content table.reviewtableloose td {
  padding-left: 1.5em;
  padding-top: 0.2em;
  padding-right: 0.0em;
  padding-bottom: 0.3em;  
}
#content table.reviewtable td.tdspacer, #content table.reviewtableloose td.tdspacer {
  width: 10%;
  padding: 0 0 0 30px;
}
#content table.reviewtable td.tdspacerwide {
  width: 20%;
  padding: 0 0 0 60px;
}
#content table.reviewtable td.tddivider {
  line-height: 10%; 
  font-size: 1px;
  padding: 0 0 0 0;
}
/* ------------------------------------------------------*/
/* General Look and Feel Classes and ID's */
/* Fonts, alignment, positiong, etc */
/* ------------------------------------------------------*/
#content .linespacer {
  line-height: 1.5;
}
#content .linedoubler {
  line-height: 2.0;
}
#content .linegapper {
  line-height: 2.5;
}
.spacesaver {
  font-family: "Times New Roman", Times, serif;
}
.bold {
	font-size:1.3em;
	font-weight:bold;
}
.boldRed {
	font-size:1.3em;
	font-weight:bold;
	color: #FF0000;
}
.boldBlue {
	font-size:1.3em;
	font-weight:bold;
	color: #0000FF;
}
.mvertical {
   vertical-align: middle;
}
.tvertical {
   vertical-align: top;
}
.hcentered {
	text-align: center;
	display: block;
}
.nowrap {
  white-space: nowrap;
}
.hidden {
	display: none;
}

/* Image Positioning */
img.floatLeft {
	float: left;
	margin: 4px;
}
img.floatRight {
	float: right;
	margin: 4px;
}
img.floatRightClear {
	float: right;
	clear: right;
	margin: 4px;
}
/* Remove Border off of images with links */

a:link img {
	border: none
}
a:visited img {
	border: none
}
a.searchlink, a.searchlink:visited {
  color: #0000ff;
  text-decoration: none;
}

/* Centering Text in any other container */

div.centered {
	text-align: center;
	width: 100%;
	clear: both;
}
div.centered table {
	margin: 0 auto;
	text-align: left;
}
div.lefted {
  text-align: left;
  width: 100%;
}