#callOut {
	width:219px;
	margin:5px;
	padding:0;
	background-color:#FFFFFF;
	border:solid;
	border-width:thin;
	border-color:#d4e0e7;
}

#coHead {
	width:219px;
	height:auto;
	min-height:25px;
	background-color:#e4a41b;
	text-align:left;
}

#coHead img, #coHeadFull img{
	padding:0;
	margin:0;
}

#coHead h1, #coHeadFull h1{
	font-size:13px;
	line-height:13px;
	color:#FFFFFF;
	font-family:"Futura Light",Futura,Helvetica, sans-serif;
	padding-top:9px;
	padding-left:10px;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
}

#coHeadLt {	
	height:auto;
	min-height:27px;
	width:171px;
	float:left;
	padding-bottom:2px;
}

#coHeadRt{
	min-height:27px;
	width:48px;
	float:right;
}

#coContent {
 	width:219px;
	padding-top:10px;
	background-image:url(/images/coBck.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0;
	padding-bottom:5px;
	
}

#coContent p, #coContentFull p{
 	font-size:11px;
	line-height:14px;
	color:#81979d;
	font-family:Georgia,"Futura Light",Futura,Helvetica, sans-serif;
	padding-left:10px;
	padding-right:8px;
}

#coContent ul.newsevents, #coContentFull ul.newsevents{
	margin-left:0;
}

#coContent table {
	margin-left: 0px;
	width:100%;
	padding-left:0px;
	padding-right: 10px;
}
#coContent th {
	font-weight:bold;
	padding-left: 0;
	text-transform:none;
}
 
 
 
#coContent a, #coContentFull a{
 	font-size:11px;
	line-height:14px;
	color:#e4a41b;
	font-family:Georgia,"Futura Light",Futura,Helvetica, sans-serif;
	font-weight:bolder;
	/*padding-left:10px;
	padding-right:8px;*/
	text-decoration:none;
 }
 
#coContent a:hover, #coContent a:hover{
 	color:#81979d;
 }
 
#clear{
    clear:both;
    width:100%;
    line-height:0px;
    display:block;
}
 
#callOutFull {
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	border:solid;
	border-width:thin;
	border-color:#d4e0e7;
}

#callOutFull #coHead {
	width:100%;
}

#callOutFull #coHead #coHeadLt {	
	width:90%;
}

#callOutFull #coHead #coHeadRt {	
	width:8%;
}

#callOutFull #coContent {
 	width:100%;
	background-repeat:repeat-x;
}