/***********************************************/
/* ct_print_styles.css                         */
/* Used for print media                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-size:12px;
	font-family: Arial,sans-serif;
	color:#000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 32px Arial, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 24px Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 18px Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 16px Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 12px Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 0px;
	left: 18px;
	right: 2%;
	width:95.6%;
	width: 7in;
}

#pagecell1 .img{
	display:none;
}

#top{
	height: 10px;
}

#bl {
	display:none;
}

#br {
	display:none;
}

#masthead{
	display:none;
	left: 10px;
	width:720px;
	height:120px;
	background-image:    url("images/backgrounds/header_CT.jpg");
	background-repeat: no-repeat;
	background-position: 10px;
}

#printlogo{
	display:block;
}

#pageNav{
	display:none;
	float: left;
	width:170px;
	padding: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font: small Times,serif;
}

#content{
	padding: 0px 30px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 1px none #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	position:absolute
	padding: 120px 0px 10px 10px;
	margin: 0px;
	width: 95.6%;
	padding: 0px 0px 5px 15px;
}



#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************** breadcrumb styles *****************/
#breadCrumb{
	padding: 100px 10px 5px 100px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	text-align: right;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #000000;
	text-decoration: underline;
}

/************ pageLinks styles **************/

.pageLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #000000;
}

.pageLinks h3{
	padding: 10px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
	color: #000000;
}

.pageLinks a{
	display: block; 
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h2{
	font: bold 24px Arial, sans-serif;
	color: #000000;
	padding: 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** text styles ******************/

.summary {
	padding: 5px 0px 0px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.summary h2{
	font: bold 24px Arial, sans-serif;
	color: #000000;
	padding: 5px 0px;
	text-align: left;
}

.summary h3{
	padding: 2px 0px 0px 10px;
	font: bold 18px Arial,sans-serif;
}

.summary h4{
	padding: 2px 0px 0px 10px;
}

.summary img{
	float: left;
	padding: 0px 10px 5px 0px;
}

.summary p {
	padding: 0px 0px 10px 10px;
}

.summary_subtitle_1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.summary_subtitle_2 {
	font-size: 12px;
	color: #000000;
}

.summary a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.summary a.capsule:hover{
	text-decoration: underline;
}

td.summaryLeft{
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	width: 260px;
}


/************** footer styles ****************/

#footer{
	color: #000000;
	padding: 10px;
	margin-top: -1px;
	margin-left: 10px;
	margin-right: 23px;
	text-align: center;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #000000;
	font-weight: bold;
	clear: both;
}

#footer img{
	display:none;
}

/************** pagebottom styles ****************/

#pagebottom{
	clear: both;
	font-size: small;
	margin-top: -1px;
	height: 20px;
}

/*************** top of page styles ***************/

#topofpage{
	display:none;
}

a.topofpage, a.topofpage:visited{
	display:none;
}

a.topofpage:hover{
	display:none;
}

/********************* update style **********************/

.update{
	font-size:10px;
	color: #999999;
	text-align: right;
	padding-right: 25px;
	



