/* CSS Document 
.text is a Class
#text is an ID   */


#link {
    background-image : url('../pics/button.gif');
    background-position : center center;
    background-repeat : no-repeat;
    color : #ffffff;
    display : block;
    font-family : Arial;
    font-size : 15px;
    font-weight : bold;
    text-decoration : none;
  }


#master_table {
    width : 100%;
    height :400px;
  }


#main {
    padding : 10px;
    height : 80%;
    width : 75%;
    background-color : #454B74;
    vertical-align : top;
  }


#nav {
    height : 80%;
    width : 300px;
    min-width: 300px;
    align : left;
    background-color : #454B74;
    vertical-align : top;
  }


#prac_cell {
    padding-bottom : 2px;
    padding-left : 2px;
    padding-right : 2px;
    padding-top : 2px;
    text-align : center;
    vertical-align : top;
  }

#prac_link {
    border : 0;
    text-decoration : none;
  }
#prac_link.a {
    border : 0;
    text-decoration : none;
  }


#link:hover {
    background-image : url('../pics/button-h.gif');
    color : #4cd7e9;
  }


#header {
  }


#footer_table {
  }


#footer {
    font-size : 10px;
  }

