/* CSS Document */

body {

	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	
}

/* {

	margin:0;
	padding:0;
	
}*/

/* Goldleaf Standarzides Classes for CCP
(May not be currently in use) */



/* Goldleaf Standardized Page Design Classes */

td {
     font-family: Geneva, Arial, Helvetica, sans-serif;
     font-size: 13px;
}
.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 {
     background-color: #FFFFFF;
     width: 725px;
     border: 1px solid #000000;
}

.footerLogos {

	font-size:.7em;
     text-align: center;
     vertical-align: middle;
     padding: 2px;
     width: 120px;
}

.footerSitemap {
    
	font-size:.75em;
	 text-align: center;
	 line-height:1.9em;

}

.footerNotice {

	text-align: left;
    vertical-align: top;
    padding: 5px;
	font-size:.8em;
}
.footerNotice a:link {
     color: #660032;
     text-decoration: underline;
}
.footerNotice a:visited {
     color: #660032;
     text-decoration: underline;
}
.footerNotice a:hover {
     color: #000000;
     text-decoration: none;
}
.footerNotice a:active {
     color: #660032;
     text-decoration: none;
}

.copyright {
     font-size: 9px;
     font-weight: bold;
     color: #FFFFFF;
     background-color: #660032;
     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: #000000;
     text-decoration: none;
}
.copyright a:active {
     color: #FFFFFF;
     text-decoration: none;
}


/* Standardized Content Classes */

.tableTop {
     font-family: Geneva, Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color: #660032;
     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 */



table#main_table {

	width:735px;
	margin:0 auto;
	
}

td#main_content {

	padding:5px 10px;
	background-color:#FFFFFF;
	font-size:.95em;
	line-height:1.5em;
}

h3 {

	color:#620031;
	margin-bottom:10px;
	font-size:15px;
	font-variant:small-caps;
	
}

table.footer_table {

	width:709px;
	margin:0 auto 0 0;
	border-left:5px solid #999963;
	border-right:1px solid #999963;
	border-top:1px solid #999963;
	
}
	
p {

	margin-bottom:5px;
	
}
.home-button-area {
	background-image: url(images/interior_r13_c1.jpg);
	padding-top: 12px;
	padding-left: 9px;
}
