﻿body 
{
	text-align : center;
	color : #666666;
	font-family : 微軟正黑體, Verdana, 新細明體, 細明體;
	background-color : #F0F8FF; //transparent; 
}

table.outer
{
	width:940px;
	margin-top:0px;
}
table.inner
{
	width:660px;
	margin-top:10px;
}
table.navmenu td
{
	border-left : 2px solid;
	border-right : 2px solid;
	border-top : 2px solid;
	border-bottom : 2px solid;
	border-color : #CCCCCC;
	background-color: #F0F8FF;
	width: 150px;
	font-size:x-small;
	text-align:center;
}
td.CellImage 
{
	background-image : url(../img/backdrop_schname1.jpg);
	background-repeat : no-repeat;
	background-color : transparent;
	width : 210px;
	height : 500px;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 0px;
}
td.CellContent
{
	width : 670px;
	height: 700px;
	font-size : 12pt;
	vertical-align: top;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
	border-left : 2px solid;
	border-right : 2px solid;
	border-color : #CCCCCC;
	background-color:#FFFFFF;
}
td.iframeContent
{
	width : 670px;
	font-size : 12pt;
	vertical-align: top;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
	border-left : 2px solid;
	border-right : 2px solid;
	border-color : #CCCCCC;
	background-color:#FFFFFF;
}
iframe.iContent
{
	width:670px;
	height: 660px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
a			{text-decoration: none; background-color: #F0F8FF;	color:#333333;	}
a:visited	{text-decoration: none;	background-color: #F0F8FF;	color:#333333;	}
a:hover 	{text-decoration: none;	background-color: #F0F8FF;	color:#CC6633;	}