html, body, #page_container {
  height: 100%;
}

html {
  min-height: 101%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #4a4a4a url(/images/application/bg.gif) repeat-x;
  color: #555555;
}

img {
  border: 0;
}

table {
  font-size: 1.2em;
}

h1, h2, h3, h4 {
  margin:0;
  padding:0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#page_container {
  background: #ffffff url(/images/application/page_bg.gif) repeat-y;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  /* background-color: #FFFFFF; */
}

#top_bar {
  background-color: #ffffff;
}

#top_nav_container {
  background-color: #5eb2d3;
  width: 300px;
  float: right;
  height:24px;
  margin-right: 18px;
  line-height: 24px;
  font-size: 1.1em;
  color: #ffffff;
  text-align: right;
}

#top_nav {
  margin-right: 18px;
}

#top_nav a {
  color: #ffffff;
  text-decoration: none;
}

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

#logo {
  float: left;
}

#main_nav_container {
  float: right;
  margin-top: 50px;
}

#main_nav img {
  float: left;
}

#main_nav_bar {
  background-repeat: no-repeat;
  width: 763px;
  height: 132px;
  float: right;
}

#content_container {
  background-color: #ffffff;
}

.clear {
  clear: both;
}

.image_with_caption img {
  border: 1px solid #294f7e;
}

.caption {
  text-align: center;
  font-size: 0.9em;
  color: #5eb2d3;
}

.image_right {
  float: right;
  margin: 0 0 8px 8px;
}

.image_left {
  float: left;
  margin: 0 8px 8px 0;
}

.block_image {
  display: block;
}
