@charset "UTF-8";
body  {
	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;
	background-color: #D1F3FF;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	vertical-align: middle;
}

.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 5px;
	padding-top: 20px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 235px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #F3F3F3;
	text-align: center;
} 
.copyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.footer_links {
	font-size: 12px;
	padding: 5px;
	text-align: center;
	margin: 10px;
	line-height: 150%;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	background-image: url(images/menu_main_b.gif);
}
.menu li {
	color: #963;
	font-size: 11px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px dotted #36c;
}
.menu a:link,
.menu a:visited { color: #963; text-decoration: none; display: block; }
.menu a:hover,
.menu a:active { color: #03f; display: block; }
ul.menug {
	background-image: url(images/menu_classes_b.gif);
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.menug li {
	color: #963;
	font-size: 11px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px dotted #36c;
}
.menug a:link,
.menug a:visited { color: #963; text-decoration: none; display: block; }
.menug a:hover,
.menug a:active { color: #03f; display: block; }

ul.menuo {
	background-image: url(images/menu_special_bg.jpg);
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.menuo li {
	color: #963;
	font-size: 11px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px dotted #36c;
}
.menuo a:link,
.menuo a:visited { color: #963; text-decoration: none; display: block; }
.menuo a:hover,
.menuo a:active { color: #03f; display: block; }


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #000066;
}
h3.news {
	margin-bottom: 0px;
}
h3 {
	color: #000066;
	clear: left;
	
}
h3.news_date {
	color: #666666;
	font-size: 12px;
	margin-top: 0px;
}
.pricetables {
	background-color: #FEFFB0;
	text-align: center;
}
th {
	background-color: #EDFFFF;
	font-weight: normal;
}
td.threeday {
	background-color: #FFFFFF;
}
.bio {
	border: 1px solid #0033cc;
	padding: 10px;
	margin: 6px;
}
.biopictd {
	text-align: center;
}
.biotable {
	border: 1px solid #000033;
	margin-bottom: 10px;
}
.photocaption {
	color: #666666;
	clear: left;
	margin-top: 2px;
}
.principals_message {
	background-color: #EEEEEE;
	margin: 5px;
	padding: 15px;
	border: 1px solid #999999;
}
div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none;
font-weight:bold; 
}.attention {
	background-color: #FFFF99;
	vertical-align: middle;
	margin: 5px;
	padding: 10px;
	border: 1px solid #FFCC33;
	line-height: 120%;
}
.signup {
	background-color: #CCFFFF;
	margin: 10px;
	padding: 10px;
	height: 50px;
	width: 200px;
	border: thin solid #000099;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	text-decoration: none;
}
.kenlist {
	padding-left: 10px;
	margin-left:0px;
	list-style-position: inside;
}
.highl {
	background-color: #FF0;
}
