.bg {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.bg-right {
	background-image: url(images/2669interior_final_r10_c9.jpg);
	background-repeat: repeat-y;
}
.copyright {
	color: #FFFFFF;
	background-image: url(images/splash_final_r13_c1.jpg);
	font-size:9px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 11px;
}
.copyright a:link {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/splash_final_r10_c2.jpg);
	padding-right: 3px;
	padding-left: 3px;
	
}
.scrolling {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/splash_final_r10_c2.jpg);
	padding-right: 3px;
	padding-left: 3px;
}


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
	line-height:15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	text-align: left;
	vertical-align: top;
}
.bg-nav {
	background-image: url(images/interior_final_r11_c1.jpg);
	background-repeat: repeat-y;
}

p {
	line-height: 18px;
}


/*********************************************************************
**********************************************************************/

/* Goldleaf Standarzides Classes for CCP
(May not be currently in use) */

.header1 {
	font-family: "Copperplate Gothic", "Times", serif;
	font-size: 14px;
	font-weight: bold;
	color: #003f77;
	border:1px solid #9CB9D9;
	background-image:url(images/graphics/header1Back.jpg);
	height:18px;
	padding:3px 0px 0px 10px;
	font-variant: small-caps;	 
	 
}
.header2 {
	font-family: Palatino, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003f77;
	font-style: italic;
}

.bullets1 {
     list-style-position: outside;
     list-style-image: url(images/graphics/bullet.gif);
     list-style-type: disc;
	 font-size:11px;
	 font-weight:bold;
	 color:#06376F;
	 line-height:17px;
}
.bullets1 a:link {

	 color:#06376F;

}
.bullets1 a:visited {

	 color:#06376F;

}
.bullets1 a:hover {

	 color:#06376F;

}
.bullets1 a:active {

	 color:#06376F;

}

.bullets2 {
     list-style-position: outside;
     list-style-type: square;
}
.bullets3 {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#CB9E5D;
	font: bold 10px/17px Verdana, Arial, Helvetica, sans-serif;
}
.bullets3 a:link {
	color:#FFFFFF;
	text-decoration: underline;

}
.bullets3 a:visited {
	color:#FFFFFF;
	text-decoration: underline;

}
.bullets3 a:hover {
	color:#FFFFFF;
	text-decoration: none;

}
.bullets3 a:active {
	color:#FFFFFF;
	text-decoration: underline;

}

.footnote {
     font-size: 11px;
}

.linkTop {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
     color: #333333;
     text-align: right;
}

.bankName {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 15px;
     text-transform: uppercase;
     color: #091C54;
}


/* Goldleaf Standardized Page Design Classes */

body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;

}

body {

	background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 6px;

}
.bg {

	background-attachment:scroll;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;

}
.content {
     padding: 10px;
}
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;
}


/* Standardized Footer Classes */

.footer {
     font-size: 11px;
     background-color: #FFFFFF;
     width: 725px;
     border: 1px solid #000000;
}

.footerLogos {
     font-size: 11px;
     text-align: center;
     vertical-align: middle;
     padding: 2px;
     width: 120px;
}

.footerSitemap {
     font-size: 11px;
     text-align: center;
     vertical-align: top;
     padding: 2px;
}

.footerNotice {
     font-size: 11px;
     text-align: left;
     vertical-align: top;
     padding: 5px;
}
.footerNotice a:link {
     color: #FFFFFF;
     text-decoration: underline;
}
.footerNotice a:visited {
     color: #FFFFFF;
     text-decoration: underline;
}
.footerNotice a:hover {
     color: #999999;
     text-decoration: none;
}
.footerNotice a:active {
     color: #FFFFFF;
     text-decoration: none;
}



/* Standardized Content Classes */

.tableTop {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color: #091C54;
     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#footer {

	background-image:url(images/footer_back.jpg);
	background-repeat:repeat-y;
	padding:10px;
	
}
td#headerTd {
	text-align:right;
	font-weight:bold;
	color:#666666;
	padding-right:10px;
	font-size:14px;
	padding-bottom: 20px;
}

.pic_bdr {

	border:1px solid #333333;
	
}

.pic_bdr_right {

	margin:0 0 3px 7px;
	float:right;
	
}

.pic_bdr_left {
	margin:0 7px 3px 0;
	float:left;
	
}
.backside {
	background: url(images/2669interior_final_r12_c1.jpg) repeat-y right;
}
.copyright-int {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
.copyright-int a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
.pdf {
	font: normal 11px Arial, Helvetica, sans-serif;
	
}

.pdf a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.pdf a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.pdf a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.pdf a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.zindex {
	z-index: 3000;
}
.header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #B38539;
}
