body, form,
/*p, div, span,*/
table, /*td,*/
input, select, textarea,
h1, h2, h3, h4, h5, h6 {
  font-family: arial;
  font-size: 14px;
}
body, form {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

a {
  color: #00C;
  text-decoration: none;
}
a:hover {
  color: #00C;
  text-decoration: underline;
}
p {
  line-height: 1.3em;
}
table {
  border-collapse: collapse;
}
img {
  border-width: 0;
}

h2 {
  font-family: arial, sans-serif;
  font-size: 165%;
  font-weight: normal;
  margin: 0;
  color: #006;
}
h3, h4 {
  font-family: arial, sans-serif;
  font-size: 120%;
  font-weight: normal;
  margin: 0;
  color: #003;
  border-bottom: 1px solid #003;
}

#banner {
  background-color: #fff;
}
#banner .content {
  width: 1000px;
  margin: auto;
  height: 120px;
  position: relative;
}
#banner .content .right {
  position: absolute;
  top: 12px;
  right: 10px;
  text-align: right;
  color: #000;
  font-weight: bold;
  font-family: verdana;
  font-size: 14px;
}

#pageContentContainer {
  width: 998px;
  margin: auto;
  border: 1px solid #ccc;
  border-top-width: 0;
  background-color: #fff;
}
#pageContent {
  padding: 10px 10px 50px 10px;
}

/* top menu strip styles */
#menuBg {
  height: 40px;
  background-color: #0062a8;
}
#menu {
  width: 1000px;
  margin: auto;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu .U1 {
  height: 40px;
}
#menu .L1 {
  float: left;
  position: relative;
}
#menu .A1 {
  display: block;
  height: 40px;
  line-height: 40px;
  border-right: 2px solid #004288;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-family: verdana;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}
#menu .A1first {
  border-left: 2px solid #004288;
}
#menu .U2 {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
}
#menu .L2 {
  position: relative;
}
#menu .A2 {
  display: block;
  background-color: #1172b8;
  color: #fff;
  width: 180px;
  font-family: arial;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #005298;
  border-bottom-width: 0;
}
#menu .A2:hover {
  background-color: #0062a8;
}
#menu .U3 {
  display: none;
  position: absolute;
  top: 0px;
  left: 201px;
}
#menu .L3 {
}
#menu .A3 {
  display: block;
  background-color: #1172b8;
  color: #fff;
  width: 180px;
  font-family: arial;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #005298;
  border-bottom-width: 0;
}
#menu .A3:hover {
  background-color: #0062a8;
}
/* END menu styles */

/* left menu styles */
.leftMenu {
  background-color: #ccc;
}
.leftMenu a {
  display: block;
  padding: 15px;
  border: 1px solid #666;
  border-top-width: 0;
  color: #444;
  font-size: 110%;
  font-weight: normal;
  text-decoration: none;
}
.leftMenu a.top {
  border-top: 1px solid #666;
}
.leftMenu a.cur {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.leftMenu a.over {
  background-color: #eee;
}
/* END left menu */

/* button */
.button {
  background-color: #6787BC;
  color: #FFF;
  padding: 4px 12px;
  border: 2px solid #234389;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-family: verdana;
  cursor: pointer;
}
.button-disabled {
  background-color: #AAA !important;
  color: #888 !important;
}

