body{
    background-color: #F0F0F0;
    color: #454545; 
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.links li{
  padding-top: 10px;
}

img{
    border-width: 0px;
}

a:link, a:visited{
    color: #777777;
    text-decoration: none;
}

a:hover {
    color: #003366;
    text-decoration: underline;
}

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 714px;
}

#header {
    height: 115px;
    width: 714px;
    font-size: 12px;
    color: #003366;
}

#header-left {
    width:165px;
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    text-align: left;
    white-space: nowrap;
}

#header-middle {
    width:200px;
    float: left;
    margin-left: 85px;
}

#header-right {
    width:165px;
    float: right;
    margin-right: 10px;
    margin-top: 8px;
    text-align: right;
    white-space: nowrap;
}

#nav, #nav a {
    margin: 5px 50px 5px 20px;
    color: #777777;
    text-decoration: none;
    white-space: nowrap;
}

#nav a:hover{
    color: #003366;
    text-decoration: underline;
}

#content {
    background-image: url(../images/content_mbar.gif);
    background-repeat: repeat-y;
    color: black;
}

#info {
    margin: 0px 30px 0px 30px;
    text-align: justify;
}

#border-top {
        padding: 0px;
    margin: 0px;
    background-image: url(../images/content_tbar.gif);
    background-repeat: no-repeat;
    height: 14px;
}

#border-bottom {
    background-image: url(../images/content_bbar.gif);
    background-repeat: no-repeat;
    height: 14px;
}

#footer{
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 1.75em;
}

#footer a {
    color: #777;
    text-decoration: none;
}

.progressTable{
    width: 400px;
    border-collapse: collapse;
    background-color: #F0F0F0;
    border: 2px solid #777777;
    margin: 0 auto 0 auto;
}

.progressTable td{
    border: 2px solid #777777;
}

.center{
  text-align: center;
}

.prog-border {
  background: #fff;
  border: 1px solid #000;
  margin: 0;
  padding: 2px;
}

.prog-bar {
  height: 25px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/progress-bg.gif);
  background-repeat: repeat-x;
}
