body {
	margin:0;
	padding:0;
	background:#D8D5C6;
	text-align:center;

}

#sidebar {
	padding:5px;
	border:1px solid brown;
	background:white;
}

.calcell {
	width:150px;
	height:7em;
	overflow:auto;
	background:white;
	border:0;
	outline:0;
}


a {
	text-decoration:none;
	color:black;
}

#heading {
	text-align:left;
	background:url(images/fade_bg.gif) repeat-x;
	
}

#navhead {
	text-align:left;
	background:#807C4B;
	}
	
#navhead a {
	text-decoration:none;
	font-face:verdana;
	font-size:10pt;
	font-weight:bold;
	color:#C9C89A;
}

#navhead a:hover {
	font-face:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
}
#col_container {
	text-align:left;
	margin:auto;	
	width:700px;

}

.imbed_left {
	float:left;
	margin:15px;
	}
.imbed_right {
	float:right;
	margin:15px;
	}

.col {
	float:left;
	margin-top:20px;
	width:800px;
	height:1000px;
	}
	
	#right_col {
	text-align:left;
	
	float:right;
	}
div.space { margin:0; padding:0; clear:both; width:auto;}

.incr {
	font-size:1.3em;
}

.calcell h2 {
	margin-top:0;
	margin-bottom:.25em;
	font-size:9pt;
	font-weight:bold;
}
.calcell h3 {
	margin-top:0;
	margin-bottom:.25em;
	font-size:8pt;
	font-weight:normal;
}

.calcell h4 {
	margin-top:0;
	margin-bottom:.25em;
	font-size:8pt;
	font-weight:normal;
}


.calcell p {
	margin-top:0;
	margin-bottom:.25em;
	font-size:8pt;
	font-weight:normal;
}


.cal_bar {
	float:left;
	width:200px;
	height:50%;
	background:white;
}

.butts {
	background:inherit;
	margin-top:0;
	padding:0;
}

.calendar {

	margin-top:25px;

}

.cal_head {
	text-align:center;
	font-size:1.45em;
	height:3em;
	background:white;
}
.cal_days {
	color:black;
	text-align:center;
	height:30px;
}
.cal_month {
	font-size:1.2em; 
	font-weight:bold; 
	color:black;
}

.active_month {
	border-left:1px solid black;
	border-top:1px solid black;
	font-weight:bold;
	font-size:.8em;

	}
.not_active_month {
	border-left:1px solid silver;
	border-top:1px solid silver;
	font-weight:normal;
	font-size:.7em;
	}
