a {
	color: #4badbb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#rightContent {
	margin-top: 30px;
}

#contentAggregator {
	width: 232px;
	margin: 0px 0px 20px 0px;
}

	#caTop {
		position: relative;
		width: 232px;
	}
	
		#caTopLeft {
			float: left;
			width: 11px;
			height: 32px;
			background-image: url(../images/contentAggTopLeft.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		
		#caTopRight {
			float: right;
			width: 11px;
			height: 32px;
			background-image: url(../images/contentAggTopRight.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		
		#caTopMiddle {
			margin: 0px 11px 0px 11px;
			padding: 8px 0px 0px 0px;
			width: 210px;
			height: 24px;
			font-size: 12px;
			font-weight: bold;
			font-family: Arial;
			text-align: center;
			color: #ffffff;
			background-image: url(../images/contentAggTopRepeat.gif);
			background-repeat: repeat-x;
			background-position: left top;
		}
		
	#caTopDivider {
		width: 232px;
		height: 4px;
		background-image: url(../images/contentAggDividerRepeat.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}
	
	#caHr  {
		width: 232px;
		background-image: url(../images/contentAggTopDivider.jpg);
		height: 10px;
		background-repeat: no-repeat;
	}
	
	
	#caContentHeader {
		width: 212px;
		height: 82px;
		padding: 3px 10px 3px 10px;
		background-image: url(../images/contentAggContentRepeat.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	}
	
	#caContent {
		width: 212px;
		height: 278px;
		padding: 10px 10px 10px 10px;
		background-color: #dad4c8;
		/*background-image: url(../images/contentAggContentRepeat.jpg);
		background-repeat: repeat-x;
		background-position: left top;*/
	}
	
		#caCategories {
			font-family: Arial;
			font-size: 12px;
			color: #ffffff;
			/*padding-bottom: 4px;
			border-bottom: solid 1px #8d8371;*/
		}
		
			#caCategories a {
				color: #ffffff;
			}
			
			#caCategories img {
				border-style: none;
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
			}
		
			#caCategories table {
				width: 212px;
				border-style: none;
				margin-top: 0px;
			}
				#caCategories tr {
					padding: 0px 0px 0px 0px;
					line-height: 14px;
				}
		
				#caCategories td {
					padding: 0px 0px 0px 0px;
					vertical-align: baseline;
				}
			
			.category {
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
				height: 12px;
				
			}
		
			.selected {
				background-color: #47cfe2;
			}
			
			.deactivated {
				color: #c8c2b5;
			}
			
		#caItems {
			padding: 8px 7px 8px 7px;
			height: 290px;
			overflow-y: auto;
			-moz-
		}
		
			#caItem {
				padding: 0px 0px 7px 0px;
				font-size: 11px;
				color: #575550;
				line-height: 13px;
			}
			
				.caItemTitle {
					font-size: 12px;
					font-weight: bold;
					color: #068daa;
				}
				
				.caItemType {
					font-size: 10px;
					font-style: italic;
					color: #ffffff;
				}
				
		#caItem a { color: #068daa; }

		#caItem a:hover { color: #04617c; }

#caBottom {
		position: relative;
		width: 232px;
		height: 25px;
		background-image: url(../images/contentAggBottom.jpg);
		background-repeat: no-repeat;
}				
