body {
  color: #000;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 auto;
}

p {
  padding: 5px 0;
}

h1 {
  font-size: 16px;
  padding: 5px 0 10px 0;
}

h1.center {
	text-align: center;
}

h2 {
  color: #808000;
  font-size: 14px;
  padding: 5px 0 10px 0;
}

img.padding {
  padding-right: 15px;
}

sup {
  font-size: 10px;
  font-weight: normal;
  height: 0;
  position: relative;
  top: -6px;
  vertical-align: baseline !important;
  vertical-align: bottom;
}

#container1 {
  border: 2px solid #000;
  margin: 20px auto;
  overflow: hidden;
  padding: 0;
  width: 966px;
}

#header {
  background: #95a67d;
  height: 100px;
}

#logo {
  float: left;
  height: 100px;
  width: 200px;
}

#nav {
  float: left;
}

#nav ul {

}

#nav li {
  border-left: 2px solid #fff;
  display: block;
  float: left;
  height: 100px;
  width: 125px;
}

#nav li.last {
  border-right: 2px solid #fff;
}

#nav a, #nav a:visited {
  color: #fff;
  display: block;
  height: 20px;
  line-height: 1.2em;
  padding: 65px 0 15px 5px;
  text-decoration: none;
  width: 120px;
}

#nav a.current, #nav a.current:visited {
  background: #314c00;
}

#nav a:hover {
  background: #314c00;
}


#header_img {
  float: right;
  width: 129px;
}

#container2 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#sidebar {
  border-right: 1px solid #000;
  float: left;
  height: 300px;
  padding: 25px 20px 25px 10px;
  width: 169px;
}

#content {
  float: left;
  padding: 25px 20px;
  width: 723px;
}

#content ul {
	list-style: disc;
	padding: 5px 15px;
}

#content li {
	margin-left: 15px;
	padding: 5px;
}

#content_nav {
  padding-top: 8px;
}

#content_nav a, #content_nav a:visited {
  color: #314c00;
}

#content_nav a:hover {
  color: #000;
  text-decoration: underline;
}

#menu ul {
  padding-top: 8px;
}

#menu li {
  padding-bottom: 5px;
  text-align: right;
}

#menu a, #menu a:visited {
  color: #314c00;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

.data {
  border: 1px solid #314c00;
  border-collapse: collapse;
}

.data th, .data td {
  border: 1px solid #314c00;
  padding: 4px 5px;
  text-align: left;
}

.data td.right {
  text-align: right;
}

.data th.as_of {
  background: #314c00;
  color: #fff;
  text-align: center;
}

.data tr.as_of th{
  background: #95a67d;
  text-align: center;
}

.data tr.highlight th {
  background: #314c00;
  color: #fff;
}

.data tr.highlight2 th {
  background: #95a67d;
  color: #fff;
}

.data tr.highlight td {
  background: #95a67d;
}
 
.important {
  color: #808000;
  font-weight: bold;
}

.small {
  font-size: 10px;
}

.underline {
  text-decoration: underline;
}

