body {
	color: #333333;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

.t_normal {
	font-size: 80%;
	line-height: 1.5em;
}

.t_mini {
	font-size: 70%;
	line-height: 1.5em;
}

.item {
	color: #ff6600;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #eeeeee;
	border-bottom: dotted 1px #999999;
}

.imageborder {
	border: solid 1px #999999;
}

.left_img {
	border: solid 1px #999999;
	margin: 0px 10px 10px 0px;
}

.right_img {
	border: solid 1px #999999;
	margin: 0px 0px 10px 10px;
}

.tab_ud {
	border-bottom: dotted 1px #999999;
}

.flow {
	font-size: 80%;
	font-weight: bold;
	border: solid 1px #ff6600;
	text-align: center;
	padding: 3px;
}

.schedule	{
	border-bottom: dotted 1px #999999;
	font-size: 80%;
	line-height: 18px;
	padding: 3px;
}

#header {
	background-color: #dddddd;
}

#info {
	width: 230px;
	height: 305px;  /* 340px */
	overflow: auto;
	margin: 0px;
}

#footer {
	background-color: #dddddd;
}

#leftbg {
	background: #ffddcc url(img/leftbg.gif) repeat-y left top;
}

#header td {
	background-color: #ff6600;
}

#info ul {
	margin: 0px;
	padding: 5px 10px;
}

#info li {
	color: #333333;
	font-size: 80%;
	line-height: 1.2em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0px;
}

#footer td {
	color: #ffffff;
	font-size: 70%;
	background-color: #ff6600;
} 

#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:active {
	color: #ffcc00;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

h2 {
	font-size: 120%;
	color: #666666;
	font-weight: bold;
	text-align: left;
	padding: 3px 7px;
	margin-bottom: 2px;
	margin-top: 1em;
	border-bottom: 1px solid #FFA800;
	border-left: 10px solid #ffa800;
	background: url(./img/h2-bgi.gif) repeat scroll left top;
}

h3 {
	font-size: 100%;
	font-weight; bolder;
	color: #ffa800;
	border-bottom: 1px solid #ffa800;
}
.middle {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: normal;
}

table.curriculum {
	border-colspace: colspace;
	border-spacing: 0;
	height: 100%;
  	border-collapse: collapse;
 	border: none;
}

table.curriculum tbody td.curriculumMenu {
	margin: 0px;
	padding: 5px 15px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffddcc;
}

table.curriculum tbody tr td.title {
	padding: 0px;
	vertical-align: bottom;
}

table.curriculum tbody td img {
	vertical-align: bottom;
}



