@import url('nav.css');

body {
  background: #fff url('../images/background.jpg');
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  word-spacing: -1px;
}

div.container {
  width: 699px;
  border-right: 1px dotted #000;
}

div.header {
  background: transparent url('../images/logo.jpg') no-repeat center left;
  height: 100px;
  text-align: right;
  border-bottom: 1px dotted #000;
}

div.header #address {
  padding: 15px;
}

div.image {
  background: transparent url('../images/image_02.jpg') no-repeat top left;
  height: 152px;
  border-bottom: 1px dotted #000;
}

div.content {
  padding: 0px 0px 0px 40px;
}

div.content #content {
  clear: both;
  margin: 20px 0px 0px 0px;
}

div.status {
  clear: both;
  margin: 5px 0px 4px 0px;
  height: 10px;
}

div.status #crumbs {
  float: left;
}

div.status #date {
  float: right;
  padding-right: 30px;
}

span.heading {
  font-family: Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #455C65;
  padding: 0px;
}

div.main {
  width: 430px;
  border-top: 1px dotted #000000;
  font-family: Verdana, sans-serif;
  color: #000000;
  padding-top: 5px;
}

span.question {
   font-weight: bold;
   color: #417097;
}

span.answer {
  text-indent: 15px;
}

p {
  text-indent: 15px;
}

div.side_nav {
  float: right;
  width: 200px;
}

div.side_nav #main {
  border-top: 1px dotted #000000;
  font-family: Verdana, sans-serif;
  color: #000000;
  padding-top: 5px;
}

div.side_nav ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
}

div.side_nav ul li {
  padding: 3px;
}

a.blue-link:link, a.blue-link:visited {
  color: #455C65;
  text-decoration: none;
}

a.blue-link:hover {
  text-decoration: underline;
}

div.side_image {
  float: right;
  margin: 8px;
  font-size: 10px;
  width: 265px;
}

div.side_image img {
  border: 1px solid #000;
}
