@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F2F2F2;
}
.main #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 10px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3901D;
	border-bottom-color: #F3901D;
	border-right-width: 0px;
	border-left-width: 0px;
}
.main #container #mainContent #centerContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}
#banner td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}
.main #container #mainContent #centerContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}
.main #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/CATI-background-dividers-v2.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
}
#leftNavigation{
	float:left;
	clear:none;
	width:140px;
	padding-left:15px;
	padding-right:5px;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#centerContent{
	float:left;
	clear:none;
	width:446px;
	margin:0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#rightNavigation{
	float:left;
	clear:none;
	width:140px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p{
	margin:0px;
	margin-bottom:4px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 14px;
	text-align: left;
}
.HL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
}
.catiorange {
	color:#F60
}

.catired {
	color:#FF0000
}

.catigreen {
	color:#339933
}

.catiblue {
	color:#3399CC
}

.catipurple {
	color:#6633CC
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.copyblue {color: #7ad3f7; font-weight:bold;}
.copygreen {color: #abd3a2; font-weight:bold;}
.copyorange {color: #e89b83; font-weight:bold;}
.copylarge{font-size:14px;}

h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F3901D;
	text-decoration: underline;
	line-height: 12px;
}

#centerContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F3901D;
	line-height: 12px;
	margin: auto;
	height: 14px;
	text-decoration: none;
}
#centerContent a:link {
	color: #EB8315;
	text-decoration: underline;
}
#centerContent a:visited {
	color: #EB8315;
	text-decoration: underline;
}
#centerContent a:hover {
	color: #000000;
	margin: auto;
	text-decoration: underline;
}
#centerContent a:active {
	color: #F3901D;
	text-decoration: underline;
}

#banner a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F3901D;
	line-height: 12px;
	margin: auto;
	height: 14px;
	text-decoration: none;
}
#banner a:link {
	color: #EB8315;
	text-decoration: underline;
}
#banner a:visited {
	color: #EB8315;
	text-decoration: underline;
}
#banner a:hover {
	color: #000000;
	margin: auto;
	text-decoration: underline;
}
#banner a:active {
	color: #F3901D;
	text-decoration: underline;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F3901D;
	line-height: 12px;
	height: 14px;
	text-decoration: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F6A546;
	margin: auto;
	text-decoration: underline;
}
a:active {
	color: #F3901D;
	text-decoration: none;
}
.bump10r{
	margin-left:4px;
	margin-bottom: 6px;
}
#leftNavigation p {
	margin-bottom: 8px;
}

.bump10l{
	margin-right:4px;
}

.bump4d{
	margin-bottom:4px;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-top: 15px;
}
.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: normal;
	color: #999999;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 12px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F4911E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4911E;
}
.featuredNews {
	margin-left: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.mainHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #EB8315;
}

.style1 {color: #F4911E}
.style6 {color: #3399CC}
.style5 {color: #339933}
.style4 {color: #6633CC}
.style3 {color: #FF0000}


.pdflink  li{
	color: #F38B11;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-position: outside;
	list-style-image: url(../images/acrobat-icon.gif);
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -18px;
}
.featuredLine1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	margin-bottom: 2px;
}
.featuredLine2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	margin-bottom: 4px;
}
