body {    
		background-color: #006699;
    margin: auto;
}

#wrapper {
		background-color: white;
		margin: auto;
		text-align: center;
}

#navbar {
		background-color: #006699;
		clear: both;
		color: white;
		font-family: tahoma;
		font-size: 16px;
		margin: auto;
		padding: 20px;
		text-align: center;
}
    #navbar a {
				font-weight: bold;				
		    padding: 10px;
		}

    #navbar a:link {
		    color: white;
				text-decoration: none;
		}   
		
		#navbar a:visited {
		    color: white;
				text-decoration: none;
		}

    #navbar a:hover {
		    color: white;
				font-weight: bold;
				text-decoration: underline;
		}   
		
		#navbar a:active {
		    color: black;
				decoration: underline;
		}

#header {
    clear: both;
    margin: auto;
    padding-top: 20px;

}
		
#container {
    background-color: white;
		margin: auto;
		padding: 20px;
		width: 900px;
}

#content {
    background-color: white;
		font-family: georgia;
		font-size: 16px;
		line-height: 20px;
		margin: auto;
		min-height: 550px;
    padding: 20px;
    text-align: left;
}

    #content a:link {
		    color: navy;
				text-decoration: none;		
		}
		
		#content a:visited {
		    color: navy;
				text-decoration: none;		
		}

    #content a:hover {
		    color: navy;
				text-decoration: underline;		
		}
		
		#content a:active {
		    color: navy;
				text-decoration: none;		
		}

    #content h2 {
		    color: navy;
		}
		
		#content h4 {
		    font-family: arial;
		    text-decoration: underline;
		}
			
		#content tr {
		    vertical-align: top;
		}
		
		#content td {
		}
		
		#content-home {				
				padding: 20px;				
		}

    #content-home a {
		    color: navy;
				font-family: tahoma;
				font-weight: bold;
				text-decoration: none;
		}   

    #content-home a:link {
		    color: navy;
				text-decoration: none;
		}   
		
		#content-home a:visited {
		    color: navy;
				text-decoration: none;
		}

    #content-home a:hover {
		    color: navy;
				text-decoration: none;
		}   
		
		#content-home a:active {
		    color: navy;
				text-decoration: none;
		}
		
		#content-home img {
		    border: none;
		}

#footer {
		background-color: #006699;
		clear: both;
		color: white;
		font-family: verdana;
		font-size: 12px;
		line-height: 16px;
		margin: auto;
		padding: 20px;
		text-align: center;
		vertical-align: middle;
}

    #footer a {		
		    padding: 10px;
		}

    #footer a:link {
		    color: white;
				text-decoration: none;
		}   
		
		#footer a:visited {
		    color: white;
				text-decoration: none;
		}

    #footer a:hover {
		    color: white;
				font-weight: bold;
				text-decoration: underline;
		}   
		
		#footer a:active {
		    color: black;
				decoration: underline;
		}
		
		#footer img {
		    vertical-align: middle;
		}

#featured {
    color: green;
		font-family: "Comic Sans MS";
		font-style: italic;
		text-align: center;
}


#ct1 {
    font-family: arial;
		font-weight: bold;
		text-decoration: underline;
}

#ct2 {
    font-family: georgia;
    font-style: italic;

}

#ct3 {
    color: brown;
    font-family: georgia;
}

#group-header {
    text-align: center;
}
#group-info {
    font-family: verdana;
    font-size: 12px;		
    text-align: left;
}
#group-content {
    font-family: verdana;
    font-size: 12px;
		line-height: 14pt;
    text-align: center;
		
}

    #group-content table {
		    background-color: snow;
        border: 1px solid silver;
				width: 100%;
		}
		
		#group-content caption {
		    font-style: italic;
				font-weight: bold;
				text-align: left;
		}

    #group-content tr {
		    vertical-align: middle;
		}
		
		#group-content td {
				padding: 5px;
		    text-align: left;
		}
		
		#group-content span#title {
		    color: navy;
				text-decoration: underline;
		}
		
    		#group-content span#title a {
    		    color: navy;
						font-weight: bold;
    				text-decoration: underline;
    		}
		
		#group-content span#short-desc {
		    color: black;
				font-family: tahoma;
				text-decoration: underline;
		}
		
#event-content {
    font-family: verdana;
    font-size: 12px;
		line-height: 14pt;
}