body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial;
	font-size:11px;
	background-color:#999999;
}
/* * { margin:0px; padding:0px;} */ /*removed to restore default styles in the portal*/
/* indent nested lists */
ul ul, ul ol, ol ul, ol ol { margin-left: 2em }
a:link {
     color: #333333;
     text-decoration: underline;
}
a:visited {
     color: #333333;
     text-decoration: underline;
}
a:hover {
     color: #333333;
     text-decoration: none;
}
a:active {
     color: #333333;
     text-decoration: none;
}

/* Goldleaf Standarzides Classes for CCP
(May not be currently in use) */
.header1 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     font-weight: bold;
     color: #D81E05;
/*	 font-variant:small-caps; */
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D81E05;
}

.bullets1 {
     list-style-position:outside;
     list-style-type: disc;
	 font-size:12px;
	 font-weight:bold;
     color: #333333;
	 /*font-variant:small-caps;*/
	 line-height:18px;
}

.bullets2 {
     list-style-position:outside;
     list-style-type: disc;
	 font-size:12px;
     color: #333333;
}
.footnote {
     font-size: 11px;
}

.bankName {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 15px;
     text-transform: uppercase;
     color: #D81E05;
}

/* Goldleaf Standardized Page Design Classes */
body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: #333333;
     background-color: #FFFFFF;
     margin-left: 0px;
     margin-top: 6px;
     margin-right: 0px;
     margin-bottom: 6px;
}
table { font-size:1em}
.bg {
     background-attachment: fixed;
     background-image: url(images/bg.jpg);
     background-repeat: repeat-x;
     background-position: top;
}
/* Standardized Footer Classes */
.footer {
     font-size: 11px;
     background-color: #FFFFFF;
     width: 725px;
     border: 1px solid #000000;
}
.footerLogos {
     font-size: 10px;
     text-align: center;
     vertical-align: middle;
     padding: 2px;
     background-color: #FFFFFF;
     width: 120px;
}
.footerSitemap {
     font-size: 11px;
     text-align: center;
     vertical-align: top;
     padding: 10px 0px;
	 line-height:17px;
     background-color: #FFFFFF;
	 font-weight:bold;
}
.footerSitemap a:link {
	font-weight:normal;
	
}
.footerSitemap a:visited {
	font-weight:normal;
	
}
.footerSitemap a:hover {
	font-weight:normal;
	
}
.footerSitemap a:active {
	font-weight:normal;
	
}
.footernotice {
	font-size:10px;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	background-color:#333333;
	color:#CCCCCC;
}
.footernotice a:link {
     color: #CCCCCC;
     text-decoration: underline;
}
.footernotice a:visited {
     color: #CCCCCC;
     text-decoration: underline;
}
.footernotice a:hover {
     color: #FF0000;
     text-decoration: none;
}
.footernotice a:active {
     color: #CCCCCC;
     text-decoration: none;
}
.copyright {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #D81E05;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border: 1px solid #000000;
}
.copyright a:link {
     color: #FFFFFF;
     text-decoration: underline;
}
.copyright a:visited {
     color: #FFFFFF;
     text-decoration: underline;
}
.copyright a:hover {
     color: #000000;
     text-decoration: none;
}
.copyright a:active {
     color: #FFFFFF;
     text-decoration: none;
}

/* Standardized Content Classes */
.tableTop {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color: #D81E05;
     color: #FFFFFF;
     padding: 3px;
     font-weight: bold;
     text-transform: uppercase;
     text-align: center;
}
.tableBottom {
     font-size: 13px;
     background-color: #FFFFFF;
     padding: 1px;
}
.bold {
     font-weight: bold;
}
.italic {
     font-style: italic;
}
.boldItalic {
     font-weight: bold;
     font-style: italic;
}
.underline {
     text-decoration: underline;
}

/* Non-Standardized Classes, as needed */
td#container {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
table#container {
	width:100%;
	height:100%;
}
.content {
	height: 285px;
	width: 555px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #FFFFFF;
	font-size:11px;
	padding: 0px;
	vertical-align: top;
}
div#left_2_column {
	width:245px;
	float:left;
	margin:10px 0px;
}
div#right_2_column {
	width:245px;
	float:left;
	margin:10px 0px 10px 25px;
}
hr {clear:both}
.indented { display: block; padding-left: 1.75em}
.column { /* used on the portal page to make links content cell emulate portal boxes  */
  width: 269px;
  float: left;
  font-size: 10px;
}
.columnRight {
	width: 261px;
	margin-left: 14px ;
	float:left;
	font-size: 10px;
}
.column .header1, .columnRight .header1 {
	display: block;
	border-bottom: 3px solid;
	color: #C61200;
	background-color: #fff;
}
.column br, .columnRight br { display: none; }
.column .bullets1, .columnRight .bullets1 { margin-top: 0; font-size: 10px; }
