.mainHeading {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006666;	
}

.subHeading {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;

}

#mainMenu {
	position: absolute;
	left: 1px;
	top: 79px;
}

#SubNav {
	position: absolute;
	width: 167px;
	padding-left: 3px;
	margin-left: 3px;
	left: 0px;
	top: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px solid #C3B08A;
	border-top: 1px solid #C3B08A;
	background-color: #FDF8E4;
}

#SubNav a {
	color: #375A80;
	text-decoration: none;
	font-size: 12px;
}

#SubNav a:hover {
	color: #993333;
	text-decoration: underline;
	font-size: 12px;
}

#copyright {
	border-top: 1px solid #C3B08A;
	position: absolute;
	width: 167px;
	padding-left: 3px;
	margin-left: 3px;
	left: 0px;
	top: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#copyright a {
	color: #375A80;
	text-decoration: underline;
	font-size: 10px;
}

#copyright a:hover {
	color: #993333;
	text-decoration: underline;
	font-size: 10px;
}

#GlobalNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#GlobalNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#ContentArea {
	position: absolute;
	width: 630px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	left: 170px;
	top: 67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #333333;
}

#ContentArea td {
	font-size: 12px;
}

#ContentArea a {
	color: #375A80;
}

#ContentArea a:hover {
	color: #993333;
}

.articleTitle {
	text-transform: capitalize;

}
.articleDate {
	font-weight: bold;
	font-size: 10px;

}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;

}
.allBorder {
	border: 1px solid #000000;

}

.newsPhotoCaptions {
	font-size: 11px;
	font-weight: bold;
}

.topBorder-list {
	border-top-width: 1px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
}

.topBottomBorder-list {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
}

th {
	background-color: #F3F3F3;
	font-size: 11px;
	color: #006666;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.imageBorder {
	border: 1px solid #993300;
}

#mapWindow {
	font-family: Arial, Helvetica, sans-serif;
}

#mapWindow th {
	color: #ffffff;
	background-color: #003366;
	font-size: 16px;
	font-weight: bold;
}

#mapWindow td {
	text-align: center;
}

#mapWindow a {
	color: #375A80;
	font-size: 12px;
}

#mapWindow a:hover {
	color: #993333;
}

