a:active { 
outline: none; 
}

a, a:visited {
	text-decoration: none;
	color: #990000;
	}
	
a:hover {
	text-decoration: underline;
}

body, td {
  margin: 0px;
  padding: 0px;
  color: black;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:14px; font-family:verdana, arial, sans-serif; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ height:70; width: 105;}
.empty_day_cell			{ height:70; width: 105; }
/*.today_cell				{ height:70; width: 105; }*/

.today_cell {
height:70;
width: 105;
background:#F9E5E6;
}

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, verdana, arial, sans-serif; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, verdana, arial, sans-serif; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:verdana, arial, sans-serif }

/**** column headers or days of the week ****/
.column_header			{ background-color:#990000; font-size:12px; font-family:verdana, arial, sans-serif; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, sans-serif; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family: verdana, arial, sans-serif; color:#00F; font-weight:bold; }

/* DIV TAGS */

#container {
	width: 900px; 
}

#top {
	width: 900px; 
	height: 110px;
}

#middle {
	width: 900px;
	height: 432px;
}

#bottom {
	width: 900px; 
}

#logo {
	width: 388px;
	height: 110px;
	float: left;
}

#topNav {
	width: 456px; 
	height: 110px; 
	text-align: right; 
	float: left;
}

#topNavInner {
	width: 456px; 
	padding-top: 92px; 
}

#middleSpacer {
	width: 56px; 
	height: 428px; 
	float: left;
	}

#collections {
	width: 198px;
	height: 428px;
	border: 1px solid #cccccc;
	float: left;
	text-align: left;
}

#mainText {
	width: 590px; 
	height: 428px; 
	/*border: 1px solid pink; */
	text-align: right; 
	float: left;
}

#bottomSpacer {
	width: 56px; 
	height: 25px; 
	float: left;
}

#bottomNav {
	width: 788px; 
	height: 25px; 
	float: left; 
	text-align: right;
}

#footer {
	width: 900px;
}

#footerSpacer {
	width: 56px; 
	height: 68px; 
	float: left;
}

#footerText {
	width: 788px; 
	height: 68px; 
	float: left; 
	text-align: center;
	margin-top: 5px;
}

a.nav, a.nav:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	padding-left: 20px;
	}
	
a.navOn, a.navOn:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	padding-left: 20px;
	}
	
a.nav:hover {
	color: #990000;
	}
	
a.commandC, a.commandC:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: black;
	text-decoration: none;
  line-height: 11px;
	}
	
a.commandC:hover {
	color: #990000;
  line-height: 11px;
	}
	
h1 {
	font-size: 9px;
	font-weight: normal;
	}