body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #030C44;
	font-size: 12px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #030C44;
}
a:visited {
	color: #030C44;
}
a:hover {
	color: #1C35CF;
}
a:active {
	color: #1C35CF;
}

.address {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
.phone {
	color: #FFFF99;
}
a.map {
	font-size: 12px;
	text-decoration: none;
}
a.map:link {
	color: #FFFFFF;
}
a.map:visited {
	color: #FFFFFF;
}
a.map:hover {
	color: #FFFF00;
}
a.map:active {
	color: #FFFF00;
}
#nav {
	font-size: 12px;
	font-weight: bold;
}
.nav_link {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
a.nav_link:link {
	color: #030C44;
}
a.nav_link:visited {
	color: #030C44;
}
a.nav_link:hover {
	color: #CC0000;
}
a.nav_link:active {
	color: #CC0000;
}
a.show {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pad {
	padding: 4px 2px;
}
.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFF00;
	text-align: right;
}
.mon {
	background-image: url(images/monday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tue {
	background-image: url(images/tuesday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.wed {
	background-image: url(images/wednesday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.thu {
	background-image: url(images/thursday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.fri {
	background-image: url(images/friday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sat {
	background-image: url(images/saturday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sun {
	background-image: url(images/sunday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.texture {
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.applebox {
	color: #FFFFFF;
}
a.applebox:link {
	color: #FF0000;
}
a.applebox:visited {
	color: #FF0000;
}
a.applebox:hover {
	color: #FFFFFF;
}
a.applebox:active {
	color: #FFFFFF;
}
.content {
	padding: 10px;
}

