body
{
	color: #006300;
}

a
{
	color: #006300;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

a:hover
{
	text-decoration: underline;
}

#frame
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	border-spacing: 0;
}

.spacer
{
	width: 30px;
}

#menu
{
	vertical-align: top;
	padding: 20px;
	background-color: #dbfdc9;
	width: 150px;
	border-left: solid #006300 1px;
	border-right: solid #006300 1px;
}

#menu a
{
	text-decoration: none;
	font-size: large;
}

#title
{
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 150px;
	font-size: 35px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	background-image: url('../images/calendar2.jpg');
	border-right: solid #006300 1px;
}

#content
{
	padding: 30px;
	border-right: solid #006300 1px;
}
