/* Goldleaf Standarzides Classes for CCP
(May not be currently in use) */

.header1 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight: bold;
	 font-variant:normal;
     color: #0F3C8F;
	 
}
.header2 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight: bold;
     color: #000000;
}

.bullets1 {
     list-style-position: outside;
     list-style-image: url(images/graphics/bullet.gif);
     list-style-type: disc;
	 font-weight:bold;
     color: #0F3C8F;
}
.bullets2 {
     list-style-position: outside;
     list-style-image: url(images/graphics/bullet2.gif);
     list-style-type: disc;
}

.footnote {
     font-size: 11px;
}

.linkTop {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
     color: #000000;
     text-align: right;
}

.bankName {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
     text-transform: uppercase;
     color: #0F3C8F;
}


/* Goldleaf Standardized Page Design Classes */

body,td {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: #000000;
}
body {
     background-color: #FFFFFF;
     margin-left: 0px;
     margin-top: 6px;
     margin-right: 0px;
     margin-bottom: 6px;
}
.bg {
     background-attachment: fixed;
     background-image: url(images/bg.jpg);
     background-repeat: repeat-x;
     background-position: top;
}
.content {
     padding: 10px;
}
a:link {
     color: #000000;
     text-decoration: underline;
}
a:visited {
     color: #000000;
     text-decoration: underline;
}
a:hover {
     color: #000000;
     text-decoration: none;
}
a:active {
     color: #000000;
     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: #0F3C8F;
     text-decoration: none;
}
.footerNotice a:active {
     color: #FFFFFF;
     text-decoration: none;
}

.copyright {
     font-size: 9px;
     font-weight: bold;
     color: #FFFFFF;
     background-color: #0F3C8F;
     text-align: center;
     vertical-align: middle;
     padding: 0px;
}
.copyright a:link {
     color: #FFFFFF;
     text-decoration: underline;
}
.copyright a:visited {
     color: #FFFFFF;
     text-decoration: underline;
}
.copyright a:hover {
     color: #00FFFF;
     text-decoration: none;
}
.copyright a:active {
     color: #FFFFFF;
     text-decoration: none;
}


/* Standardized Content Classes */

.tableTop {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color: #879DC6;
     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 */

.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.header {
	background-image: url(images/splash_final_r4_c2.jpg);
}
.scrolling {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0F3C8E;
	border: 1px solid #000000;
	font-weight: bold;
	font-variant: small-caps;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: #0F3C8E;
	background-color: #0F3C8E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0F3C8E;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 6px;
}
.picture {
	float: left;
	border: 1px solid #0F3C8F;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 7px;

}
.pictureright {
	float: right;
	border: 1px solid #0F3C8F;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 7px;
	
}
