.Black {
	background-color: #000000;
}

.White {
	background-color: #FFFFFF;
}

.Gray {
	background-color: #DDDDDD;
}

.Blue {
	background-color: #003399;
}

.dkBlue {
	background-color: #003366;
}

.LtBlue {
	background-color: #6699CC;
}

.grayCell {
	background-color: #E0E2E7;
}

.transparent {
	background-color: transparent;
}

.red {
	background-color: #FF0000;
}

.Main {
	height: 450px;
}



div#watermark {
	background: #FFFFFF url(../images/mainBkgrd2.jpg) no-repeat fixed center center
}


td.navigation {
	background-color: #E0E2E7;
}

td.lowerLeft {
	height: 80px;
	background-color: #E0E2E7;
}

td.currEvnts {
	background-color: #E0E2E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	font-weight : Bold;
	text-align: center;
	max-height: 40px;
}

.dates{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	text-align: left;
}

.events {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : normal;
	text-align: left;
}

.events a:link { 
	color: #000000;
	text-decoration: none;
}

.events a:visited { 
	color: #000000;
	text-decoration: none;
}

.events a:hover { 
	color: #003399;
	text-decoration: none;
}

.events a:active { 
	color: #003399;
	text-decoration: none;
}

td.addr {
	background-color: #E0E2E7;
	height: 80px;
}

.addrText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : normal;
	text-align: left;
	text-indent: 10px;
}

td.addr a:link { 
	color: #003399;
	text-decoration: none;
}

td.addr a:visited { 
	color: #003399;
	text-decoration: none;
}

td.addr a:hover { 	
	color: #003366;
	text-decoration: underline;
}





body { 
	scrollbar-face-color: #666666; 
	scrollbar-shadow-color: #333333; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #999999; 
	scrollbar-arrow-color: #0033CC; 
	background-color: #003366;
	
}

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.MainTextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #003399;
}

.MainText a:link { 
	color: #003399;
	text-decoration: none;
}

.MainText a:visited { 
	color: #003399;
	text-decoration: none;
}

.MainText a:active { 
	color: #003399;
	text-decoration: none;
}

.MainText a:hover { 
	color: #CC6600;
	text-decoration: none;
}


.navMenu {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight : normal;
	text-indent: 10px;
}

.navMenu a:link { 
	display: block;
	color: #003399;
	text-decoration: none;
}

.navMenu a:visited { 
	display: block;
	color: #003399;
	text-decoration: none;
}

.navMenu a:hover { 
	display: block;	
	color: #FFFFFF;
	background-color: #003399;
}

.navMenu a:active { 
	display: block;
	color: #FFCC66;
}

table.calendar {
	border: 0.025cm solid #003399;
}

.calendarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.calendarDateTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.whiteBoldTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #003366;
}

.blueSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

.memberApp {
	height: 480px;
	background-color: #FFFFFF;
}

ul {
	list-style-type: disc
}

ol.alpha {
	list-style-type: upper-alpha
}

ol.number {
	list-style-type: decimal
}

li {
	color: #003399;
}

.PDFWindow {
	border: 0.025cm solid #003399;
}