* {
  margin: 0px;
  border: 0px;
  padding: 0px;
  vertical-align: top;
  text-align: left;
}

ol { margin-left: 5px; }

a, a:link, a:active, a:visited, a:hover {
  text-decoration: underline;
  color: #0033CC;
}

a:visited {
  text-decoration: underline;
  color: #003366;
}

blockquote {
  padding-left: 15px;
  padding-bottom: 15px;
}

body {
  margin: 20px;
  text-align: center;
  color: #333333;
  background-color: #FFFFFF;
  font: normal normal normal 12px/15px 'Trebuchet MS', helvetica, arial, sans-serif;
}

div.button { padding: 5px; }

div.button a {
  background: transparent url('/assets/1/button-a.gif') no-repeat scroll top right;
  color: #333333;
  display: block;
  float: left;
  font: normal normal normal 12px/14px arial, sans-serif;
  height: 24px;
  padding-right: 10px;
  text-decoration: none;
}

div.button a:active, div.button-selected a {
  background: transparent url('/assets/1/button-a.gif') no-repeat scroll bottom right;
  color: #000000;
  display: block;
  float: left;
  font: normal normal normal 12px/14px arial, sans-serif;
  height: 24px;
  padding-right: 10px;
  text-decoration: none;
  outline: none;
}

div.button a span {
  background: transparent url('/assets/2/button-span.gif') no-repeat top left;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 10px;
}

div.button a:active span, div.button-selected a span {
  background: transparent url('/assets/2/button-span.gif') no-repeat bottom left;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 10px;
} 

font { font: normal normal normal 12px/15px 'Trebuchet MS', helvetica, arial, sans-serif; }

h1, .h1 {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #FF5500;
}

h1 a, h1 a:link, h1 a:active, h1 a:visited, .h1 a, .h1 a:link, .h1 a:active, .h1 a:visited {
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #FF5500;
}

h1 a:hover, .h1 a:hover {
  text-decoration: underline;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #FF5500;
}

h2, .h2 {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #995500;
}

h2 a, h2 a:link, h2 a:active, h2 a:visited, .h2 a, .h2 a:link, .h2 a:active, .h2 a:visited {
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #995500;
}

h2 a:hover, .h2 a:hover {
  text-decoration: underline;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #995500;
}

h3, .h3 {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

h3 a, h3 a:link, h3 a:active, h3 a:visited, .h3 a, .h3 a:link, .h3 a:active, .h3 a:visited {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

h3 a:hover, .h3 a:hover {
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

li {
  margin-left: 15px;
  padding-bottom: 15px;
  vertical-align: baseline;
}

p { padding-bottom: 15px; }

td {
  padding: 5px;
  background-color: #EEEEEE;
}

#container-outer {
  /* 964 */
  
  /* 649 + 315 */
  /* 629 + 20 + 1 + 20 + 294 */
  
  /* 315 + 334 + 315 */
  /* 294 + 20 + 1 + 20 + 294 + 20 + 1 + 20 + 294 */
  
  /* 315 + 649 */
  /* 294 + 20 + 1 + 20 + 629 */
  
  width: 964px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  clear: both;
}

#container-inner { }

#header-outer {
  width: 964px;
  clear: both;
  padding-bottom: 20px;
}

#header-inner { height: 85px; }

#logo {
  clear: left;
  float: left;
  padding-right: 10px;
}

#search {
  padding-top: 6px;
  padding-left: 21px;
  padding-bottom: 17px;
  float: right; 
  clear: right;
}

#main-outer {
  width: 964px;
  clear: both;
}

#main-inner { }

#footer-outer {
  width: 964px;
  clear: both;
}

#footer-inner { }

#copyright { text-align: center; }

.menu {
  width: 855px;
  font-family: Georgia, serif;
  clear: right;
  float: right;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  text-align: center;
  color: #333333;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
  display: block;
  float: left;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #333333;
}

.content-inner {
  margin-bottom: 20px;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 20px;
  overflow: hidden;
}

.menu a:hover                   { background-color: #CCCCCC; }
.menu-selected                  { font-weight: bold; }

.content-outer                  { width: 964px; clear: both; }
.content-left-wide-outer        { width: 649px; clear: left; float: left; }
.content-left-wide-inner        { padding-right: 20px; overflow: hidden; }
.content-left-wide-inner-nopad  { overflow: hidden; }
.content-left-narrow-outer      { width: 315px; clear: left; float: left; }
.content-left-narrow-inner      { border-right: solid 1px #CCCCCC; padding-right: 20px; overflow: hidden; }
.content-middle-outer           { width: 334px; float: left; }
.content-middle-inner           { padding-left: 20px; padding-right: 20px; overflow: hidden; }
.content-right-narrow-outer     { width: 315px; clear: right; float: right; }
.content-right-narrow-inner     { border-left: solid 1px #CCCCCC; padding-left: 20px; overflow: hidden; }
.content-right-wide-outer       { width: 649px; clear: right; float: right; }
.content-right-wide-inner       { padding-left: 20px; overflow: hidden; }
.content-right-wide-inner-nopad { overflow: hidden; }
.content-section-outer          { clear: both; }
.content-section-inner          { padding-bottom: 30px; overflow: hidden; }

.digest-item-title              { padding-bottom: 15px; }
.digest-item-description        { padding-bottom: 15px; }

.read-inner                     { padding-bottom: 15px; }
.read-loadtime                  { padding-bottom: 15px; font-style: italic; }
.read-description               { padding-bottom: 15px; }
.read-items-loading-inner       { padding-bottom: 15px; }
.read-items-loading-inner img   { position: relative; top: 1px; margin-right: 5px; }
.read-item-description          { padding-bottom: 30px; }
.read-item-tag                  { padding-bottom: 10px; font-style: italic; }
.read-subscribe                 { padding-bottom: 15px; }
.read-subscribe img             { position: relative; }

.search-button                  { position: relative; top: 1px; }
.search-query                   { width: 264px; height: 15px; border: solid 1px #CCCCCC !important; }

.read-item-title { padding-bottom: 2px; } 
.read-item-title a:link { color: #3b5998; text-decoration: none; font-weight: bold; font-size: 14px; line-height: 1.25em; }
.read-item-title a:hover { text-decoration: underline; }
.read-item-tag { color: #a9a9a9; font-size: 11px; line-height: 1.2em; }
.read-item-description { color: #5e5e5e; }
h2 a, h2 a:link, h2 a:active, h2 a:visited, .h2 a, .h2 a:link, .h2 a:active, .h2 a:visited {
  font-size: 24px;
}

/* Begin news block changes */

.read-inner {
  padding-bottom: 15px;
  padding-top: 16px;
}

#splashes {
	margin-bottom: 20px !important;
}

.content-left-wide-inner-nopad > .content-middle-outer {
	width: auto;
}

.content-left-wide-inner-nopad > .content-middle-outer .content-left-narrow-outer {
	width: 378px;
	margin-right: 0;
	
}
.content-left-wide-inner-nopad > .content-middle-outer .content-left-narrow-inner {
	border-right: none;
	padding-right: 0;
}

.content-left-wide-inner-nopad > .content-left-narrow-outer {
	width: 230px;
}

.content-left-wide-inner-nopad > .content-left-narrow-outer .read-inner {
	 /*border-top: 1px solid #315c99;*/
	 background-color: #edeff4;
	 padding: 16px;
	 padding-right: 20px;
}

.content-left-wide-inner-nopad > .content-left-narrow-outer .read-item-description {
	color: #536385;
}

.content-left-wide-inner-nopad > .content-left-narrow-outer .content-left-narrow-inner {
  border-right: none;
  padding-right: 0px;
}

/* end news block changes */

