
        /*---------- Main Elements ----------*/
        
        body {
            background-color: #636465;
            background-image: url();
            background-repeat: repeat;
            background-position: ;
			background-attachment: ;
        }
        #container {
            width: 900px;
        }
        #header {
            border-bottom-color: #981b1f;
            border-bottom-width: 6px;
            background-color: transparent;
        } 
        #contentWrapper {
            background-color: ;
        } 
        #sidebar1 {
            background-color: #71b1cc;
        }
        #footer {
			background-image: url();
            background-color: #FFFFFF;
            border-top-color: #971b1e;
            border-top-width: 8px;
        }
        
        /*---------- Header Navigation Sytle ----------*/
        
        #header li.navBar {
            color: ;
            display: ;
        }
        #header li a:link, #header li a:visited {
            color: ;
			padding: 0 15px;
			font-family: Georgia,'Times New Roman',Times,serif;
        }
        #header li a:hover, #header li a:active {
            color:;
            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 auto;
        }
        #header img.logo {
            display: none;
            left: 5px;
            top: 18px;
        }
        #headerMenu {
            width: 900px;
            background-color: #FFFFFF;
            background-image: url();
        }
        
        /*---------- 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: ;
        }
        
        /*---------- Footer Content Elements ----------*/
        
        #footer p {
            color: #971b1e;
			font-size: .875em;
        }
		#footer a:link, #footer a:visited {
            color: #971b1e;
			font-size: .875em;
        }        
        /*---------- CA Modules Elements ----------*/
        
        .calendar_monthly {
            width: 810px;
        }
        .calendarDayName td {
            width: 57px;
        }
        
