/* ---- Elements ---- */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #237E3D;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #49B969;
}

body {
 background: URL("/images/global/bgdTile2.gif");
	margin-top:0px;
	margin-bottom:0px;
}

p, ul, ol, blockquote  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #005A96;
	margin-top: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005A96;
}

h1 { /* Level 2 and 3 page subtitles*/
 font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #8CCF9F;
	margin-bottom:20px;
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8CCF9F;
}

h3 { /* Level 4 subtitles */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #3A9454;
	margin:20px 0px;
	border:1px solid #237E3D;
	padding:5px 5px 5px 10px;
	background-color: #8CCF9F;
}

h4 { /* Headings for use above paragraphs of info - green */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A9454;
	margin: 0px 0px 3px 0px;
}

h5 { /*Headings for use above paragraphs of info - blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #005A96;
	margin: 0px 0px 3px 0px;
}

h6 { /* Level 2 and 3 page subtitles*/
 font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #49B969;
	margin-bottom:20px;
}


hr {
color: #49B969;
}

li {
 padding-bottom:10px;
}

table {
	background-color: #DAF1E1;
}


/* ---- Classes ---- */

.boldText {  /* Use in body copy. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	color: #005A96;
	margin-top:0px;
}

.county {
 font-size: 11px;
 line-height:1.2em;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

.countyBoldText {
	font-size: 11px;
 line-height:1.2em;
	font-weight: bold;
}

/* Used for calendar tables on News And Events */
.dividerLines td { 
 border-bottom:1px solid #49B969;
}

.dividerLines p { 
 padding: 5px;
}


.endOfTextIcon {
	margin-top: .7em;
	margin-left: 5px;
	border:0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #005A96;
}
.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #237E3D;
}

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #005A96;
}
.footer2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #237E3D;
}

.mainPhotoRight {
 margin:5px 0px 15px 15px;
	float:right;
	border:1px solid black;
}

.mainPhotoCenter {
 margin:5px 0px 15px 15px;
	float:center;
	border:1px solid black;
}

.sidebar {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.3em;
	font-weight: normal;
	color: #FFF;
 padding:10px 10px 10px 10px;
	margin:10px 0px 10px 10px;
	border:1px solid #237E3D;
	float:right;
	width:200;
	background-color: #8CCF9F;
}

/* ---- Navigation Items ---- */
.L2nav {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3A9454;
	text-decoration: none;
}
.L2Nav:link {
	text-decoration: none;
}
.L2Nav:hover {
	text-decoration: underline;
}
.L2Nav:visited {
	color: #3A9454;
}

.L2NavBox{
 padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 4px;
}

.L2NavDivider {
 padding-top: 8px;
	padding-bottom: 8px;
}

.L3Nav {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #096BA6;
	text-decoration: none;
}
.L3Nav:link {
	text-decoration: none;
}
.L3Nav:hover {
	text-decoration: underline;
}
.L3Nav:visited {
	color: #096BA6;
}

.L3NavBox{
 padding: 4px 4px 0px 16px;
}

.L4Nav {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3A9454;
	text-decoration: none;
}
.L4Nav:link {
	text-decoration: none;
}
.L4Nav:hover {
	text-decoration: underline;
}
.L4Nav:visited {
	color: #3A9454;
}

.L4NavBox{
 padding: 4px 4px 0px 24px;
}

/********************* 	COACHING FOR EXCELLENCE LETTERS **********************************/

form#cfe {
	
}
form#cfe fieldset {
padding:0px 8px 8px 8px;
	margin:12px auto;
	border:1px solid #000;
}
form#cfe fieldset legend {
	margin:16px 0 12px;
	font-weight: bold;
	border:1px solid #000;
	padding:3px 5px;
}
form#cfe table td {
	padding:5px;
	vertical-align:top;
}

