/* CSS Document */

/* //////////////////////////// */
/*   Standard Formatting Start  */
/* //////////////////////////// */

body {
	margin: 0;
	color: #001063;
	text-align: center; /* hack to make IE center wrapper div */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 713px;
	text-align: left; /* hack to make IE center wrapper div */
	height: 100%; /* doesn't visibly do anything, but is necessary to include to avoid IE 6 (and earlier) "Peak-a-boo" bug */
}

/* This is a hidden (offscreen) navigation menu for screen-readers to provide quick access to content */
#accessibility {
	position: absolute;
	top: -9999px;
	font-size: 1px;
}

p {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 20px;
}

/* By default all h1 tags will be replaced with Flash text (sIFR) unless user doesn't have Flash */

h1 {
	font-weight: bold;
	letter-spacing: 0;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}


h2 {
	font-weight: bold;
	letter-spacing: 0;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

hr {
	background: #9fcbed;
	color: #9fcbed;
	height: 1px;
	width: 100%;
	clear: both;
}


ul {
	list-style-type: square;
}

li {
	margin-top: 6px;
}

a:link {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #001063; font-weight: bold; font-size: 100%; text-decoration: underline;}
a:visited {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #001063; font-weight: bold; font-size: 100%; text-decoration: underline;}
a:active {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #001063; font-weight: bold; font-size: 100%; text-decoration: underline;}
a:hover {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #001063; font-weight: bold; font-size: 100%; text-decoration: none;}

  /* ////////////////////////////////////// */
 /*                 Header                 */
/* ////////////////////////////////////// */

#header {
	position: relative;
	width: 713px;
	height: 45px;
	background: url(../images/bg_headerBar_pressReleasePage.png) no-repeat;
	top: 0;
}

#logo {
	position: relative;
	top: 23px;
	width: 248px;
	height: 22px;
/*	background-image: url(../images/logo.png); 
	background-repeat: no-repeat; */
}

#headerTab {
	position: absolute;
	top: 6px;
	right: 22px;
	height: 15px;
	color: #001063;
	text-align: center;
	font-size: 95%;
}

.imageFloatLeft {
	position: relative;
	float: left;
	margin: 0 5px 10px 0;
}

.dateTime {
	color: #555555;
}

.rightColHeader {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #555555;
	font-weight: bold;
	background-color: #fff;
	padding: 5px;
}

#headerTab a:link {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #001063; font-weight: bold; font-size: 100%; text-decoration: underline;}
#headerTab a:visited {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #001063; font-weight: bold; font-size: 100%; text-decoration: underline;}
#headerTab a:active {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #001063; font-weight: bold; font-size: 100%; text-decoration: underline;}
#headerTab a:hover {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #001063; font-weight: bold; font-size: 100%; text-decoration: none;}

  /* ////////////////////////////////////// */
 /*          MAIN CONTENT SECTION          */
/* ////////////////////////////////////// */

#content {
	position: relative;
	float: left;
	color: #001063;
	background-color: #dfedfb;
	width: 683px;
	padding: 15px;
	margin: 15px 0;
}

#captionBox {
	margin: 15px auto;
	width: 100%;
	background-color: #fff;
}

#captionBox p {
	line-height: 140%;
	margin: 10px;
}

  /* ////////////////////////////////////// */
 /*                 Footer                 */
/* ////////////////////////////////////// */

#footerBar {
	position: relative;
	clear: both;
	width: 713px;
	height: 8px; 
/*	text-align: center; */
	background-color: #00285e;
/*	background: url(../images/bg_Footer.png) repeat-x; */
}

#footerNav {
	position: relative;
	text-align: center;
}

#footerNav p {
	margin-top: 7px;
}