/* Goldleaf Standardized Page Design Classes */

body,td {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: #333333;
}
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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
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: #000000;
     text-decoration: underline;
}
.footerNotice a:visited {
     color: #000000;
     text-decoration: underline;
}
.footerNotice a:hover {
     color: #660000;
     text-decoration: none;
}
.footerNotice a:active {
     color: #000000;
     text-decoration: none;
}

.copyright {
     font-size: 9px;
     font-weight: bold;
     color: #FFFFFF;
     background-color: #660000;
     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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #660000;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
.tableBottom {
     font-size: 13px;
     background-color: #EFEFEF;
     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 */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.applyButton {
	text-align: left;
	font-weight: bold;

}
.applyButton a, .applyButton a:link, .applyButton a:visited {
	text-decoration:none;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #000000;

}
.applyButton a:hover, .applyButton a:active {
	background-color:#ffffff;
	
}
.rightBorder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #990000;
}
.topBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.topLeftBorder {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

