/* Base CSS Styles */

@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #172969;
  background: #fff;
}
html, body, p, th, td, li, dd, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 { font-size: 13pt; }
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 11pt; }
h5 { font-size: 10pt; }
h6 { font-size: 10pt; }
a:link { color: #172969; }
a:visited { color: #172969; }
a:hover { color: #2f4ba5; text-decoration: underline; }
a:active { color: #2f4ba5; text-decoration: underline; }

a img, img a, map area img {
	text-decoration: none;
	border: none;
}

.h1 { 
	font-size: 13pt;
	font-weight: bold;
}

/* Div and ID styling  */

#logoHome, #logoHome a {
	border:none;
	margin: 0;
	padding: 0;
}

#logout2 {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(images/logout2_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#logout3 {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(images/logout3_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#search_td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(images/search_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#search {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left: 14px;
}

#searchButton {
	background-color: #bf020e;
	height: 27px;
	color: #ffffff;
	border:none;
}

#keyword {
/*	background-color:#FFFFFF;*/
	margin: 0 0 0 -6px;
	padding: 0 0 0 0;
	border: none;
	width: 120px;
	height: 25px;

}	


div#wrapimg {
	border: solid 1px #6e79a1;		
	width: 858px;
	margin: auto;
}


#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 14px;
}

#publicBack {
	background-image:url(images/full_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #d8dbe6;
	width:858px;
	margin:auto;
}

#navigation {
	width: 831px;
}

#footer {
	margin: 0 5 0 5;
	padding: 0 0 0 0;
	margin-bottom: 14px;
}

#mainContent {
	width: 831px;
	margin: auto;
	padding: 14px 28px 14px 28px;
}

#mainContent td {
	text-align: left;
}

#mainClientContent {
	width: 831px;
	/*margin: auto;*/
	padding:0px;
	background-color:#FFFFFF;
}

#mainClientContent td .margin {
	padding-left: 25px;
}


.outdent {
	text-indent: -15px;
}

.label {
	padding-left: 25px;
	font-weight: bold;
	/*color: #bf020e;*/
	color:#A4020E;
	/*padding-bottom: 10px; July 8 removed */
}

.labelText {
	font-weight: bold;
	color: #A4020E; /*#bf020e;*/
}

.articleTitle, a.articleTitle {
/*	padding-left: 25px; 
	text-indent: 25px;*/
	font-weight: normal;
	color: #172969;
	font-style: italic;
}

.linknot, a.linknot {
	text-decoration:none;
}
a.linknot:hover, a.linknot:active {
	text-decoration:underline;
}

.articleIRP {
	/*padding-left: 25px;*/
	font-weight: normal;
	color: #2f4ba5;
}

.IRP2 {
	font-size: 13px;
	font-weight: bold;
	color: #2f4ba5;
}
.articleDate {
	/*padding-left: 25px;*/
	font-size:11px;
	font-weight: normal;
	color: #2f4ba5;
}

td .marginIRP {
	padding-left: 100px;
	padding-top:15px;
	vertical-align: top;
}

.admin {
	text-align:right;
	font-weight:bold;
}

.bold {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.smallcaps {
	font-variant: small-caps;
}

.underline {
	text-decoration: underline;
}

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

.quotation {
	font-family: "Nueva Std", "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 13pt;
	/*margin-left: 60px;
	margin-right: 100px;*/
	font-style: italic;
	font-weight: bold;
	color: #172969;
	line-height: normal;
}

.byline {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	margin-right: 60px;
	color: #172969;
}

.ltquotes {
	font-size: 20pt;
	font-weight: bold;
}

.rtquotes {
	font-size: 20pt;
	font-weight: bold;
	margin-left: 10px;
}

hr  {
	color: #bf020e;
	height: 1px;
	width: 65%;
	text-align: left;
	/*margin-top: 20px;*/
}

ul.square {
	list-style: square;
	margin-left: 50px;
	margin-right: 20px;
}

li.square {
	margin-bottom: 10px;
}

/*  full paragraph indent sizes  */
.indent30 {
	text-indent: 30px;
}

.indent40 {
	margin-left: 40px;
}

.indent50 {
	margin-left: 50px;
}

.indent60 {
	margin-left: 60px;
}

.indent80 {
	margin-left: 80px;
}

/*  nav  */

ul#publicNav {
	list-style: none;
	margin: 5px 0 5px 0px;
	padding-left: 14px;
	text-align: center;
}
ul#publicNav li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin-right: 160px;
	display: inline;
}

ul#publicNav li.last {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin-right: 20px;
	display: inline;
}

ul#publicNav li a {
	text-decoration: none;
}


ul#publicNav li a:hover, ul#publicNav li a:active  {
 	color: #2f4ba5; text-decoration: underline; 
}

/*  footer  */
ul#bottomNav {
	list-style: none;
	margin: 5px 20px 5px 20px /*ie 5px 25px 5px 25px */;
	padding: 0 0 0 0;
	text-align: left;
}
ul#bottomNav li {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	margin-right: 70px; /*130px;*/
	display: inline;
}

ul#bottomNav li.public {
	margin-right: 130px;
}


ul#bottomNav li.last {
	margin: 0;
/*	text-align: right;*/
}

.client_ul{
	list-style:none; 
	margin-left:25px;
}

.client_ul2 {
	list-style-type:none;
	margin-left:40px;
}

.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

.selectList {
	font-size:10px;
	height:20px;
}

.tabName1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;
}
a.tabName1:active, a.tabName1:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration:underline;
}
.tabName1b {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}


.todaysDate {
/*	margin-right: 25px; */
	margin-left: 25px;
	font-weight: bold;
	color: #999999;
}

.disclaimer {
	padding-left: 25px;
	padding-right: 25px;
}