/* CSS Document */

/* For page layoutwith header,side menu, content and footer */

div.containerne;
width:100%;
margin:0px;
border:none

}
div.header,div.footer
{
padding:0.5em;
clear:left;
}
h1.header
{
padding:0;
margin:0;
color: #400040
text-align: center;
font-style: italic;
font-size: medium;
}
div.menu
{
display: none; 
}
div.content
{
margin-left:0;
padding:0.5em;
}

/* black print on white background with a serif font at size 12 */
body { color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 12pt; }

/*for the menu text*/

.footstyle {
display: none;
}
.noprint {
display: none;
}
/* headings*/
/* should I fiddle the h number for search engines?*/
h1 {
	color: #400040
	text-align: center;
	font-style: italic;
}h2 {
	color: #400040
	font-size: medium;
	text-align: left;
}

/* layout for calendar */
 table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	float: left;
	height: 140px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	width: 175px;
	padding: 0px;
	line-height: normal;
	color: #054B03;
	background: #fff;
}

 table th, div#calendar table td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 10px;
	padding: 1px;
	text-align: center;
	margin: 0px;
	width: 19px;
}

 table th {
	background: #FBF7DB;
}

 table th.month {
	color: #990000;
	width: 175px;
}

 table th.price {
	width: 42px;
	text-align: left;
	font-size: 12px;
}

 table td {
	color: #CCCCCC;
	font-weight: normal;
}

 table td.a {
	color: #006600;
	background-color: #EAFFEA;
}

 table td.b {
	color: #990000;
	background-color: #FFE8E8;
	text-decoration: line-through;
}


#foot {
	
	border-collapse: collapse;
	float: right;
	height: 140px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	width: 175px;
	padding: 0px;
	line-height: normal;
	color: #054B03;
	background: #fff;
}




