@charset "utf-8";
/* CSS Document */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background: #2e3645 url("images/body-bg.jpg") no-repeat fixed top center;
  border-style: none;
  color: #2a2d2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #6982b5;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #6982b5;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #d74f4f;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #3b62a6;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ca0009;
  text-decoration: underline;
}
a:focus {
  color: #ca0009;
}
a:active {
  color: #262499;
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
}
#outerWrapper #header {
  background-image:url(images/header-c.gif);
  background-repeat:no-repeat;
  font-size: 90px;
  line-height:normal;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 10px 5px 0px;
  height: 320px;
  vertical-align: bottom;
}
#outerWrapper #topNavigation {
  background-color: ;
  height: 25px;
  padding: 0px 10px 20px 0px;
}
#outerWrapper #contentWrapper {
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color:#;
  float:  left;
  padding: 10px 0px 10px 0px;
  width: 150px;
  height: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color:;
  border-left: solid 1px #8e9fd0;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 150px;
  height:;
  margin-left: 10px;
  margin-bottom: 0px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 auto 0 auto;
  padding: 10px 10px 0px 10px;
  height: 100%;
  width:530px;
  border-left: solid 1px #8e9fd0;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #eaeff5;
  border-top: solid 1px #8e9fd0;
  padding: 10px 10px 10px 10px;
  text-align:center;
}
#countdown {
  border: thin #000066 dashed;
  padding: 10px;
}
