body {
  font-family: 'Lato', sans-serif;  
	font-size: 16px;
  line-height:1.3em;
	padding: 0;
	margin:	0;
  color:rgba(54,54,54,1.00);
	background-color:#FFF;
	width:99%;
}

form {
	margin:0;
	padding:0;
}

input.txtSearch {
	width: 150px;
}


label {
	font-size: 0.9em;
}

p { 
	padding: 5px inherit 0px inherit;
	margin: 0;
}

ul li {
	text-indent: 0px;
	margin-left: -15px;
	padding: 5px 0;
	list-style:disc;
}

li.compact, ul.compact {
	padding: 2px inherit 0 inherit;
}

li.verycompact, ul.verycompact  {
	padding: 0;
	margin: 0;
}

ul li li, ul li li li {
	padding: 5px 0;
	list-style:circle;
}

ul li p {
	padding: 5px 0 0 0;
}

ol li {
	list-style:decimal;
}

ol li.letter {
	list-style:lower-alpha;
	margin: 0 inherit;
	padding: 0 inherit;
	line-height: normal;
}

blockquote {
	font-style:normal;
  margin: 5px 3px;
  border-left:2px solid #5D5D5D;
  padding: 0 10px;
}

/* Layout DIVs */

#divBanner {
	margin: 0;
	padding: 5px 5px 0 5px;
	color: #225486;
	background-color:#DFEBF7;
	border: 0;
	width:100%;
	clear:both;
	min-height:90px;
}

#divBanner h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 6px;
}	

#divBanner h2 {
	font-size: 1em;
	margin: 0;
	padding: 3px;
}	
#divBanner h5 {
	font-size: 1em;
	font-style:italic;
	font-weight: normal;
	margin:0;
	padding:0;
}

#divWelcome {
 float:left;
 width: 100%;
 margin:0; 
 padding:0;
 color: inherit;
 background-color: inherit;
 height: inherit;
}

#divWelcome a {
	font-size: 1em;
	text-decoration:underline;
	display: inline;
}

#divWelcome a:visited {
	color: inherit;
	background-color: inherit;
}

#divWelcome a:hover {
	color: inherit;
	background-color: #FFEBBF;
}

#divWelcome p {
	margin:0;
	padding: 5px 0;
}

#divHeaderLinks {
  float:left;
}

#divRefer {
  float: left;
  margin: 5px 0 5px 0;
}

#divSearch {
	float: right; 
	margin: 0 0 0 0;
	width: 300px;
	color: inherit;
	background-color: inherit;
	font-size: 0.8em;
}



#divWrapper1 {
	position: relative;
	text-align: left;
	width: 100%;
	background: #FFF;
	color: inherit;
  clear:both;
}

#divWrapper2 {
	position: relative;
	text-align: left;
	width: 100%;
	background: #FFF url("../images/leftColorBG.png") repeat-y top left;
	color: inherit;
}


#divBetweenHeaderAndFooter {
	position: relative;
	margin: 0;
	padding: 10px;
}

#divLeftNav {
	position: relative;
	float: left;
	top: -10px;
	left: -10px;
	border: 0;
	padding: 0 15px;
	margin: 0 0 -10px -10px;
	color: #225486;
	background-color:#DFEBF7;
	width: 165px; 
	z-index: 100;
}

#divCenterColumn {
	position: relative;
	margin: -10px -10px 0 185px;
	padding: 0 0 0 10px;
}

#divFoot {
	position: relative;
	clear: both;
	background-color:#DFEBF7;
	color: #225486;
	font-size: 0.9em;
	padding: 5px 10px;
	border:0;
	text-align: left;
}

#divLeftNav #divJoinAlliance {
	margin: 15px 3px;
	border: 2px #225486 dotted;
	padding: 3px;
	font-size: 0.8em;
}

#divLeftNav #divJoinAlliance h4 {
	text-align:center;
	margin:0;
	padding:0 0 3px 0;
	font-size:1.2em;
}

#divLeftNav #divJoinAlliance p {
	margin: 5px 0;
}

#divLeftNav #divJoinAlliance a {
	display: inline;
	text-decoration: underline;
	font-size: 1.1em;
	margin: 0 0 -10px -10px;

}

#divLeftNav #divJoinAlliance a:hover {
	display: inline;
	color: inherit;
	background-color: #DFEBF7;
	padding: inherit;
	margin: inherit;
}

#divLeftNav #divJoinAlliance a:active {
	display: inline;
}

#divLeftNav #divJoinAlliance img {
	margin: 0 35px;
}


#divCenterColumn h2 {
	font-size: 1.4em;
	text-align: left;
	font-style:normal;
	font-weight: 700;
	margin:10px 0;
}

/*
#divRightSideBar {
	float: right;
	position:relative;
	margin: 0;
	padding: 0;
	width: 150px;
	border-left: 1px #225486 dashed;
}

#divRightSideBar h4 {
	margin:0;
	padding: 5px 0 0 0;
	font-size: 90%;
}

#divRightSideBar p {
	margin:0;
	padding: 0 0 0 0;
	font-size: 80%;
}




#divFootPrint {
	display:none;
}
*/


#divLeftNav a, #divLeftNav h4 {
	display:block;
	color: #225486;
	background-color: inherit;
	text-decoration: none;
}

#divLeftNav h4 {
	margin: 0;
	padding: 5px 0 0 0;
}

#divLeftNav a {
	margin:0;
	padding: 0 3px 0 12px;
	font-size:0.8em;
}

#divLeftNav a:hover {
	color: inherit;
	background-color: #F3F8FC;
}

#divLeftNav a.selected {
	color: inherit;
	background-color: #F3F8FC;
	
}



#divFoot a {
	color:#225486;
	background-color:inherit;
	text-decoration: none;
}

#divFoot a:hover {
	text-decoration:underline;
}


img {
	border: 0;
	margin: 0;
	padding: 0;
}

figcaption {
  font-size:0.8em;
	color: #225486;
}
  


/* Class of the SPAN containing the edit, minimize, and help icons for each collapsible/expandable 
--------------------------------------------------------------------- */

.collapsibleSectionIcons	{
	float:right;
	white-space:nowrap;
	margin:-17px 3px 0 0;
}
.collapsibleSectionIcons a img	{
	color: #000000;
	background-color: inherit;
}
.collapsibleSectionIcons a:hover img	{
	background:#FFCC99;
	color: inherit;
}
.collapsibleSectionIcons a:active	{
}

div.divCollapsibleSection {
	border: 1px #333333 solid;
	margin: 10px 10px;
	padding: 0 ; 
}

div.divCollapsibleSection h6 {
	font-size: 1.1em;
	font-weight:700;
	border-top:2px solid #98BFE5;
	color:#00365E;
	background-color:#D5E1FD;
	margin: 0;
	padding: 1px 6px 3px 6px;
	min-height: 18px;
}

div.divCollapsibleSection h3 {
	padding: 1px 6px 3px 6px;
}


div.divCollapsibleSection ul li ul li {
	margin-top: 7px;
}

div.divCollapsibleSection ul li ul li p {
	margin-top: 7px;
}

/* =Sortable (normal) Table
--------------------------------------------------------------------- */
/* align all rows to the top */
tr {
	vertical-align:top;
}

.odd, oddRow {
	background-color:#FFFFFF;
}

.even, evenRow {
	background-color: #EFEFEF;
}
	
/* Classes applied to data tables and sortable tables */
.sort-table, .data-table  {
	border:1px solid #a6c1fa;
	background-color:#FFFFFF;
	margin:0;
	border-collapse:collapse;
	width:100%;
}

.sort-table td, .data-table td {
	padding:3px 5px 3px 5px;
	vertical-align:top;
	border: 0;
}

.sort-table tr:hover, .data-table tr:hover {
	background-color:#FFFFCC;
}


.sort-table thead td, .sort-table thead th, .data-table thead th, .data-table thead td {
	cursor:default;
	text-align:left;
	vertical-align:bottom;
/*	background-color: #D5E1FD; Jim: Changed to slightly lighter shade of blue to differentiate from section header color */
	background-color: #E0E9FE;
	color:#00365E;
	padding:3px 5px 3px 5px;
}

.sort-table thead td, .sort-table thead th {
	border: 1px solid #EEEEEE;
}

.data-table thead th {
	border: 0;
}

table tr td.tblNoWrap  {
	white-space:nowrap;
}

table tr td.tblWrap {
	white-space:normal;
}

table tr td.tblDottedBack {
	background: url(../images/dot.gif) repeat-x 0 13px;
}

.sort-table tfoot td, .data-table tfoot td {
	border-top:1px solid #999999;
	border-right:0px;
	border-left:0px;
	font-weight:700;
	font-size: 100%;
}



.sort-table thead td:active {
	border-color:ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:3px 4px 1px 6px;
}
.sort-table thead td[_sortType=None]:active {
	border-color:ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:2px 5px;
}
.sort-arrow {
	width:11px;
	height:11px;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 2px;
}

.sort-arrow.descending {
	background-image:url("../images/downsimple.png");
}

.sort-arrow.ascending {
	background-image:url("../images/upsimple.png");
}
	
/* class used to format cells for numbers or currency */
.tdNumber,.tdCurrency, thead tr td.tdCurrency, thead tr th.tdCurrency, thead tr td.tdNumber,thead th td.tdNumber  {
	text-align:right;
}

/* class used to format cells for dates */
.tdDate,.tdDefault,tdCenter {
	text-align:center;
}

/* class used to format cells for text */
.tdText {
	text-align:left;
}

.textNumeric {
	text-align:right;
}

/* =Layout Table
--------------------------------------------------------------------- */
table.tableLayoutTable {
	border:0;
	text-align:left;
	vertical-align:top;
	width:100%;
}

table.tableLayoutTable td {
	padding:1px;
	vertical-align:top;
}

table.tableLayoutTable thead,th {
	vertical-align:bottom;
	padding:1px;
	font-weight:400;
}

table.tableLayoutTable tfoot td  {
	font-weight:700;
	font-size: 100%;
}

a.headline, a.headline:visited {
  font-size:1.05em;
  text-decoration:none;
	color: #225486;
  font-weight:700;
}

a.headline:hover {
  text-decoration:underline;
  color:
}

li h4 {
  font-size:1.05em;
  display:inline;
  font-weight:400;
	color: #225486;
  padding: 2px 0px;
}

div.twocolumn {
  width:40%;
  margin-left:10px;
  float:left;
}

.strikeout {
  text-decoration:line-through;
}