@charset "UTF-8";
#topbar {
	background-color: #0B2E1B;
	height: 150px;
	width: 100%;
	position: absolute;
	left: 203px;
	top: -1px;
}
#sidebar {
	background-color: #0B2E1B;
	height: 100%;
	width: 203px;
	position: absolute;
	top: 151px;
}

.button {
	font-family: "Gill Sans Ultra Bold";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7F977A;
	text-align: center;
	margin: 15px;
	border: medium groove #B2D3AA;
	height: 45px;
	padding: 6px;
	width: 45px;
	white-space: normal;
	display: inline;
	}
#logo {
	font-family: "Gill Sans", "Gill Sans Light", "Gill Sans Ultra Bold", Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic";
	font-size: 18px;
	position: absolute;
	left: 2px;
	top: -2px;
	width: 198px;
	height: 149px;
	background-image: url(images/logo.gif);
	background-color: #CCCCCC;
}
#LogoHome {
	background-image: url(images/Little-Tommy%27s-Logo-Black.gif);
	clear: both;
	background-color: #FFFFFF;
	background-position: left top;
	z-index: 9;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	position: absolute;
	left: -53px;
	top: 124px;
	width: 660px;
	height: 32px;
	word-spacing: normal;
	font-weight: bolder;
	line-height: 15px;
}
.pageinfo {
	font-family: "Gill Sans Light", "Ariel", "Sans-Serif";
	font-size: medium;
	font-style: normal;
	color: #0B2E1B;
	text-decoration: none;
	text-align: justify;
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #B2D3AA;
	border-left-color: #B2D3AA;
	position: absolute;
	left: 212px;
	top: 239px;
	margin: 0px;
	padding-top: -15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 625px;
	height: 301px;
}
.title {
	font-family: "Gill Sans Ultra Bold";
	font-size: x-large;
	font-style: normal;
	color: #0B2E1B;
	letter-spacing: 2px;
	text-align: center;
	word-spacing: 5px;
	position: absolute;
	left: 275px;
	top: 175px;
	font-weight: normal;
}
Sub {
	font-family: "Gill Sans";
	font-size: large;
	font-style: oblique;
	font-weight: bolder;
	color: #0B2E1B;
	position: absolute;
}
a {
	font-family: Gill Sans Ultra Bold;
	color: #003300;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-family: "Gill Sans Ultra Bold";
	color: #7F977A;
	background-color: #0B2E1B;
}
a:active {
	text-decoration: none;
}
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

