/* Style Sheet for presidents web pages. */


.xextlink:after {
  content: url(/images/external.png);
}

#content {
  padding-left: 10%;
  padding-right: 10%;
}

#content a[href ^="http://"],
.extlink {
  background: url(/images/external.png) center right no-repeat;
  padding-right: 16px;
}


body {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
/*  line-height: 17px; */
  line-height: 1.1em;
  color: #000000;
  background-color: #FFFFFF;
}

a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {text-decoration: underline;}
a:active  {text-decoration: underline;}


table {

}

dl {
  background-color: #FFFFFF;
}

dt {
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
  margin-top: 15px;
}

dd {
  background-color: #FFFFFF;
}

h1 {
  line-height: 1.2em;
  font-size: 2em;
  color: #000000;
  background-color: #ff4444;
  padding-left: .2em;
}

h2 {
  line-height: 1.2em;
  font-size: 1.3em;
  padding-left: .5em;
  color: #000000;
/*  background-color: #adeaea; */
  background-color: #0000ff;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0;
}

hr {
  margin: 0.5em 0% 0.5em 0;
  height: 0.04em;
  background: black;
}

img {
  border: 0;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

lh {
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
  margin-top: 15px;
}

li {
  background-color: #FFFFFF;
  list-style: none;
#  font-weight: bold;
######
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

#header {
  text-align: center;
}

#menu {
  position: absolute;
  font-weight: bold;
  background-color: #AAAAFF;
  top: 90px;
  left: 100px;
  width: 120px;
  padding: 10px;
  border: 1px dashed #999;
  line-height: 20px;
}

#xcontent {
  padding-left: 10%;
  padding-right: 10%;
}

.leftbox {
  width: 49%;
  float: left;
/*  border: solid 2px #000000; */
}

.rightbox {
  width: 49%;
  float: right;
/*  border: solid 2px #000000;"> */
}
