/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url('../_images/DocumentTop.gif');
	background-repeat:repeat-x;
	text-align:center;
	line-height:16px;
}
a{
	color:#d14e53;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#shell{
	width:771px;
	text-align:left;
	font-size: 16px;
}
.highlight{
	background-color:#ffffdd;
}

/* DOCUMENT HEADER ELEMENTS */
#header{
	text-align:left;
	height:84px;
}
.logo{
	float:left;
	width:230px;
}
.navigation{
	float:right;
	width:541px;
	text-align:right;
	padding-top:47px;
}

/* HOMEPAGE SPECIFIC */
#homeTopFocus{
	width:771px;
	height:315px;
	text-align:left;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
}

/* SUB BOX (HOMEPAGE) */
.columnCell{
	padding:12px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}
.subBoxHeader{
	font-weight:bold;
	color:#C03;
}
.subBoxList{
	padding:0px;
	margin:0px;
}


/* SUBPAGE SPECIFIC */
#subpageTitle{
	width:771px;
	border-bottom:1px solid #cccccc;
}
#subpageContent{
	width:771px;
	padding-top:10px;
	overflow:auto;
}
#subpageContent .copy{
	float:left;
	width:560px;
	text-align:left;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#subpageContent .copy h1{
	font-size:16px;
	color:#666666;
	font-weight:bold;
}
#subpageContent .copy h2{
	font-size:16pt;
	padding:0px;
	margin:0px;
	color:#66C;
}
#subpageContent li{
	list-style-image:url('../_images/cbtlogo_bullet.gif');
	padding-bottom:5px;
}
#subpageContent .navigation{
	float:right;
	border:1px solid #cccccc;
	width:190px;
	padding:5px;
	background-color:#ffe8bc;
	text-align:left;
	font-size: 12px;
}
#subpageContent .navigation a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
#subpageContent .question{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:18px;
	text-indent:10px;
}
#subpageContent .copy blockquote{
	padding-left:20px;
	margin:0px;
}
#subpageContent .sectionTitle{
	 font-family:"Arial Black", sans-serif;
	 font-size: 14px;
	 width:100%; 
	 border-bottom:1px solid #cccccc;
}

/* FOOTER */
#footer{
	width:800px;
	margin-top:50px;
	border-top:1px solid #cccccc;
	font-size:10px;
	color:#666666;
	text-align:center;
}
#footer .copyright{
	color:#999999;
}
