html, body {
  margin: 0;
  padding: 0;
	font-family: gill sans, trebuchet ms, helvetica;
}

body {
  background: #808080;
  font-size: 90%;
}

a {
  color: #003486;
  text-decoration: none;
	font-family: gill sans, trebuchet ms, helvetica;
}

a.selected {
  color: #556069;
}

p {
	font-family: gill sans, trebuchet ms, helvetica;
}

img {
  border: 0;
  vertical-align: middle;
}

br.clearer {
  clear: both;
  display: block;
  height: 1px;
}

h1 {
  color: #003486;
  font-size: 150%;
  font-weight: normal;
  padding-left: 10px;
}

h1, h2, h3, h4, h5 {
	font-family: filosofia grand, gill sans, trebuchet ms, helvetica;
}

h1.secondary {
  margin: 1em 100px;
  margin-top: 0;
  padding: 0;
}

#container {
  width: 790px;
  margin: 1em auto;
  background: #ffffff;
	font-family: gill sans, trebuchet ms, helvetica;
}

/********** Header **********/
#header {
  padding: 25px 20px;
  position: relative;
}

#header_menu {
  float: right;
}

/********** Menu **********/
#menu {
  padding-left: 5px;
}

#menu a {
  display: block;
  float: left;
  width: 16.6667%;
}


/************* Content **********/
#subnav {
	margin-left: 2em;
}

#subnav a {
	font-size: 12px;
}

.current {
  color: #404040;
}

div#content, table#content {
  background: #dbe1eb;
  width: 100%;
	font-family: gill sans, trebuchet ms, helvetica;
}

table#content td {
  width: 50%;
  vertical-align: top;
}

#secondary_content {
  margin: 0 150px;  
}

p.front {
  margin: 0 15px 0 30px;
}

#submenu {
  height: 3em;
  line-height: 3em;
  padding-left: 50px;
}

.daily_nav_container {
  width: 85%;
  margin: 0 auto;
  position: relative;
  background: #a2afce;
}

.daily_nav_container table {
  width: 100%;
}

.daily_nav_container table th {
  color: #ffffff;
  font-weight: normal;
}

#content .daily_nav_container table td {
  color: #003486;
  text-align: center;
  width: auto;
}

.daily_nav_container table td, .daily_nav_container table th {
  text-align: center;
}

#content .daily_nav_container table td.f_col, .daily_nav_container table th.f_col {
  text-align: left;
}

.content {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.daily_nav_header {
  text-align: center;
  padding: 0 16px;
  height: 1.3em;
  line-height: 1.3em;
  background: #124b8f;
  color: #ffffff;
  position: relative;
}

.header_left, .header_right {
  position: absolute;
  top: 0;
  height: 1.3em;
}

.header_left, .daily_nav_left  {
  left: 0;
}

.header_right, .daily_nav_right { 
  right: 0;
}

.daily_nav_right, .daily_nav_left {
  bottom: 0;
  position: absolute;
  height: .65em
}

/*********** Shadows ***************/
#shadow_container {
  padding-left: 5px;
  background: url(images/shadow_l.gif) repeat-y top left;  
}

#shadow_container2 {
  background: url(images/shadow_r.gif) repeat-y top right;
  padding-right: 5px;
}

#bottom_shadow {
  background: url(images/shadow_b.gif) repeat-x;
  position: relative;
  height: 5px;
  line-height: 5px;
  font-size: 1pt; /* Because IE is a pain in the butt */
}


.corner {
  position: absolute;
}

.bl {
  bottom: 0;
  left: 0;
}

.br {
  bottom: 0;
  right: 0;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}

.section_heading {
  font-weight: bold;
}

.section_total {
  font-style: italic;
  font-weight: bold;
}
