html, body { min-height:101%; margin-bottom:1px; } 

.outln {
	border: 1px solid #FFCC66;
}
body {
	background-color: #003300;
}
#content {
	width : 790px;
	margin: 0 auto;
	text-align: center;
	border : 0px solid lime;
	padding : 0px;
	position: relative;
}
.plntext { 
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.plntext11 { 
    font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
}

.geotxt {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
#sidebar {
	width : 230px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	border : 1px solid red;
	padding : 4px;
	float: right;
	position: relative;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
#sidebarw {
	width : 250px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	border : 1px solid red;
	padding : 4px;
	float: right;
	position: relative;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
#sidebarvw {
	width : 550px;
	margin: 10px auto;
	text-align: left;
	border : 1px solid red;
	padding : 4px;
	float:none;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
#sidebarlft {
	width : 200px;
	margin-top: 10px; 
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
    border : 1px solid red;
	padding : 4px;
	float: left;
	position: relative;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
p {
	line-height: 12px;
}
.calsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
#container {
	background-color: #fff;
	width: 700px;
}
#month {
	border-collapse: collapse;
	margin-left: 0em;
}
#month th, #month td { border: 1px solid #000; }
#month thead { background-color:#9c9; }
#month td { width: 1em; height: 1em; padding: .2em; vertical-align: top; overflow: auto; }
td .day { width: 100px; height: 1em; overflow:auto; margin-top: 0; }
td .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	float: right;
}
#month tbody .weekend { background-color:#ded; }
#month tbody .next, #month tbody .previous { background-color:#ddd; }

