@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THIS STYLESHEET
* Use this stylesheet to override styles in default.css
* Do not copy all of default.css into here.  
* Only put in the css that is different than default.css
 */

/* GENERAL STYLES */

/* Links */
a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #CB6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #2C06A1;
	text-decoration: none;
}

a.currentpage {
	color: #000000;
	text-decoration: none;
}

/* Body for all pages */
body {
	background-color: #C9D8DF;
	text-align: center;
	margin: 0px;
	font-size: 0.85em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}	

/* Page subtitle */
.subtitle {
	background-color: #F5F5F5;
	padding: 2px 20px 2px 20px;
	margin-top: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #6699cc;
	font-size: 0.85em;
	font-weight: normal;
}

.meeting .time {
	color: #333333;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

.program .time {
    border-bottom: 1px dashed #CCCCCC;
    clear: left;
    color: #333333;
    font-size: 0.9em;
    font-weight: normal;
    margin: 8px 0 7px;
    text-align: left;
    }