/* Goldleaf Standarzides Classes for CCP
(May not be currently in use) */




/* Goldleaf Standardized Page Design Classes */

body,td {
    
	 font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 80%;
     color: #333333;

}

body {

     background-color: #FFFFFF;
	 margin:5px 0 0 0;
	 padding:0;
	 background-image:url(images/bg.jpg);
	 background-repeat:repeat-x;

}
.bg {
     background-attachment: fixed;
     background-image: url(images/bg.jpg);
     background-repeat: repeat-x;
     background-position: top;
}
#content {
     padding:0;
	 margin:0;
}
#content_header {

	
	margin:0px;
	padding:5px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	color:#0A1469;
	text-align:right;
	width:495px;
	font-variant:small-caps;
	border-bottom:1px solid #CCCCCC;
	font-size:1em;
	
}

#content_text {

	margin:0;
	padding:10px;
	background-color:#FFFFFF;
	color:#363636;
	width:485px;
	font-size:1em;
	
}

* html #content_header {

	width:505px;
	padding:5px 10px 5px 5px;
}
	
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 {
     color: #666666;
     text-decoration: underline;
}
.footerNotice a:hover {
     color: #000000;
     text-decoration: none;
}
.copyright {
     font-size: 9px;
     font-weight: bold;
     color: #666666;
     text-align: center;
     vertical-align: middle;
     padding: 0px;
	 
}
.copyright a:link {
     color: #666666;
     text-decoration: underline;
}
.copyright a:visited {
     color: #666666;
     text-decoration: underline;
}
.copyright a:hover {
     color: #000000;
     text-decoration: none;
}
.copyright a:active {
     color: #666666;
     text-decoration: none;
}


/* Standardized Content Classes */

.tableTop {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color: #F4D9AC;
     color: #000000;
     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 */

table#main_table {

	width:730px;
	border-width:0;
	margin:0 auto;
	
}

.pic_flt_right {

	float:right;
	margin:0 0 3px 7px;
	border:1px solid #999999;
	
}

textarea {

	width:300px;
	
}.rightborder {
	border-right: 1px solid #000000;
}
#privacy, #privacy2, #privacy3, #privacy4, privacy5  {
	border-collapse:collapse;
	
}


#privacy  tr td {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom:4px;
}
#privacy2 tr td {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom:4px;
}
#privacy3 tr td {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom:4px;
}
#privacy4 tr td {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom:4px;
}
#privacy5 tr td {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom:4px;
}
