@charset "UTF-8";


.heading-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
}
.heading-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #0066CC;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
.bodycopy-18pixelspacing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
.bodycopy-18pixelspacing-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #990000;
}
.bodycopy-18pixelspacing-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #0066CC;
}
.footer-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer-address a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.right-justified-callout-area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 10px;
	float: right;
	width: 240px;
	overflow: auto;
	position: relative;
	visibility: visible;
	background-image: url(../images/cc2010-background.png);
	background-repeat: no-repeat;
	height: 400px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right-justified-callout-area-sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 10px;
	float: right;
	width: 240px;
	overflow: auto;
	position: relative;
	visibility: visible;
	background-image: url(../images/cc2010-background-275x200.png);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right-justified-callout-area-xsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 10px;
	float: right;
	width: 240px;
	overflow: visible;
	position: relative;
	visibility: visible;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
	height: 240px;
}

#path_nav {
	float:left;
	text-align:left;
	width:180px;
	margin-right: 30px;
}
#path_nav a{
	display:block;
	padding:10px 15px;
	color:#FFFFFF;
	text-decoration:none;
	background-attachment: fixed;
	background-color: #990000;
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
}
#path_nav a:hover {
	display:block;
	padding:10px 15px;
	color:#000000;
	text-decoration:underline;
	background-attachment: fixed;
	background-color: #990000;
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
}
