
body {
  margin: 0px;
  background-color: #eeeeee;
  text-align: center;
  overflow-y: scroll;
}

body,table {
  font-family: Tahoma;
  font-size: 13px;
}

table td {border-bottom: 1px solid #ddd;}
table th {border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;  border-top: 1px solid #eee}

code { background: #ddd; color: #080; padding: 2px; border: 1px dashed #559}

#sitewrapper {
  width: 600px;
  height: 500px;
  background-color: transparent;
  text-align: left;
  margin: auto;
}

#logo {
  background: url(logo.gif) no-repeat center;
  height:86px;
}

#globalmenu {
  background: url(menubg.gif);
  height:25px;
  border-bottom: #4c5c8b 1px solid;
  border-top: #8796c0 1px solid;
}

#globalmenu #menu_content {
  color: #aeb4c6;
  padding-top: 3px;
  text-align: center;
}

#globalmenu #menu_content a {
  color: #FFF;
  text-decoration: none;
}

#content {
  padding: 5px;
  line-height: 18px;
}

#footer {
  background: url(menubg.gif);
  height:25px;
  font-size: 80%;
  border-bottom: #4c5c8b 1px solid;
  border-top: #8796c0 1px solid;
}

#footer #footer_content {
  color: #FFFFFF;
  padding: 5px;
}

#footer #footer_content a {
  color: #FFF;
}

a {color: #003366;}
a:hover {color: #336699;}

h1,h2,h3 {
font-size: 25px;
font-family: Georgia, Times New Roman, Tahoma, Verdana, Arial;
color: #000000;
margin: 0 0 2px 0;
font-weight: normal;
line-height: 27px;

}

h2 {
  font-size: 21px;
  border-bottom: 1px solid #ccc;
  padding: 0 5px 0 5px;
  margin-top: 15px;
}

h3 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 0 5px 0 5px;
  margin-top: 15px;
  font-weight: bold;
}


ul {
  padding-left: 20px;
  margin: 0;
}

div#content div {
  margin: 0 30px 0 30px;
}

.attr {
  color:#F00;
}

.attr span {
  color:#a00;
}

blockquote {
  margin:2px 0 -10px 30px;
  border-bottom: 1px solid #ddd;
}
