﻿  /* CSS layout */
layer {
	background-color: #FFFFCC;
	border: thin solid #000080;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: normal;
	color: #000080;
}
headbordered {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: bolder;
	font-style: normal;
	color: #000080;
	border: medium solid #800000;
	padding: 12px;
	margin: 12px;
}
.headbordered {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: bolder;
	font-style: normal;
	color: #000080;
	border: medium solid #800000;
	padding: 12px;
	margin: 12px;
}
.headblock {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bolder;
	font-style: normal;
	color: #800000;
	text-decoration: underline;
	border: medium solid #000080;
	background-color: #FFFF66;
}
.boxthinblue {
	line-height: normal;
	border: thin solid #000080;
	
}
.logobox {
	background-image: url('../Logos/crawfordbacground300pxSkyValBartlettNHframedOval.png');
}
.RESchartBlocks {
	background-color: #C0C0C0;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
	text-align: center;
}

