body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  padding: 28px 0 0 0;
  background: url('images/bg.gif');
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #579cb2;
}

h1 { 
  font-size: 13px; 
  font-weight: bold; 
  text-align: center;
  width: 430px;
  margin: 0 auto;
}

h2 {
  font-size: 13px; 
  font-weight: bold; 
}

h3 {
  font-size: 8pt;
  font-weight: normal;
  margin: 0;
}

#all {
  position: relative;
  margin: 0 auto;
  width: 760px;
}

#topHeader {
  width: 760px;
  height: 186px;
  background: url('images/header1.jpg') no-repeat;
}

#bottomHeader {
  width: 760px;
  height: 44px;
  background: url('images/header2.gif') no-repeat;
}

#main {
  float: left;
  background-color: #ffffff;
  padding-bottom: 30px;
  /* IE bug fix */
  border: 1px solid #ffffff;
  padding-left: 10px;
  padding-right:10px;
  margin-bottom: 10px;
}

#menu {
  width: 170px;
  font-weight: bold;
  color: #9c1f02;
  background-color: inherit;
  float:left;
}

.top, .bottom {
  height: 16px;
}

.content {
  padding-left: 3px;
  padding-right: 3px;
}

#menu ol {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}

#menu li {
  border-bottom: 1px dashed #ff950f;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#menu p {
  margin: 0;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 1px dashed #ff950f;
  border-bottom: 1px dashed #ff950f;
}

#menu a {
  color: #ffffff;
  background-color: inherit;
  text-decoration: none;
}

.menuBox {
  margin-bottom: 11px;
}

.menuBox .top {
  background: url('images/menu1_top.gif') no-repeat;
}

.menuBox .content {
  background-color: #ff5704;
}

.menuBox .bottom {
  background: url('images/menu1_bottom.gif') no-repeat;
}

.adBox .top {
  background: url('images/menu2_top.gif') no-repeat;
}

.adBox .content {
  background-color: #ff740e;
  text-align: center;
}

.adBox .bottom {
  background: url('images/menu2_bottom.gif') no-repeat;
}

#content {
  float: right;
  width: 560px;;
}

.contentBox {
   background-color: #deebf6;
}

.contentBox .top {
  background: url('images/content_top.gif') no-repeat;
}

.contentBox .content {
  background-color: #deebf6;
  padding-right: 30px;
}

.contentBox .bottom {
  background: url('images/content_bottom.gif') no-repeat;
}

#content a {
  color: #000000;
  background-color: inherit;
}

#content a.special {
  text-decoration: none;
  font-weight: bold;
}

#content p {
 margin: 15px 0;
}

#content li {
  margin: 10px 0;
}

#content ol {
  list-style-position: inside;
  margin: 0;
}

#bottom {
  background-color: #ffffff;
  width: 760px;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottomBox {
  background-color: #ffffff;
  margin-left: 10px;
}

.bottomBox .top {
    background: url('images/lp_top.gif');
    background-repeat: no-repeat;
}

.bottomBox .content {
  background-color: #d0e0f1;
  width: 734px;
  margin: 0px;
}

.bottomBox .bottom {
  background: url('images/lp_bottom.gif');
  background-repeat: no-repeat;
}

.bottomBox a {
  color: #000000;
  background-color: inherit;
	font-weight: bold;
  text-decoration: none;
}

.bottomBox p {
  margin: 0;
}

#footer {
  font-size: 8pt;
  text-align: center;
  padding-bottom: 10px;
}

#footer a {
  color: #000000;
  background-color: inherit;
  text-decoration: none;
}

.close p {
  margin-top: 5px;
  margin-bottom: 0px;
}

#sitemap {
  list-style: none;
  font-weight: bold; 
}

#sitemap li {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

#sitemap a {
  text-decoration: none;
}

#sitemap img {
  margin-right: 4px;
}

#operators td {
  background-color: #f9f9f9;
  color: inherit;
}

#operators th {
  background-color: #ececec;
  color: inherit;
}
