* { 
		font-family: "Palatino Linotype";
		font-size: 13px;
		line-height:15px;
		
	}


/* site copy coloring */

.date_item {

	color:#007dc1;
	font-weight: normal;
}

.site_copy {
	color:#AAA;
	font-weight: normal;
	color:#444;

}

.site_copy_small {
	font-size: 11px;
}

.site_copy_bold {
	color:#666;
	font-weight: bold;
	color:#444;

}

.contact_copy {
	color:#333;
	font-weight: normal;
	font-size:  26px;
	line-height:29px;
	margin-top: -6px;
	margin-bottom: 12px;

	
}

.page_title {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #444;
	font-size: 36px;
}


.mouse_type {
	font-family: arial;
	line-height:10px;
	font-size: 10px;
	color: #aaa;

}
		/* 	GREY
			Column Headings on home page */
		.ch_core {
			font-family: "Palatino Linotype";
			font-weight: bold;
			font-size: 16px;
			letter-spacing:0.5px;
			margin-top: 1px;
			margin-bottom: 12px;

		}
		
		.ch_core_big {
			font-family: "Palatino Linotype";
			font-weight: bold;
			font-size: 26px;
			letter-spacing:0.5px;
			margin-top: 1px;
			margin-bottom: 12px;
			display: block;
			width:800px;

		}

		.ch_light_grey {
			color: #aaa;
		}


		.ch_grey {
			color: #666;
		}

		.ch_green {
			color: #538145;
		}

		.ch_purple {
			color: #67477c;
		}
		
		.ch_maroon {
			color:  #990000;
		}
	
		/* Sub headings for Titles */
	
		.ch_subheading {
			line-height:15px;
			margin-top: 0px;
			color: #777;
			font-weight: normal;
			font-size: 15px;
		}
		
		
	/* Styling for list displays */
	ul {
		margin-top: -4px;
		margin-bottom: 3px;
		padding-left: 18px;
		color: #666;
		list-style-type: square;
		text-indent: 0px;
		

	}
	
	li {
		padding-bottom: 3px;
	
	}
	
	/* movers & spreaders */
	
	.vspace_links {
		line-height:18px;
		clear: left;
		margin-bottom:6px;
	}
		
	.sep {
		padding-top: 6px;
}

/*	Default styling for links */

a:active, a:link { 
    color: #4b81ec;
    font-weight: normal;
	text-decoration: none;
} 


a:visited { 
    color: #4b81ec; 
   	text-decoration: none;
} 
a:hover { 
    color: #003399; 
    text-decoration: underline; 
    
} 

