@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFFFFF;
	background-image: url(images/BkgGradVert.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}
a:link {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #8DC0E0;
}
a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/BkgGradMainContent.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container #globalnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/Bkg_Navigation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 62px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
#globalnavText {
	padding-top: 15px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(images/BkgLogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	margin: 0px;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/BkgMainContentTop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0;
	background-position: center top;
	width: 780px;
}
p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #phone {
	color: #FFFFFF;
	background-color: #185093;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	font-size: 90%;
	clear: both;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #1772B3;
}
.oneColFixCtrHdr #container #globalnav {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.oneColFixCtrHdr #container #globalnav a {
	padding-right: 4px;
	text-decoration: none;
	padding-left: 4px;
	color: #7EAAD0;
}
.oneColFixCtrHdr #container #globalnav a:hover {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #leftColumn {
	float: left;
	width: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.oneColFixCtrHdr #container #mainContent #RightColumn {
	margin-left: 175px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
}
.story {
	text-align: left;
	margin-right: 40px;
	margin-left: 40px;
	clear: both;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.photoOutline {
	border: 1px solid #FFFFFF;
}
.PageTitles {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	font-variant: normal;
	color: #0B3B80;
	text-align: center;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.Titles {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
}
.photoLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.ClearAll {
	clear: both;
}
