body {
  padding: 0;
  margin: 0;
  background-color: black;
  background-image: url(../images/BackgroundFull.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font-family: arial; }

#topbar {
  background-color: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#010101));
  background: -moz-linear-gradient(top, #333333, #010101);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#010101');
  zoom: 1;
  height: 31px;
  min-width: 960px;
  border-bottom: 1px solid #646464;
  overflow: hidden;
  vertical-align: middle; }
  #topbar a {
    color: White;
    margin: 0 6px;
    position: relative;
    top: -7px;
    font-size: 9pt; }
  #topbar img {
    position: relative;
    top: 6px;
    margin-left: -10px; }
  #topbar p {
    margin: 6px;
    text-align: right; }

.contain, #topbar div {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px; }

#NavigationDropDown {
  background-color: #49038a;
  background: -webkit-gradient(linear, left top, left bottom, from(#49038a), to(#2f0259));
  background: -moz-linear-gradient(top, #49038a, #2f0259);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49038a', endColorstr='#2f0259');
  zoom: 1;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  height: 58px;
  border: 1px solid #625473;
  width: 100%;
  display: table;
  border-top: 0px;
  zoom: 1;
  z-index: 4000; }
  #NavigationDropDown tr {
    margin-top: 0;
    display: table-row;
    height: 58px; }
    #NavigationDropDown tr td {
      height: 58px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      border-left: 1px solid #625473; }
      #NavigationDropDown tr td a {
        color: white;
        text-decoration: none;
        font-size: 11pt;
        font-weight: bold; }
        #NavigationDropDown tr td a .Sub {
          color: #929292;
          font-size: 8pt; }
      #NavigationDropDown tr td li {
        background-color: #353535;
        background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(black));
        background: -moz-linear-gradient(top, #353535, black);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='black');
        zoom: 1; }
    #NavigationDropDown tr a:hover {
      text-decoration: underline; }

.Box {
  border: 1px solid #858585;
  margin-top: 18px; }
  .Box .Title {
    background-color: #30025c;
    background: -webkit-gradient(linear, left top, left bottom, from(#30025c), to(#4a038c));
    background: -moz-linear-gradient(top, #30025c, #4a038c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30025c', endColorstr='#4a038c');
    zoom: 1;
    padding: 10px;
    font-weight: bold;
    font-size: 11pt;
    color: White;
    border-bottom: 1px solid #858585; }
  .Box .Content {
    padding: 10px;
    background-color: White; }
  .Box .DarkContent {
    background-color: #353535;
    background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#040404));
    background: -moz-linear-gradient(top, #353535, #040404);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#040404');
    zoom: 1;
    padding: 10px;
    color: White; }

.LeftTwoThirds {
  width: 619px;
  float: left; }

.RightThird {
  margin-left: 18px;
  width: 297px;
  float: right; }

#backpage .Box .Content {
  padding: 20px; }

div.ImageRotator {
  padding: 0 !important;
  margin-bottom: -3px; }
  div.ImageRotator img {
    padding: 0 !important; }

.footer a {
  color: White; }

img {
  border: 0px; }
