* {
margin: 0;
}

html, body {
	height: 100%;
	margin: 0 auto;
	font-family: verdana;
	font-size: 12px;
	background-color: #cccccc;
	text-align: center;
	color: #333333;
}

a {
	color: #2C94CB;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 0px;
	text-align: justify;
}

h1 {
	text-align: left;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #2C94CB;
	padding-top: 20px;
}

h2 {
	text-align: left;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: underline;
	color: #2C94CB;
}

h3 {
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	/*text-decoration: underline;
/**/
	color: #2C94CB;
}

.page {
  width: 1022px;
	height: auto;
	min-height: 100%;
	_height: 100%;/* IE */
	background-color: #EEEEEE;
	text-align: justify;
	margin: 0 auto;
	position: relative;
}
.title {
	background-image:url(img/logo.png);
  height: 144px;
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
	color: #2C94CB;
	/*border-bottom: 3px double #70C5F2;*/
	text-align: center;
	
}

.subtitle {
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	background-color: #30C0ff;
	/*border-bottom: 3px double #70C5F2;*/
	text-align: center;	
}

.menu {
  margin-top: 20px;
  width: 150px;
	height: 100%;
	float: left;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #2C94CB;
	background-color: #EEEEEE;
	border-top: 1px solid #ffffff;
}

.container {
	/*border-left: 3px double #70C5F2;*/
	margin-left: 150px;
	height: 100%;
}
.content {
	width: 823px;
	height: 100%;
	padding-top: 30px;
	padding-left: 20px;
	text-align: left;
	color: #33333;
}

.desc {
  width: 95%;
  text-align: left;
  font-weight: bold;
}

.desc ul {
  padding-top: 5px;
  margin-top: 5px;
  padding-left: 10px;
  margin-left: 10px;
  list-style-type: square;
  text-align: justify;
  font-weight: normal;
}

.desc ul.nobullet {
  padding-top: 5px;
  margin-top: 5px;
  padding-left: 10px;
  margin-left: 10px;
  list-style-type: none;
  text-align: justify;
  font-weight: normal;
}

ul.nobullet {
  padding-top: 5px;
  margin-top: 5px;
  padding-left: 10px;
  margin-left: 10px;
  list-style-type: none;
  text-align: justify;
  font-weight: normal;
}

.pagetitle {
	height: 50px;
	text-align: center;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #2C94CB;
}

.pagesubtitle {
  height: 30px;
	text-align: center;
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
	color: #2C94CB;
}
.pagesubsubtitle {
  height: 20px;
	text-align: center;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #2C94CB;
}

.menu a {
	margin: 0px;
	padding: 6px 10px 6px 10px;
	display: block;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	color: #333333;
	background-color: #b6cfde;
}

.menu a.selected {
	background-color: #2C94CB;
}

.menu .change {
  padding-top: 1em;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	background-color: #eeeeee;
}

.menu a:hover {
	background-color: #2C94CB;
	/*text-decoration: underline;*/
	/*color: rgb(0,0,0);*/
}
.footer-down {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
  background-color: #b6cfde;	
}


.footer{
  height: 20px;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;	
	text-align: center;
	vertical-align: bottom;
}

.name {
  font-family: verdana;
	font-size: 18px;
	font-weight: bold;
}

td.head {
  font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
td.tutorial {
  font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #F7FE2E;	
}
td.lunch {
  font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #2EFE64;	
}

td.dinner {
  font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #FA8258;	
}

td.trip {
  font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #2E9AFE;	     
}

td.reg {
  font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: rgb(255,204,0);	
}

td.day {
  font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: rgb(0,0,153);
  color: rgb(255,255,255);	
}
