<STYLE TYPE="text/css">
<!--

/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }
/*BODY	{ background-color:#FFF }*/

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

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80; width: 95; }
.empty_day_cell			{ background-color:#EEEEEE; height:80; width: 95; }
.today_cell				{ background-color:#F5F4ED; height:80; width: 95; }

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

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; 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:arial, helvetica }

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

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

/** as needed for HDC styling **/

body {
	font-family:Geneva,sans-serif;
    background: #fff;
    background:url(../../pix/horiz_blue.gif) repeat;
	margin:0;
    }
img {
	border:0;
	}
div#contro {
	/*width:90%;   
	min-width:550px;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding-left:5px;
	padding-right:5px;*/
	width:80%;
	margin:0 auto;
	background-color:#fff;
	border-left:1px solid #004990;
	border-right:1px solid #004990;	
	border-bottom:1px solid #004990;
	}
div#content {
	/*float:right;
	width:75%;
	background: #f2f4fd;  */ 
	}
div#contentindex {
/*	float:none;
	width:75%;*/
	background: #f2f4fd; 
	}

div#contentindex p {
	font-size:.8em;
	padding:0 2em;
	}

div#footer {
	float:left;
/*	clear:both;   */
	width:95%;
	margin:10px 0;
    padding: 2px 0;
    background: #fff;
    color:#ccd1e5;
    }
 #footer p {
	padding: 0 10px;
	}
div#header {
	margin-bottom: 10px;
	background-color: #fff;
	color: #C39876;
	border-bottom:1px solid #05854a; 
	min-height:120px;
	padding:0 1em;
	}
div#headermini {
	font-size:normal;
	font-weight:bold;
	float:right;
	width:60%;
	margin-bottom: 10px;
	background-color: #fff;
	color: #a90533;
	text-align:right;
	font-size:1em;
	}

.boise { background-color:#c9ffe6; }
.meridian { background-color:#ffc9e2; }
.nampa { background-color:#ffc799; }

// end hiding -->
</STYLE>

