/*
        Style sheet for ATCA Remote Page, RMW, 16/10/06
*/
#links {width: 18%; float: left; background-color:rgb(204,204,153); margin: 1%; 
              padding: 1%}
#links a:link {display: block; color: black; text-decoration: none}
#links a:visited {display: block; color: black; text-decoration: none}
#links a:hover {display: block; color: black; text-decoration: underline}
#links a:active {display: block; color: black; text-decoration: none}
#links ul {margin-left: 15px; padding-left: 0px}
#main {width: 75%; float: left; border-left: 1px solid rgb(204,204,153); 
             padding-left: 1%; margin-left: 1%}
#remTable   {background-color: #c1c7ce;
            border: 1px;
       cellspacing: 0;
       cellpadding: 1em}
