/* 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;
	background-color: #F2F8FA;
}
#wrapper {
	width: 565px;
	margin: 0 auto;
}
#masthead {
	margin: 0;
	padding: 0;
}
*+html #masthead {
	margin-bottom: -4px;
	padding: 0;
}
h1.hp-welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 37px;
	color: #0082AD;
	margin-top: 0;
	padding-top: 10px;
	margin-left: 20px;
	line-height: normal;
}
*+html h1.hp-welcome {
	margin-top: 0;
	padding-top: 0;
}
table {
	background-color: #F2F8FA;
}
.ccb-logo {
	clear: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.fc-logo {
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}
.hp-content {
	background-color: #FFFFFF;
}
.hp-content p {
	clear: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #777777;
	background-color: #F2F8FA;
	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;
}
td.copyright-app {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}
#previous a{
	float: left;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#previous a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
#next a{
	float: right;
	padding-right: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#next a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	clear: both;
	font: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #777777;
	margin-top: 100px;
	margin-left: 120px;
}
*+html .copyright {
	margin-top: 10px;
}
.ssl-cert {
	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: 14px; color: #082AD; 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}

li.list-copy {
margin-bottom: 10px;
}

#foot-links ul {
	margin-left: -30px;
}
*+html #foot-links ul {
	margin-left: 10px;
}

#foot-links ul li {
	display: inline;
	list-style-type: none;
}

#foot-links ul li a {
	text-decoration: none;
	color: #666666;
}
#foot-links ul li a:hover {
	text-decoration: underline;
	color: #0082AD;
}
ul#home-foot-links {
	margin-left: -30px;
}
*+html ul#home-foot-links {
	margin-left: 10px;
}
ul#home-foot-links li {
	display: inline;
	list-style-type: none;
}
ul#home-foot-links li a {
	text-decoration: none;
	color: #666666;
}
ul#home-foot-links li a:hover {
	text-decoration: underline;
	color: #0082AD;
}

/* * * * * * *        Home List          * * * * * * */
ul.home-list li{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 36px;
}
ul.home-list li a{
	text-decoration: none;
	color: #0082AD;
}
ul.home-list li a:hover{
	font-weight: 200;
	text-decoration: underline;
	color: #003399;
}

/* * * * * * *        Main Horizontal Navigation          * * * * * * */
div#top-menu {
	margin: 0;
	height: 30px;
	width: 565px;
	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 1px;
	color: #0082AD;
}
div#top-menu li a:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #0082AD;
}


