@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1.close {
	margin-bottom: 2px;
}
h2.close {
	margin-bottom: 2px;
}
h3.close {
	margin: 2px;
}
p.just {
	text-align:justify;
	margin-top:0;
}
p.center {
	text-align:center;
	margin-top:0;
}
strong.close{
	margin:0;
}
#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
a img {
}

#header{
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:360px;
	background-color:#EAF9FF
}
#navBar {
	padding: 0;
	height: 28px;
	padding:1px;
	background-color:#4A8393;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-variant: small-caps;
	font-size: 9px;
	text-align:center;
}
#hours{
	border:thin solid #000;
	margin:0;	
	padding:5px;
	text-align:center;
	height:20px;
	width:230px;
}

