body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	text-transform: uppercase;
	color: #676050;
	font-weight: normal;
	margin-top: 0px;
}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #4F493E;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #4F493E;
	margin-bottom: 8px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #4F493E;
	margin-top: 0px;
	margin-bottom: 4px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #4F493E;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

h6.home {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 95%;
      font-weight: bold;
      color: #000000;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 1px;
      padding-bottom: 1px;
      text-transform: uppercase;
}

h6.t2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #7e7663;
	border-right-color: #7e7663;
	border-bottom-color: #7e7663;
	border-left-color: #7e7663;
	background-color: #fcfbf5;
}

h6.t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #7e7663;
	border-right-color: #7e7663;
	border-bottom-color: #7e7663;
	border-left-color: #7e7663;
	background-color: #fcfbf5;
}

h6.blue {
	color: #003966;
}

p {
	margin-top: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select#restrict {
	font-size: 90%;
}

a:link, a:active {
	color: #005091;
	/*color: #0033CC;*/
	text-decoration:none;
}

a:visited {
	color:#5E5EAE;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size: 90%;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.cutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 15px;
}

.T2B2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.tbl_txtT2B2 {
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}

/* home page styles */
#tblHomeLayout {
	width: 100%;
	border: 0;
	table-layout: fixed;	
	margin-top: 15px;
	padding-bottom: 0px;
}

#tblHomeLayout tr {
	vertical-align: top;
}

#tblHomeLayout tr td.homeCol {
	background-color: #ECECE2;
}

div.homeImgText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 10px 0px 20px;
	vertical-align: top;
}

div.dashbox {
	text-align: left;
	background-color: #FCFBF5;
}

div.menuspacer {
	width: 100%;
	height: 8px;
}

div.spacerbox {
	background-color: #FCFBF5;
	width: 100%;
	height: 15px;
}

div.dashbox h6 {
	padding-left: 5px;
}

div.dashsubbox {
	background-color: #ECECE2;	
	padding: 5px 15px 10px 15px;
}

div.dashsubcalbox {
	background-color: #ECECE2;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
        text-align: left;
}

div.dashsubwbox {
	padding: 5px 15px 5px 5px;
}

div.dashsubbox .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #676050;
/*	padding-top: 5px;*/
	padding-bottom: 3px;
}

div.dashbox select {
	width: 100%;
	font-size: 95%;
}

div.truncText {
	overflow: hidden; 
	width: 125px; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

div#calscrollbox {
	overflow: auto; 
	border: solid 1px gainsboro; 
	height: 250px;
}

/* landing page styles */
.bnr_LP_LightBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	text-transform: uppercase;
	color: #676050;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #A6C0D9;	
}

.bnr_LP_OliveGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #AEB362;
}

.bnr_LP_BlueGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #8D96B1;
}

.bnr_LP_Purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #6B6587;
}

.bnr_LP_Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #517AA6;
}

.bnr_LP_Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #DAA257;
}

.LP_content {
	padding-left: 5px;
}

a.redlink, a.redlink:hover, a.redlink:visited, a.redlink:active { color: #CC0000; }

/* List Styles */
ul {
	margin-left: 0;
	padding-left: 25px;
}

ul li {
	list-style-type: square;
	padding-bottom: 5px;
}

ul li ul {
	margin-top: 15px;
}

ul li ul li {
	list-style-type: circle;
}

ul.listing {
	padding-left: 0;
	margin-left: 0;
	width: auto;	
}

ul.listing li {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 6px;
}

ul.linklist {
	padding-top: 0;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
}

ul.linklist li {
	list-style: none;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.pipelist {
	list-style: none;
	padding: 0;
}

ul.pipelist li {
	display: inline;
	padding: 0px 2px 0px 6px;
	margin: 0px 0px 0px 0px;
	border-left: solid 1px gray;
}

ul.pipelist li.firstchild {
	border-left: none;
	padding-left: 0px;
}

ul.docsList,
td.docsList,
ul.secLinksList {
	padding-top: 0;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
}

ul.docsList li,
td.docsList,
ul.secLinksList li {
	font-size: 90%;
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 0;
}

ul.docsList li a,
td.docsList a,
ul.secLinksList li a {
	font-weight: bold;
	padding-bottom: 2px;
}

th {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-bottom: solid 1px gainsboro;
	white-space: nowrap;
        text-align: left;
}

td.rowlist {
	border-bottom: solid 1px gainsboro;
}

.grayBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #ECECE2;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.blueBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #dce0ec;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
}

table.tblIssues tbody tr td {
	padding: 3px 0px 2px 0px; 
}

/* press releases styles */
.pr_lsi {
	text-align:left;
	font-size:85%;
	padding:15px;
	background-color:#ecece2;
	margin:0px;
	border: solid 1px gray;
}

/* biography styles */
.biotitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #003966;
}

.photo {
	padding-right: 15px;
	padding-bottom: 5px;
	float: left;
}

/* committee chart styles */
a.chart:link  {
    color: #FFFFFF;
}
	
a.chart:visited  {
    color:#FFFFFF;
}

a.chart:hover {
	text-decoration:underline
}

.chart_2lines {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}

.chart_notile {
	background-repeat: no-repeat;
}

.chart_3lines {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}

.chart_sm3lines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0px;
}
.chart_timeHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 2px 0px;
	color: #676050;
	border: 1px none #676050;
}
.totop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	vertical-align: top;
	text-align: right;
}
.chart_wg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 2px 0px 6px;
}

.chart_wghead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 2px 0px;
	color: #676050;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #676050;
}

/* calendar styles */
.tnavRules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #CCCCBC;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	white-space: nowrap;
	border: 1px none #000000;
	text-transform: uppercase;
}
.tnavRulesSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ccccbc;
	background-color: #fcfbf5;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
}
.tnavRules a,
.tnavRules a:visited {
	color: #000000;
}
.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	border-top-style: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	white-space: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccccbc;
	background-color: #ecece2;
	text-transform: none;
        text-align: left;
}

.issue_tbl_headServices {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AEB362;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #676050;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
}
.issuestatus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	border-top-style: none;
	border-top-color: #ccccbc;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccbc;
}
.redcan {
	color: #CC0000;
	font-weight: bold;
}

table.rowLines tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccbc;
}

/* sidebar styles */
.sidebar_ttlLevel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #676050;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #676050;
	background-color: #ECECE2;
}

.sidebar_ttlLevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #676050;
	font-weight: bold;
	color: #676050;
	padding-right: 5px;
}

.sidebar_relLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #676050;
	padding-right: 5px;
}

.sidebar_relLink a.login {
	padding-left:12px;
	background-image: url("/images/icons/ico_lock.gif");
	background-repeat: no-repeat;
}

.sidebar_relatedLink {

}

#tnav {
	background-color: #91866f;
}

/* top nav styles */
#tnavcontainer ul {
	padding: 6px 0px 4px 0px;
	margin: 0;
	list-style-type: none;
	background-color: #91866f;
	width: 100%;
	text-align: center;
}

#tnavcontainer ul li {
	display: inline; 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
	font-weight: bold;
}

#tnavcontainer ul li a, 
#tnavcontainer ul li a:active, 
#tnavcontainer ul li a:visited {
	text-decoration: none;
	padding: 0px 13px 0px 13px;
	background-color: #91866f;
	color: #FFFFFF;
	white-space: nowrap;
}

#tnavcontainer ul li a:active {
	/*text-decoration: underline;*/
}

#tnavcontainer ul li a:hover {
	background-color: #ECECE2; /*#FCFBF5;*/
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 3px #91866f;
	border-right: solid 3px #91866f;
	color: #676050;
}

#tnavcontainer ul li#active a {
	background: #FCFBF5;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #000000;
}

#tnavcontainer ul li#active a:hover {
	padding-left: 13px;
	padding-right: 13px;
	border-left: none;
	border-right: none;
	text-decoration: none;
}

/* tabbed page menus */
div.tabsBar {
	background-color: #CCCCBC;
	width: 100%;
	margin: 0;
	padding-left: 4px;
	padding-top: 4px;
}

ul.tabbednav {
	padding: 0px 0px 4px 0px;
	margin: 0;
	list-style-type: none;
	background-color: #CCCCBC;
}

ul.tabbednav li {
	display: inline; 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
}

ul.tabbednav li.active {
	background-color: #FCFBF5;
	font-weight: bold;
	padding-top: 1px;
	/*
	border-top: solid 2px #FCFBF5;
	*/
}

ul.tabbednav li a, 
ul.tabbednav li a:active, 
ul.tabbednav li a:visited {
	padding: 0px 13px 0px 13px;
	color: #000000;
	white-space: nowrap;
}

/************************/
/* 3-Column List Styles */
/************************/
div.list3col ul
{
  width: 100%;  /* room for 3 columns */
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
div.list3col ul li
{
  float: left;
  width: 33%; /* accommodate the widest item */
  white-space: nowrap;
  list-style-type: none;  
}
/************************/


/************************/
/* 2-Column List Styles */
/************************/
div.list2col ul
{
	width: 100%;  /* room for 2 columns */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
div.list2col ul li
{
	float: left;
	width: 50%; /* accommodate the widest item */								
	list-style-type: none;
}
/************************/

/************************/
/* TRE Announcements box - mktrules/compliance/tre */
/************************/
.tre-announcement 
{
background-color: #ecece2;
border-top: 3px solid #fcfbf5;
padding: 7px;
}
/************************/

/************************/
/* EILS Announcements box - services/programs/load/eils */
/************************/
.eils-announcement 
{
background-color: #e7e8cd;
border: 3px solid #aeb362;
padding: 6px;
width: 420px;
text-align: center;
}
/************************/
