@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
	font-size: inherit;
	font: 100%;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
:link, :visited { 
	text-decoration: none; 
} 

a:link, a:visited {
	font: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-bottom: 10px;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	font: Arial, Helvetica, sans-serif;
	color: #F7941E;
	padding-bottom: 10px;
	text-decoration: none;
}

p {
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 10px;
	text-align: left;
}
p a:link, a:visited {
	font: Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 10px;
	text-decoration: none;
}
p a:hover, a:active, a:focus {
	font: Arial, Helvetica, sans-serif;
	color: #7F002A;
	padding-bottom: 10px;
	text-decoration: none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #002337;
	margin: 10 0 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: #000000;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #007D82;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 140px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.headerLogotable {
	height: 100px;
	margin-left: 50px;
	margin-top: 10px;
}
.headerEyebrowtable {
	color: #FFF;
	font: .8em Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#navigation {
	background:#007D82;
	height: 40px;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 250px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#002337;
	height: 70px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.footerTable {
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	font: normal .8em/.025em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
}
.newsReleaseTitleTable {
	margin-top: 20px;
	margin-left: 20px;
	font: normal 1.75em Arial, Helvetica, sans-serif;
	color: #003A78;
	text-align: left;
}
.newsReleaseTable {
	margin-left: 20px;
	text-align: left;
	margin-top: 20px;
}
.newsReleaseYear {
	font: 1.25em Arial, Helvetica, sans-serif;
	color: #003a78;
	padding-bottom: 10px;
}
