/* CSS Document */

.dfont   { font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, Geneva }
.dfont_hd   { font-weight: normal; font-size: 14px; font-family: Arial, Helvetica, Geneva }
.dfont_small   { font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, Geneva }
dfont_small:hover  {color: white; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, Geneva }
.dfont_smallest   { font-weight: normal; font-size: 10px; font-family: Arial, Helvetica, Geneva}
.stylebox { border: 1px solid #249d7d; font-size: 9px; font-family:  Arial, Helvetica, Geneva}


body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #336699;
	line-height: 14px
}
#wrapper {
	width: 565px;
	margin: 0 auto;
}
h1.hp-welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 37px;
	color: #003399;
	margin-left: 20px;
}
.ccb-logo {
	float: left;
	margin-top: 20px;
	margin-right: 230px;
	margin-bottom: 20px;
}
.ccb-logo-app {
	float: left;
	margin-top: 500px;
	margin-left: -230px;
	margin-bottom: 20px;
}
.fc-logo {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
.fc-logo-app {
	margin-top: 500px;
	margin-bottom: 20px;
	float: left;
}
.hp-content {
	background-color: #FFFFFF;
}
.hp-content p {
	clear: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #777777;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 20px;
	width: 550px;
	text-align: justify;
}
.hp-content a {
	color: #777777;
}
.hp-copyright {
	font: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #777777;
	margin-left: 120px;
}
.copyright-app {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
.app-ssl-cert {
	margin-top: 550px;
	margin-left: 240px;
}
.copy {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #336699; line-height: 14px}
.copyBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000099; line-height: 14px; font-weight: bold}
.emailBold {  font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: bold}
.emailCopy { font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal}

/* * * * * * *        Main Horizontal Navigation          * * * * * * */
div#top-menu {
	height: 30px;
	width: 100%;
	border-top: solid #0082AD 1px;
	border-bottom: solid #0082AD 1px;
	background-color: #9CCFDE;
}
div#top-menu ul {
	margin: 0 0 0 2px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0082AD;
	line-height: 30px;
	white-space: nowrap;
}
div#top-menu ul li {
	list-style-type: none;
	display: inline;
}
div#top-menu ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 7px 2px;
	color: #0082AD;
}
div#top-menu li a:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #0082AD;
}
