/* Top table */


.topmenuTd {  /* topmenuTd class is defined in Typo3 template */
                padding-left: 0px; padding-right: 35px; padding-bottom: 0px; 
                height: 10 px;
		}

.topmenuTable {
	BACKGROUND-COLOR: #DFDDD5; WIDTH: 776px; 
			}
.topmenuTable A {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
                font-size: 10px;
	color: 626262; 
                text-transform: uppercase; 
	text-decoration: none;
		}

/* Main table */


.mainTable {
                       BACKGROUND-COLOR: #FFFFFF; WIDTH: 776px;
                       background-image: url(http://www.competencehouse.com/fileadmin/user_upload/docs/otherSites/csn/logo.gif);                                   
	       background-repeat: no-repeat; 
	                                                }

.mainTable td {
                       
	       font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
                       color: #000000; font-size: 11px;
                       padding-right: 5px; 
                       padding-bottom: 5px; 
                       padding-top: 1px;
                       padding-left: 3px
                                          }
.mainTable a {
	
                font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 006899;
	text-decoration: underline;
                                          }

/* Footer table */
             
.footerTable {
	background-image: url(http://www.competencehouse.com/fileadmin/user_upload/docs/otherSites/csn/footer.gif); 
                WIDTH: 776px; 
                HEIGHT: 60px; 
                             }

/* Centered div */

.centeredDiv { 
                text-align: center;
                                }

.centeredDiv table { 
                 margin-left: auto;
                 margin-right: auto;
                 text-align: left;
                        }



