/* Default stylesheet */
div#expired {
  margin: 1ex 1em;
  font-size: 110%
}
div#expired #warning {
  color: red;
  font-weight: bold
}
div#expired #date {
  font-weight: bold
}
body {
  font-family: arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: #FFCC66
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}
div.container {
  width: 100%;
  height: 100%;
}
div.stripe {
  background:url(../images/template/200px_line.gif) top left repeat-y;
}
div.imageright {
  float:right;
  border: 1px solid yellow;
}
div.left {
  padding-top: 10px;
  float: left;
  width: 200px;
}
div.middle {
  padding-left: 215px;
  padding-right: 363px;
  padding-top: 15px;
}
div.right {
 width:348px;
 float: right;
}
div.picbox {
  text-align: center;
}
div.header {
  width: 100%;
  display:table;
  background-color: white;
}
div.header img {
  float: left;
}
div.headlogos img {
  margin: 0px 0px 0px 10px;
  float: right
}
div.menu {
  background: black;
  clear: both;
  font-size: 80%
}
div.menu ul {
  display: inline;
  margin: 0;
  padding: 0
}
div.menu a {
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em
}
div.menu a:hover {
  color: white;
}
div.menu li {
  display: block;
  list-style: none;
  float: left;
  vertical-align: middle;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  height: 1.5em;
  background: black;
}
div.menu div {
  clear: left;
  background: #FF9933;
  font-size: 6px
}
div.submenu ul {
  list-style-type: none;
  margin:20px 0px 0px 15px;
  padding: 0px
}
div.submenu li {
  background: url(../images/template/listitem.gif) top left no-repeat;
  text-indent: 10px;
}
div.submenu a.selected {
  color: #FF9933
}
div.footer {
  background: black;
  border-top: 8px #FF9933 solid;
  text-align: right;
  clear: both;
  color: white;
  padding: 2ex 1em 2ex 2em;
  font-size: 75%;
  line-height: 170%;
  height: 55px;
}
div.footer img {
  float: right;
  margin-left: 2em
}
div.footer a {
  color: white
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1ex 0 0 0
}
h1{
font-size:22px;}
h2{
font-size:16px;}
a {
  font-weight: bold;
  text-decoration: none
}
img {
  border: 0
}
hr {
  color: black;
  height: 3px
}
div.main {
  background-color: #FFCC66;
  padding-left: 1em;
  padding-right: 363px;
  padding-top: 15px;
}
