@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	background-image: url(../_images/BKGStripe.jpg);
	text-align: center;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	/* [disabled]line-height: 1; */
	color: #666;
}
a {
	color: #666;
	text-decoration: none;
}
a:link,a:visited{
	color:#004768;
}

a:hover,a:active{
	color: #999;
}

h1{
	font-size: 1.1em;
	margin-bottom: 10px;
}
h2{
	font-size: .85em;
	line-height: 1;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 0.75em;
	margin-bottom: -20px;
	margin-top: 20px;
}
p{
	font-size: 0.75em;
	line-height: 1.8;
	margin-top: 0em;
	text-align: left;
}
table {
	margin-top: 2px;
}
.initialCap {
	font-size: 1.8em;
	color: #00537A;
	line-height: .7;
}

#wrapper {
	width: 890px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #fff;
	background-image: url(../_images/yellowfloweronebi.png);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	padding: 20px 20px 10px 20px;
	z-index: 100;
}
.clear {
	clear: both;
}
#header {
	width: 930px;
	position: relative;
	padding-top: 30px;
	margin: 3px auto;
	z-index: 1500;
}
#header table.data {
	font-size: 0.7em;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
	height: 30px;
}
#header table.data tr td a:link,
#header table.data tr td a:visited {
	color:#000;
	padding: 5px 16px;
}
#header table.data tr td a:hover,
#header table.data tr td a:active {
	color:#999;
	padding: 5px 16px;
}
#pageTitle h1 {
	margin-bottom: -10px;
	font-size: .6em;
}
#mainContent a:link, #mainContent a:visited, #sidebar a:link, #sidebar a:visited {
	color: #C60;
}
#mainContent a:hover,#mainContent a:active, #sidebar a:hover, #sidebar a:active{
	color:#930;
	text-align: left;
}
#mainContent table tr td p {
	font-size: 0.7em;
	line-height: 1;
	color: #B57431;
}
#mainContent ul {
	line-height: 1.75em;
	font-size: 0.75em;
	list-style-image: url(../other/favicon.png);
}
#sidebar .data {
	border: 1px solid #AA321E;
	padding: 3px;
}
#sidebar #menus img {
	vertical-align: middle;
	height: 17px;
	width: 17px;
}
#sidebar #cafehours tr td p {
	margin-bottom: .8%;
	font-size: .8em;
}
#sidebar #cafehours tr td h2 {
	margin-top: 1.2px;
}
#sidebar #cafehours {
	margin: 3px 3px 8px 3px;
}
#footer {
	width: 930px;
	clear: both;
	font-size: 0.85em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
	position: relative;
	top: 3px;
	margin-bottom: 150px;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	line-height: 0.9em;
	margin-top: 7px;
	text-align: center;
}
.warning {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #900;
	background-color: #FFF;
	border: 2px solid #900;
	width: 900px;
	margin-top: 20px;
}
