body{
  background-color:#445577;
  font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
  border:0px;
}

.main{
  max-width:1024px;
  min-width:580px;
  width:100%;
}

h3,h4,h5{
  color:#334488;
}

table{
  width:100%;
}

table tr th{
  border:1px solid #000;
  background-color:#556690;
  padding:3px;
}

table tr td{
  border:1px solid #000;
  background-color:#ccc;
  padding:3px;
}

.topleft{
  background-image:url(img/top_left.png);
  height:19px;
  font-size:2px;
  margin-right: 19px;
}

.topright{
  margin-top:-19px;
  margin-left:19px;
  background-image:url(img/top_right.png);
  background-position:100% 0;
  height:19px;
  font-size:2px;
}

.title{
  background-image:url(img/titlebar.gif);
  background-repeat:repeat-x;
  background-position: 0px bottom;
  background-color:#0C0C0C;
  max-width:1024px;
  width:100%;
  height:269px;
}

.titleimg{
  text-decoration:none;
  color:#445577;
  font-weight:bold;
  font-size:40px;  
  font-variant:small-caps;
  vertical-align:middle;
  font-family:Verdana;
}

.titleimg:hover{
  color:#556688;
}

.middle{
  background-color:#bFbFbF;
  max-width:1024px;
  width:100%;
  text-align:left;
  display:block;
}

.content{
  padding-top:10px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:10px;
  color:#000;
}

.content a{
  color:#333;
}

.content a:hover{
  color:#bb8810;
}

.bottomleft{
  background-image:url(img/bottom_left.png);
  height:19px;
  margin-right:19px;
  font-size:2px;
}

.bottomright{
  margin-top:-19px;
  margin-left:19px;
  background-image:url(img/bottom_right.png);
  background-position:100% 0px;
  height:19px;
  font-size:2px;
}

.error{
  border:5px solid #ff0000;
  background-color:#bfbfbf;
  color:#ff0000;
}

.linkbar{
  max-width:1024px;
  width:100%;
}

.link {
  text-decoration: none;
  color:#203050;
  font-weight:900;
  //width:64px;
  display:block;
  height:22px;
  float:right;
  line-height:4px;
  padding-left:5px;
  padding-right:5px;
}

.link:hover{
  color:#667799;
}

.content_header{
  background-color:#858585;
  display:block;
  color:#334488;
  font-weight:bold;
  font-size:20px;;
}

.content_body{
  background-color:#dcdcdc;
  border:3px solid #445577;
  margin:5px;
}

.content_body a{
  color:#445577;
  text-decoration: none;
}

.header{
  background-color:#1f1f1f;
  color:#334488;
  max-width:1024px;
  height:22px;
  width:100%;
}

.header a{
  color:#556688;
  padding:5px;
}

.header a:hover{
  color:#7788aa;
}

.linkhistory{
  background-color:#003366;
  margin-top:-10px;
  margin-left:-15px;
  margin-right:-15px;
  margin-bottom:10px;
  padding-left:5px;
  color:#557799;
}

.linkhistory a{
  text-decoration:none;
  color:#88aadd;
}

.linkhistory a:hover{
  color:#aaccff;
}

.tableready td{
  background:#00C170;
}

.tablenotready td{
  background:#c17070;
}

.previewimg{
  max-width:256px;
  max-height:256px;
}

.galleryimg{
  max-width:128px;
  max-height:128px;
  margin:5px;
}