body {
  margin: 0px;
  background-color: #1B1C1F;
  color: #000000;
  font-size: 0.81em;
  font-family: Arial, sans-serif;
}

@font-face {
    font-family: 'GillSansStdRegular';
    src: url('/styles/fonts/gillsansstd-webfont.eot?') format('eot'),
         url('/styles/fonts/gillsansstd-webfont.woff') format('woff'),
         url('/styles/fonts/gillsansstd-webfont.ttf') format('truetype'),
         url('/styles/fonts/gillsansstd-webfont.svg#webfontnyjET5k1') format('svg');
    font-weight: normal;
    font-style: normal;
}

a img {
  border: 0px;
}

#container {
  width: 921px;
  margin: 0px auto 0px auto;
}

#header {
  height: 140px;
  padding: 26px 0px 9px 2px;
  font-family: 'GillSansStdRegular', Arial, sans-serif;
}

#header img {
  float: left;
  margin: 0px 63px 0px 2px;
}

#header div {
  float: left;
  width: 387px;
}

#header h2 {
  color: #5A5858;
  font-size: 185%;
  font-weight: normal;
  margin: 0px;
  padding: 19px 0px 0px 0px;
  line-height: 98%;
  font-family: 'GillSansStdRegular', Arial, sans-serif;
}

#header h4 {
  color: #18B2EB;
  font-size: 108%;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 100%;
  font-family: 'GillSansStdRegular', Arial, sans-serif;
}

#header form {
  float: left;
  padding: 24px 0px 0px 0px;
  margin: 0px;
  width: 213px;
}

#header form input {
  float: left;
  background-image: url(/images/search-field.gif);
  background-repeat: no-repeat;
  border: 0px;
  height: 25px;
  width: 162px;
  font-size: 14px;
  padding: 7px 5px 0px 10px;
  margin: 0px;
  font-family: Tahoma, Arial, sans-serif;
  color: #000000;
}

#header form input.button {
  float: left;
  border: 0px;
  background-image: none;
  padding: 0px;
  margin: 3px 0px 0px 8px;
  width: 28px;
  height: 25px;
}

#banner {
  width: 886px;
  position: relative;
}

#banner .overlay {
  background-image: url(/images/banner-overlay.png) !important;
  background-image: url(/images/banner-overlay.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 886px;
  height: 168px;
}

#inner-container {
  clear: both;
  background-image: url(/images/container-bg.png);
  background-repeat: repeat-y;
}

#inner-container-top {
  background-image: url(/images/container-top.png);
  background-repeat: no-repeat;
  height: 12px;
  overflow: hidden;
}

#inner-container-bottom {
  background-image: url(/images/container-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}

#inner-container-bottom p {
  margin: 0px 0px 0px 0px;
  padding: 22px 0px 10px 14px;
  font-family: 'GillSansStdRegular', Arial, sans-serif;
  font-size: 100%;
}

#nav {
  clear: both;
  float: left;
  width: 886px;
  padding-left: 18px;
  font-family: 'GillSansStdRegular', Arial, sans-serif;
}

#nav ul {
  background-image: url(/images/nav-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 13px 3px 12px 19px;
}

#nav ul li {
  display: inline;
  padding: 0px 16px 0px 0px;
}

#nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 115%;
}

#nav img {
  margin-top: 11px;
}

#left-col {
  float: left;
  padding: 0px 0px 0px 18px;
}

#right-col {
  float: left;
  width: 240px;
  height: 300px;
  padding-left: 12px;
  padding-top: 20px;
}

.panel {
/*  float: left;*/
  width: 206px;
  margin: 11px 0px 2px 0px;
  background-image: url(/images/panel-middle.gif);
  background-repeat: repeat-y;
}

.panel h3 {
  background-image: url(/images/panel-top.gif);
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 11px 0px 12px 12px;
  font-size: 123%;
  font-weight: normal;
  color: #000000;
  font-family: 'GillSansStdRegular', Arial, sans-serif;
}

.panel .base {
  height: 5px;
  background-image: url(/images/panel-bottom.gif);
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
  clear: both;
}

.panel ul {
  padding: 0px 0px 16px 12px;
  margin: 0px 0px 0px 0px;
}

.panel ul li {
  list-style: none;
  background-image: url(/images/li-bg.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 8px 0px;
}

.panel ul li a {
  text-decoration: none;
  color: #284891;
}

.panel ul li a:hover {
  text-decoration: underline;
}

.panel p {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 12px;
  font-size: 92%;
}

.panel p strong.date {
  font-weight: normal;
  color: #2A4696;
}

.panel p.button {
  margin: 4px 9px 6px 0px;
}

p.button {
  float: right;
  clear: both;
  height: 25px;
  background-image: url(/images/button-right.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0px 0px 0px 0px;
  margin: 3px;
}

p.button a {
  float: left;
  height: 21px;
  background-image: url(/images/button-left.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 30px 0px 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
}

#content {
  float: left;
  width: 630px;
  padding: 0px 0px 0px 22px;
}

#content.wide {
  width: 880px;
}

#content .base {
  padding: 20px 0px 20px 0px;
  margin: 0px;
}

#rightcol {
  width: 272px;
  float: left;
  margin-top: 11px;
  padding-left: 20px;
}

#footer-nav {
  clear: both;
  height: 30px;
  font-size: 85%;
  padding: 10px 0px 0px 24px;
}

#footer-nav ul {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#footer-nav ul li {
  display: inline;
  margin: 0px 12px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#footer-nav ul li a {
  color: #284891;
  text-decoration: none;
}

#footer-nav p {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 0px;
  color: #FFFFFF;
}

#footer-nav p a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-nav p a:hover {
  text-decoration: underline;
}

p.footerblock {
  float: left;
  font-size: 109%;
  line-height: 130%;
  margin: 0px 80px 0px 0px;
  padding: 0px 0px 30px 10px;
  color: #FFFFFF;
  font-family: 'GillSansStdRegular', Arial, sans-serif;
}

p.footerblock strong {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 100%;
}

p.footerblock a {
  color: #FFFFFF;
  text-decoration: none;
}

p.footerblock a:hover {
  text-decoration: underline;
}

#header #logos {
	float: right;
	width: 120px;
	padding: 103px 0px 0 30px;
}

#logos img {
	float:left;
	padding:0 0 0 5px;
	margin:0;
}

#header #number {
	color: #FFFFFF;
	float: right;
	text-align: right;
	width: 220px;
	padding: 100px 8px 0px 0px;
}

#header #number h2 {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 250%;
}
