
        /*---------- Main Elements ----------*/
        
        body {
            background-color: #CCCCFF;
            background-image: url();
            background-repeat: repeat;
            background-position: ;
			background-attachment: ;
        }
        #container {
            width: 900px;
        }
        #header {
            border-bottom-color: #003399;
            border-bottom-width: 3px;
            background-color: transparent;
        } 
        #contentWrapper {
            background-color: ;
        } 
        #sidebar1 {
            background-color: #88BEE7;
        }
        #footer {
			background-image: url() no-repeat;
            background-color: #88BEE7;
            border-top-color: #0000CC;
            border-top-width: 4px;
        }
        
        /*---------- Header Navigation Sytle ----------*/
        
        #header li.navBar {
            color: #FFFFCC;
            display: ;
        }
        #header li a:link, #header li a:visited {
            color: #FFFFCC;
			padding: 0 18px;
        }
        #header li a:hover, #header li a:active {
            color:#FF0000;
            background-color: ;
        }
        
        /*---------- Sidebar Navigation Sytle ----------*/
        
        #sidebar1 li.navRequest {
            display: ;
        }
        #sidebar1 li.navTrial {
            display: ;
        }
        #sidebar1 li.navJoin {
            display: ;
        }
        #sidebar1 li.navContact {
            display: ;
        }
        #sidebar1 li a:link, #sidebar1 li a:visited {
            color:;
			font-weight: normal;
            background-color: ;
            border-bottom-color: ;
            background-image: url();
        }
        #sidebar1 li a:hover, #sidebar1 li a:active {
            color:;
			font-weight: bold;
        }
        
        /*---------- Header Elements ----------*/
        
        #header img.banner {
            display: block;
            margin: 0;
        }
        #header img.logo {
            display: block;
            left: 650px;
            top: 10px;
        }
        #headerMenu {
            width: 900px;
            background-color: ;
            background-image: url(https://www.clubassistant.com/c/76DC611/website/blue_menu1.gif);
        }
        
        /*---------- Main Content Elements ----------*/
        
        #mainContent h1.pageTitle {
            font-size: ;
			color: ;
        }
        #mainContent a:link, #mainContent a:visited {
			color: ;
		}
		#mainContent a:hover, #mainContent a:active{
			color: ;
		}

        /*---------- Sidebar Content Elements ----------*/
        
        #sidebar1 #login {
            display: none;
        }
        
        /*---------- Footer Content Elements ----------*/
        
        #footer p {
            color: ;
			font-size: .875em;
        }
        
        /*---------- CA Modules Elements ----------*/
        
        .calendar_monthly {
            width: 810px;
        }
        .calendarDayName td {
            width: 57px;
        }
        
