#mediaIcons {
	float: right;
	width: 120px;
	text-align: right;
	position: relative;
	top: -70px;
	background-color: #fff;
	}
	


#ca {
	background: #fff url('media/cabg.jpg') no-repeat top left;
	}
	
#caSub {
	background: #fff url('media/caSubBg.jpg') no-repeat top left;
	}	
	
	
#caTxt {
	font: 14px "MS Trebuchet", sans-serif;
	color: #fff;
	}
	
#caTxtSub {
	font: 14px "MS Trebuchet", sans-serif;
	color: #083151;
	}	
	

#caTxt a:link, #caTxt a:visited, #caTxt a:active {
	color: #fff;
    text-decoration: underline;
	}    
	
#caTxt a:hover {
	color: #fff;
    text-decoration: none;
	}  


#caTxtSub a:link, #caTxtSub a:visited, #caTxtSub a:active {
	color: #133b5f;
    text-decoration: underline;
	}    
	
#caTxtSub a:hover {
	color: #133b5f;
    text-decoration: none;
	}  

#downloads {
	float: right;
	width: 200px;
	border: solid 1px red;
	background-color: #fff;
	padding: 10px;
	font-size: 11px;
	}
	
.caLinks	 a:link, a:visited, a:active {
	color: #fff;
    text-decoration: underline;
	}    
	
.caLinks	 a:hover {
	color: #fff;
    text-decoration: none;
	}  
	
.link a {
	color: red;
	}
	
.link a:hover {
	color: #153b5f;
	text-decoration: none;
	}	
	