html { height: 100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
    margin: 0px;
	text-align:center;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	}
table.main {
	width: 800px;
	background-color: #FFFFFF;
	border-style: solid;
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-width: 0px;
	border-color: #003300;
	}
table.schedule {
	width:790px;
	height:400px;
	font-size:10px;
	}
div.text {
	overflow:auto;
	height: 400px;
	width:auto;
	padding: 2px;
	}
div.serve {
	font-size:10px;
	padding:3px;
	padding-top:10px;
	}
div.contact {
	font-size: 12px;
	padding-top: 10px;
	}
#footer {
	font-size: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	bottom: inherit;
	}
.footer {
	white-space: nowrap;
	font-size:10px;
	font-weight:bold;
	margin-top:20px;
	color:#003300;
	margin-bottom:20px;
	}
a:link {
	text-align:left;
	text-decoration: none;
	color: #2D9A47;
	}
a:hover {
	text-decoration: underline;
	color: #003300;
	}
a:active {
	text-decoration: none;
	color: #003300;
	}
a:visited {
	text-decoration:none;
	color: #2D9A47;
	}
.headers1 {
	font-size: 18px;
	line-height: 21px;
	color: #000;
	}
.collapsible {
	display:none;
	border:dashed 1px #003300;
	padding:5px;
}
.collapsible1 {
	display:block;
	border:dashed 1px #003300;
	padding:5px;
}
.error {color: #FF0000}

.small {
font-size:12px;
}