/* NCC about us global cascading style sheet - applies to all about us pages */

/* ID Classes */

tr.altheader th {
    font-size: large;
    padding: 10px;
    border-right: thin ridge #000099;
    border-bottom: thin ridge #000099;
    background-color: #DDDDDD;
}

tr.altRow td, th {
	padding: 10px;
    border-bottom: thin ridge #000099;
    border-right: thin ridge #000099;
}

/* Class Styles */

.calendar-text {
    font-size: small;
}

.event-table {
	border-top: thin ridge #000099;
    border-left: thin ridge #000099;
	margin-left: 30px;
}

.indent {
    padding-left: 20px;
}

.page-header {
    text-align: left;
    padding-bottom: 1px;
    margin-left: 30px;
}

.small-event {
    margin-bottom: 0px;
}





