/* St. Thomas More School News Letter Stylesheet */
#loginTable {padding: 25px 0 0 30px;}

#topLinks a { top-padding: 5px;
              margin: 4px;
              color: black;
              text-decoration: none;
              color:#812e23;
            }

#tbody { padding: 10px;
      }

.headSection td {padding-bottom: 10px}

#topNav { margin-left: 65px;
          padding-top: 20px;
          padding-bottom: 20px;

        }

#formRight { padding: 0 0 0 100px;
             float: right;
             font-color: #812e23;

           }
#table td {padding-top: 10px;}

#Content { color:#812e23;

         }
#contactForm {float: left;
              margin-left: 50px;
             }
#groupForm {float: right;
           }

#groupsTable { float: right;
               margin-left: 50px;
             }
#contactsTable { float: right;
                 margin-right: 158px;
                 padding-bottom: 20px;
               }

#Buttons { margin: -20px 0 0 50px;
           padding: 0 60px 10px 0;
         }

#draftTable { padding: 0 0 20px 65px;
              
            }

#draftTable td { padding: 10px;
                 border-width: 1px;
                 border-color: #000000;
               }

#draftTable td a { text-decoration: none; 
                   color:#394a64;
                   font-weight:700;
                 }

#archiveTable {padding: 0 0 20 65;
              }

#archiveTable td {  padding:5px;
                    border-width: 1px;
                    border-color: black;
                 }

#archiveTable td a { text-decoration: none; 
                     color:#394a64;
                     font-weight: bold;
                   }

#groupsTable td    {padding:5px;
                    border-width: 1px;
                    border-color: black;
                   }
#groupsTable td a   {text-decoration: none; 
                     color:#394a64;
                     font-weight: bold;
                    }

#contactsTable td    {padding:5px;
                       border-width: 1px;
                       border-color: black;
                      }

#contactsTable td a   {text-decoration: none; 
                        color:#394a64;
                        font-weight: bold;
                       }
.clear {clear: both;}
