* { padding: 0; margin: 0; }

body {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 0.8em;
 background: #123;
}

a {
 color:#333;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

#wrapper { 
 margin: 0 auto;
 width: 600px;
 background: #fff;
}

#top-bar {
 width: 600px;
 padding: 0;
 height: 125px;
 margin: 25px 0px 0px 0px;
}

#logo {
 width: 500px;
 color: #000;
 margin-left: auto;
 padding: 0px 0px 0px 0px;
 height: 125px;
 float: left;
}

#top-nav {
 width: 592px;
 color: #fff;
 padding: 4px;
 font-weight: bold;
 height: 20px;
 margin: 0;
 background: #000;
 border-top: 5px solid #414141;
 text-align: center;
}

#top-menu li {
 display: inline;
 list-style-type: none;
 padding-left: 6px;
}

#top-menu li a {
 text-decoration: none;
 color: #ffffff
}

#top-menu a:hover {
 text-decoration: underline;
}

#main { 
 width: 580px;
 color: #333;
 margin: 0;
 padding:10px;
}

#content {
 font-size: 1.4em;
 text-align: center;
}

#motd {
 width: 400px;
 text-align:center;
 background: #eee;
 padding: 4px 4px 4px 4px;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: auto;
 margin-right: auto;
 color: #666;
}

#motd a { color: #999; }


#bottom-nav { 
 width: 592px;
 color: #fff;
 padding: 4px;
 height: 15px;
 margin: 0;
 background: #000;
 font-weight:bold;
}

#bottom-menu li {
 display: inline;
 list-style-type: none;
 padding-right: 6px;
}

#bottom-menu li a {
 text-decoration: none;
 color: #fff;
}

#bottom-menu a:hover {
 text-decoration: underline;
}

#bottom-bar { 
 width: 592px;
 color: #bbb;
 padding: 4px;
 height: 14px;
 margin: 0;
 background: #414141;
 text-align: right;
}
#bottom-bar a {
 text-decoration: none;
 color: #bbb;
}

#bottom-bar a:hover {
 text-decoration: underline;
}

table{
 margin-left: auto;
 margin-right: auto;
 border: 5px solid black;
}

th {
text-align: center;
font-weight: bold;
vertical-align: baseline;
background:#AAAAAA;
padding:2px 5px 2px 5px;
}

td {
 vertical-align: middle;
 padding:1px 3px 1px 3px;
}

#odd {
 color:#414141;
 background:#CCCCCC;
}

#even {
 color:#111111;
 background:#EEEEEE;
}
table.small{
 font-size:.7em;
}
input.btn{
   color:#414141;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#CCCCCC;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#555555;
}
xmp {
background-color:#CCCCCC;
text-align:left;
}
