body 
	{
	color: #6b6c5a;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 22px;
	background-color: wheat;
	text-align: left;
	margin: 0;
	}

#header 
	{
	background-color: #c7c8bc;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 99px;
	}

#navbar 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 15px;
	height: 16px;
	}

#logo 
	{
	margin: 0 10px 10px 18%;
	height: 95px;
	}

a 
	{
	color: white;
	text-decoration: none;
	}

a:hover 
	{
	color: #fc0;
	text-decoration: none;
	}

.menuitem 
	{
	color: #758642;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #758642;
	border-left: 0 none;
	}

.menuitem a:link 
	{
	color: #758642;
	text-decoration: none;
	}

.menuitem a:hover 
	{
	color: #c63;
	text-decoration: none;
	font-weight:  bold;
	}

.menuitem a:visited
	{
	color: #6b6c5a;
	text-decoration: none;
	}

.leftcol 
	{
	text-align: right;
	width: 20%;
	float: left;
	}

.midcol 
	{
	padding-left: 36px;
	width: 50%;
	float: left;
	}

.rightcol 
	{
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	padding-left: 3%;
	width: 15%;
	float: left;
	}

#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 4px;
	height: 16px;
	clear: left;
	}

.heading1 
	{
	font-weight:  bold;
	font-size: 15px;
	text-decoration: none;
	}

.heading2
	{
	font-weight:  bold;
	font-size: 13px;
	text-decoration: underline;
	}

.fsbo
	{
	color: red;
	font-weight:  bold;
	}

.mapit
	{
	font-family: Comic Sans MS Bold;
	color: salmon;
	font-size: 15px;
	font-weight:  bold;
	}

.calendar {
width:200px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
text-align:center;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
text-align:center;
width:20px;
}

.blank {
font-size: 12px;
font-family:verdana;
background-color: lightgoldenrodyellow;
text-align:center;
padding: 2px;
border:1px solid black;
width:20px;

}

.reserved {
font-size: 12px;
font-family:verdana;
background-color: lightsteelblue;
text-align:center;
padding: 2px;
border:1px solid black;
width:20px;

}

.open {
font-size: 12px;
font-family:verdana;
background-color: white;
text-align:center;
padding: 2px;
border:1px solid black;
width:20px;

}
