@charset "utf-8";
/* CSS Document */

.twoColFixRtHdr #footer {
	background:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 0;
	padding-bottom: 5;
}
.twoColFixRtHdr #footer {
	background:#FFF;
	padding-top: 10px;
	padding-bottom: 5;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerdisclaim {
	font-size: 9px;
	border: 3px solid #FFFFFF;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.warning {
	color: #FF0000;
	font-weight: bold;
}
#footernav {
	padding-right: 45px;


}
#footernav a:link {
	color: #CC9900;
}
#footernav a:visited {
	color: #999999;
}
#footernav ul {
	text-align: center;
}
#footernav ul li {
	display: inline;
}
#footernav ul li a {
	text-decoration: none;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#copyright {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
}
.copy {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	display: block;
}
#unsubscribe {
	display: block;
	float: left;
	font-size: 9px;
	width: 245px;
	text-align: center;
}
#bookmark {
	font-size: 10px;
	text-align: center;
	display: block;
	width: 245px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footerlines {
	color: #CCCCCC;
}
#footersecurity {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#footersecuritytitle {
	font-size: 11px;
	color: #990000;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
}
