/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url('../_images/DocumentTop.gif');
	background-repeat:repeat-x;
	text-align:left;
	line-height:16px;
}
a{
	color:#d14e53;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#shell{
	width:100%;
	text-align:left;
}
.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;
}
.mainImage{
	float:left;
	width:390px;
}
.mainText{
	float:right;
	width:381px;
}
#workshopInfo{
	width:771px;
	text-align:left;
	border:1px solid #cccccc;
	background-color:#f6fafd;
	overflow:auto;
}
.boxGraphic{
	float:left;
	width:70px;
	padding:5px;
}

/* SUBPAGE SPECIFIC */
#subpageTitle{
	width:100%;
	border-bottom:1px solid #cccccc;
}
#subpageContent{
	width:771px;
	padding-top:10px;
	overflow:auto;
}
#subpageContent .copy{
	float:left;
	width:560px;
	text-align:left;
}
#subpageContent .copy h1{
	font-size:14px;
	color:#666666;
	font-weight:bold;
}
#subpageContent .copy h2{
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
#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; 
}
#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;
}

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

