body {
	background-color: #eeeeff;
	margin: 1px 0px 0px 1px;
	padding: 0px;
}
div, p, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 17px;
	color:#000000;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#009900;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#009900;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container {
	background-color: #ffffff;
	width: 760px;
	border: 1px solid #ccccff;
	background-image: url(images/side_tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/blue_tile.gif);
	background-repeat: repeat-x;
	padding: 3px 5px;
	background-color: #D5D8E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D5D5D;
	height: 100%;
}
#menu{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccff;
	background-color: #ADCADD;
	padding-left: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/menu_tile.png);
	background-repeat: repeat-x;
	background-position: top;
}
#menu table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#menu td {
	margin: 0px;
	padding: 2px 4px 2px 8px;
	width: 0px;
	background-image: url(images/menu_tile.png);
	background-repeat: repeat-x;
	background-position: top;
}
#menu a {
	text-decoration: none;
	display: inline;
	color: #222255;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	background-color: #ffffff;
	padding: 10px 5px 15px 10px;
	float: right;
	width: 540px;
	margin: 0px;
}	
#side {
	background-color: #EFF1FF;
	padding: 0px;
	width: 200px;
	height: 100%;
	margin: 0px;
}	
#contact{
	padding-left: 210px;
}
#footer{
	width: 740px;
	background-color: #ADCADD;
	padding:10px;
	text-align: center;
	background-image: url(images/footer_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#copyright{
	width: 750px;
	padding:5px;
	text-align: center;
	background-color: #DBDBF1;
}
#copyright p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pullquote {
	margin: 5px;
	padding: 5px;
	border: 1px solid #BBBBBB;
}
.hours {
	float: right;
	margin-left: 10px;
	padding: 1px;
	border: 1px solid #9EA4C0;
}
.hours_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	vertical-align: top;
	width: 50%;
}
.submenu {
	text-decoration: none;
	padding-left: 15px;
	color: #222233;
}
.submenu:hover{
	text-decoration: underline;  
}
.red{
	color: #FF0000;
}
.float-left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.float-right {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
