.verdana-12-bold {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.verdana-18-bold {
	font-size: 18px;
	font-weight: bold;
}
.Georgia-14-bold {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#calendar {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#SidebarEdit {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
}


body {
	background-color: #2E0017;
	margin: 0px;
	padding: 0px;
}
#sidebarleft {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#container {
	background-image: url(images/template-images/parchment.gif);
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
#maincontent {
	width: 757px;
	float: left;
	border-left-width: 6px;
	border-left-style: groove;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 10px;
	margin: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#container #footer .style1 .verdana-12-bold .style2 a {
	color: #000000;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	border-bottom-style: groove;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	border-bottom-width: 6px;
}
#footer {
	width: 955px;
	float: left;
	border-top-width: 6px;
	border-top-style: groove;
	border-top-color: #dddddd;
	text-decoration: none;
}

