/* $Id: styles.css 46 2010-01-31 07:54:43Z tboronczyk $ */

body {
  background-color: #f6f6f6;
  font-family: Arial, Sans, sans-serif;
  color: #666666;
}

a {
  color: #004d8d;
  text-decoration: none;
}

a img {
  border: none;
}

a:hover {
  text-decoration: underline;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

#page {
  background-color: white;
  border: 1px solid #eee;
  margin: 2px auto;
  width: 788px;
}

#menu {
  padding-top: 10px;
}

#menu ul {
  float: right;
  list-style-type: none;
}

#menu a {
  font-size: 11pt;
  font-weight: bold;
}

#menu #links li {
  display: inline;
  padding: 2px 8px;
}

#header {
  background: #FFF url("../img/head_bg.jpg") top right no-repeat;
  border-bottom: 1px solid #ffffff;
  clear: both;
  height: 45px;
}

#header #logo {
  margin-top: 5px;
  margin-left: 8px;
}

#content {
  border-bottom: 3px solid #f07b05;
  border-top: 3px solid #f07b05;
  font-size: 11pt;
  line-height: 12.5pt;
}

#content h1 {
  border-bottom: 3px solid #CFCFCF;
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0 5px 0;
}

#content h2 {
  border-bottom: 3px solid #CFCFCF;
  clear:both;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0 5px 0;
}

#content p {
  margin-bottom: 2ex;
}

#content li {
  margin-bottom: 1.5ex;
  margin-left: 2.2em;
}

.clear {
  clear: both;
}

#footer {
  background: #004d8d url("../img/foot_bg.png") top left no-repeat;
  border-top: 1px solid #ffffff;
  color: #FFF;
  font-family: Arial, Sans, sans-serif;
  font-size: 8pt;
  line-height: 10pt;
  padding-top: 10px;
  text-align: center;
}

/* min-height fast hack, see: http://www.dustindiaz.com/min-height-fast-hack */
#footer {
  min-height: 50px;
  height: auto !important;
  height: 50px;
}

