body {
 font-family: helvetica, arial, sans-serif;
 background: #77f7fa;
 text-align: center;
}
h1 {
	font-size: 200%;
	color: #006aff;
}
h2 {
	font-size: 150%;
	color: #77f7fa;
}
.large {
	font-size: 125%;
	text-align: center;
}
.leftalign  {
text-align: left;
}
#frame {
background: #ffffff;
width: 95%;
margin: auto;
}
#left {
	background: #ffffff;
	width: 30%;
	float: left;
}
#main {
	background: #ffffff;
	width: 70%;
	float: right;
}
#main3 {
	background: #ffffff;
	width: 100%;
}
#left2 {
	background: #ffffff;
	width: 500px;
	float: left;
}
#main2 {
	background: #ffffff;
	width: 400px;
	float: right;
}
#address {
	background: #bddfe8;
	clear: both;
	font-size: 75%;
	font-style: italic;
}
.notice {
	font-size: 150%;
	color: #77f7fa;
	background-color: #006aff;
	text-align: center;
}
p.hide {
	color: #ffffff;
}
p.hide a:visited  {
	color: #ffffff;
}
.bold {
	font-size: 150%;
	font-style: strong;
	background-color: #77f7fa;
}
IMG {
	padding: 10px;
}
.menu {
	background: #bddfe8;
	clear: both;
	font-size: 100%;
	text-align: center;
}
.largeleft {
	font-size: 150%;
	text-align: left;
}
.border {
	min-height: 320px;
	border: medium solid Black;
	padding: 10px 10px 10px 10px;
}
