/* Common */
*{
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html {
  font-size: 100%;
  height:100%;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height:100%;
}

a {
  color: #0099ee;
  text-decoration: none;
}
a:hover {
  color: #dd6600;
}
a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}

ul {
  list-style: none;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

/* Layout */
#container {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#header {
  padding: 10px 0;
}
#header h1 {
  color: #003399;
  background-color: #eeeeff;
  border-left: 8px solid #0054c4;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  font-size: 115%;
}

#footer {
  padding: 5px 7px 7px;
  border-top: 1px solid #666666;
}
#copyright{
  font-size: 85%;
}

#maincontent {
  padding: 5px;
}

p.pagetop{
  margin: 5px;
  text-align: right;
  font-size: 90%;
}
p.pagetop a:hover {
  text-decoration: underline;
}

/* List */
dl {
  display: inline-block;
  width: 170px;
  margin-bottom: 10px;
}
dt {
  font-weight: bold;
  color: #003399;
  border-bottom: 1px solid #0054c4;
  padding: 0 0 1px 5px;
}
dt span{
  font-weight: normal;
  padding-left: 2px;
  color: #ee0000;
  font-size: 85%;
}
dd {
  text-align: center;
  padding: 5px 0;
}
dd img {
  cursor: pointer;
  width: 150px;
}
dd img:hover {
  opacity:0.75;
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  -ms-filter: "alpha( opacity=75 )";
}

/* general */
p.lead {
  font-size: 90%;
  margin: 5px;
}
