/* CSS Document */

/*body {
background-image: url(images/background.gif);
background-repeat:repeat;
}*/

.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#5b6249;
}

.content {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#2e1d17;
line-height:20px;
padding-top:25px;
padding-left:13px;
padding-bottom:25px;
padding-right:13px;
}

	.content a:link {
	color: #336600;
	text-decoration:underline;
	}
	
	.content a:visited {
	color: #336600;
	}
	
.calender {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#b2b990;
}

.calenderdescription{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#3a401e;
padding:10px;
}

.navline {
padding-top:8px;
padding-bottom:8px;
}

.footer {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color: #3a401e;
}
	.footer a:link {
	color: #3a401e;
	text-decoration:underline;
	}

	.footer a:visited {
	color: #3A401E;
	}