body {
   background-image: url(images/tux-background.gif);
   background-color: #959595;
   background-repeat: no-repeat;

   font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   color: black;
}

#main-table {
   margin: 70px;
   background-color: white;
   border: 1px solid black;
   width: 750px;
}

#dev-null {
   background-color: #333333;
   height: 90px;
   text-align: right;
   vertical-align: bottom;
}

#dev-null-bottom-left, #dev-null-bottom-right {
   background-color: #707070;
   height: 30px;
}

#dev-null-bottom-right {
   background-image: url(images/dev-null-bottom.gif);
   background-repeat: no-repeat;
   background-position: top right;
}

#breadcrumb-nav {
   margin-left: 20px;
   color: white;
}

#links {
   float: right;
   margin-right: 28px;
   color: white;
}

#breadcrumb-nav a, #links a,
#breadcrumb-nav a:active, #links a:active,
#breadcrumb-nav a:hover, #links a:hover,
#breadcrumb-nav a:visited, #links a:visited {
   color: white;
}

#copyright {
   text-align: left;
   padding: 10px;
   font-size: 10px; 
   color: #666666;
}

h1, .h1 {
    font: bold 16px trebuchet ms, verdana, arial, helvetica, sans-serif; 
    clear: both;
    white-space: nowrap;
    border-bottom: 1px solid;
    color: #555555;
}

h2, .h2 {
    font: bold 14px trebuchet ms, verdana, arial, helvetica, sans-serif; 
    clear: both;
    white-space: nowrap;
}

.input {
    width: 100%;
}

.submit {
    color: #333333; /* blue-grey text */
    background: transparent;
    text-decoration: none;
    padding: 1px 0px 1px 0px;
    margin: 0px 3px 0px 3px;
    border: 1px solid #616d7e; /* blue-grey boxes */
}

div.hr {
    border-bottom: 1px solid;
}

div.hr hr {
    display: none;
}

#content {
    width: 75%;
    vertical-align: top;
    padding: 25px 25px 20px 20px;
    font-size: 12px;
}

#content a:link, #content a:visited {
    color: #98afc7; /* light-blue links */
    text-decoration: underline;
}

#content a:active, #content a:hover {
    color: #b4cfec; /* light-blue links */
    text-decoration: underline;
}

.content-container {
    padding: 0px 30px 20px 30px;
}

#sidebar {
    font-size: 12px;
    width: 25%;
    vertical-align: top;
    padding: 25px 40px 40px 20px;
}

#sidebar a:link, #sidebar a:visited {
    color: #98afc7; /* light-blue links */
    text-decoration: underline;
}

#sidebar a:active, #sidebar a:hover {
    color: #b4cfec; /* light-blue links */
    text-decoration: underline;
}

.sidebar-container {
    white-space: nowrap;
    padding: 0px 0px 20px 0px;
}
