* {
  margin: 0;
  padding: 0;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 910px;
background: #fff;
}

#header {
  height: 130px;
  padding-left: 20px;
}

#header h1 {
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #aaa;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 12px;
color: #111;
padding-left: 10px;
}

#menu {
height: 30px;
line-height: 30px;
border-top: 1px dotted #555;
border-bottom: 1px dotted #555;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 10px 10px 10px;
}

.main {
float: right;
width: 890px;
text-align: justify;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
color: #004990;
}
.main h2 a:hover {
color: #111;
}

#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }

.banner{
  float: left;
  height: 31px;
  width: 88px;
  overflow: hidden;
  background-image: url(images/bg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0px;
  margin-top: 1px;
  margin-right: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pagetext{
  background-image: url(images/bgline.gif);
  background-repeat: repeat-y;
  background-position: center top;
  border: 2px solid #C8C8C8;
  width: 732px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  line-height: 130%;
}

.pagetext p{
  background-image: url(images/bgline.png);
  background-repeat: repeat-y;
  background-position: center top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 130%;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.pagetext h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
/*
  width: 400px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666666;
*/
}

.pagetext form{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}

.ads {
  margin-left: 20px;
}



