.maintext {
	font-size: 90%;
	line-height: 150%;
}
.smalltext {
	font-size: 80%;
	line-height: 120%;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	padding-left: 18px;
}
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000033;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#headbar h1 {
	line-height:100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
#container {
	background-color: #fff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 100%;
	height: auto;
}
.content {
	padding: 20px;
	background-color: #fff;
	float: left;
}
#leftside {
	width: 140px;
	float: left;
	padding-top: 15px;
}

#navbar, #navbar li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
#navbar li.heading {
	line-height: 40px;
	padding-left: 16px;
	font-weight: bold;
	background: url(images/navhead.gif) repeat-y left center;
}
#navbar a {
	display: block;
	background-image: url(images/arrow_set.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	padding: 3px 0px 3px 13px;
	text-decoration: none;
	color: #060;
	margin-left: 14px;
	font-size: 13px;
}
#navbar a:hover {
	text-decoration: underline;
	color: #F63;
	background-image: url(images/arrow_hover.gif);
}
#navbar a.active {
	font-weight: bold;
	background-image: url(images/arrow_active.gif);
	color: #369;
}
#rightside {
	width: 560px;
	float: right;
	padding-top: 15px;
}
#address {
	margin-top: 60px;
	text-align: center;
	line-height: 150%;
	font-size: 90%;
	clear: both;
}
#address rp {
	font-size: 70%;
}
.freedial {
	font-size: 18px;
	font-weight: bold;
	color: #003;
}
#footer {
	text-align: right;
	padding: 1px 24px;
	background-color: #eee;
	font-size: 80%;
	clear: both;
}
#footer span {
	float: left;
}

#indexbox {
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 20px;
	background-image: url(images/moon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 80%;
	line-height: 170%;
}
#indextext {
	margin-top: 100px;
	font-size:14px;
	line-height:220%;
	margin-left:13px;
	font-weight:bold;
	color:#CC9933;
}
#indexsubbox {
	padding: 0px;
	margin: 24px 0 0 12px;
	font-size:14px;
	line-height:220%;
	font-weight:bold;
	color:#CC9933;
}

#adressbox {
	font-size: 75%;
	line-height: 150%;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 4px;
	border-top : 1px dotted #aaa;
}
.effectbox {
	font-size: 90%;
	line-height: 150%;
	margin-left: 12px;
	padding: 12px;
	border : 1px solid #aaa;
	background-color:#FFDDFF;
}
.staffbox {
	width: 640px;
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: 150%;
/*	margin: 20px 150px 20px 150px; */
	padding: 18px;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -320px;
	margin-top: 100px;
}
h2.main {
	padding:3px 5px;
	border-color: #cccccc;
	border-width:1px 1px 1px 7px;
	border-style:solid;
	font-size: 14px;
}

h3.main {
	font-size: 14px;
	clear: both;
	border-bottom: 1px dotted #aaa;
	padding: 4px;
}
h4.main {
	font-size: 90%;
	color: #024;
	line-height: 138%;
	margin-left: 4px;
	margin-bottom: 0;
}
#preload {
	background-image: url(images/arrow.gif);
	background-image: url(images/arrowhover.gif);
	background-image: url(images/arrowactive.gif);
}
#pagetitle {
/* 	background-image: url(images/pagetitlebg.gif); */
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 8px;
	margin-top: 0px;
	font-size: 18px;
	border-left: 12px solid #C99;
}
.floatright {
	float: right;
	display: block;
	margin-left: 12px;
	margin-bottom: 12px;
}
.marginleft {
	margin-left: 15px;
}
table.schedule {
	border-collapse:collapse;
}
table.schedule td {
	text-align:center;
	background-color:#CCCCCC;
	border: 1px solid #aaa;
	font-size: 90%;
	line-height: 150%;
}
table.schedule td.heading {
	font-weight:bold;
	text-align: left;
}
table.schedule td.staff {
	background-color:#FFFFFF;
}
.news_box {
	font-size:90%;
	line-height:150%;
	padding: 10px;
	border: 1px solid red;
	background-color:#FFFFCC;
}
.schedule_text {
	font-size:10px;
	line-height:150%;
}
.news_box {
	background-color:#E8E8FF;
	margin-top:20px;
	padding: 10px;
	border: 1px solid #aaa;
}
.news_box h4 {
	color:red;
	font-size:14px;
	margin-top:0px;
}
.news_box p {
	font-size:90%;
	line-height:150%;
}