@charset "utf-8";
/* CSS Document */
body {
	background-color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Nav-BG {
	background-attachment: scroll;
	background-color: #000066;
	background-image: url(layout/nav-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 420px;
}
.Blue-bdr {
	border: 2px solid #000066;
}
.Body-bg {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(layout/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 81px;
}
.Title-BG {
	background-image: url(layout/page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Title-Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0066FF;
	line-height: 30px;
}
.locations-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.Blue-vert-bdr {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
.Body-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Blue-hor-bdr {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}

.copyright-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
}
.Footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #660000;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
.photo-bdr {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000CC;
	border-left-color: #0066FF;
}
