.HomePageContainer {
	margin: 0px auto; 
	width: 712px; 
	height: 570px; 
	background-repeat: no-repeat;
}

.Tagline {
	margin: -20px 0px 0px 120px;
	font-family: Cambria, 'Times New Roman' , serif;
	font-size: 14pt;
	font-weight: bold;
}

.HomeLogo {
	margin: 20px 0px 0px 20px;
}

.Caption {
	background-color:#FFFFFF;
	border:1px solid #002147;
	color:#005A84;
	font-size:8pt;
	left:540px;
	padding:4px;
	position:relative;
	top:190px;
	width:150px;
}
.Caption p {
	margin: 0px;
}

.ImgCaption {
	font-size:8pt;
	padding:4px;
	position:relative;
	top:250px;
	width:150px;
}
.ImgCaption p {
	margin: 0px;
}

.UtilitiesBox {
	/* width: 330px; */
	float: right;
	height: 40px;
}

.UtilitiesLinks {
	text-align: right; 
	margin: 4px 0px 8px 0px; 
	font-size: 10pt;
	white-space: nowrap;
}

.UtilitiesSearchForm {
	text-align: right; 
	white-space: nowrap;
}

.Doormat {
	top: 200px; 
	position:relative;
}

.DoormatContent {
	border: 2px solid #005a84;
	background-color: #ffffff;
	padding: 0px 0px 8px 0px;
}

.DoormatContent h1 {
	color: #ffffff; 
	background-color: #005a84; 
	font-size: 10pt; 
	border: 1px solid #ffffff; 
	padding: 4px 4px 4px 6px;
	margin: 0px 0px 8px 0px;
}
.DoormatContent h1 a,
.DoormatContent h1 a:visited{
	text-decoration: none;
	color: #ffffff;
}

.DoormatContent p {
	font-size: 10pt; 
	margin: 0px 4px 6px 6px;
}
.DoormatContent hr {
	border: 1px solid #005a84;
	margin: 12px 6px 12px 6px;
	height: 1px;
}

.NewsItemsContainer {
}
.NewsItemsContainer h1 {
	color: #005a84; 
	background-color: Transparent; 
	font-size: 10pt; 
	border: 1px solid #ffffff; 
	padding: 4px 4px 4px 6px;
	margin: 0px 0px 8px 0px;
}
.NewsItemsContainer h2 {
	color: #000000; 
	background-color: Transparent; 
	font-size: 10pt; 
	border: none; 
	padding: 0px;
	font-weight: normal;
	margin: 0px 4px 2px 6px;
}
.DoormatContent .NewsItemsContainer h2 a,
.DoormatContent .NewsItemsContainer h2 a.visited{
	text-decoration: underline;
	color: #0069ff;
}

.NewsItemsContainer p {
	margin: 0px 4px 12px 6px;
}

.HomePageContainer .Footer {
	position: relative;
}