img { behavior:url(Scripts/iepngfix.htc);
	border: 0px;
 }

a { color: #bc0000; text-decoration: none; }
a:hover { color: #fc0000; }

html,body {
	margin: auto;
	padding: 0px;
	height:100%;
	background-color: #F4EBC1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
}

.container { 
	z-index: 0;
	margin: auto;
	height:100%;
	width: 920px;
	background-color: #FFF;
	text-align: center;
	position: relative;
 }

.page { 
	z-index: 1;
	height:100%;
	width: 900px;
	background-color: #FFF;
	position: relative;
 }
 
.banner {
	height: 180px;
	background-color: #333;
}
 
.subnav {
	height: 20px;
	background-image: url(../images/tcschool_03_19.jpg);
	background-repeat: repeat-x;
}

.main {
	z-index: 10;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	height: 100%;
}

.main_left {
	z-index: 30;
	width: 260px;
	height: 100%;
	/*background-image: url(../images/bg_main_left.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.main_left_box {
	z-index: 31;
	padding: 12px 20px 20px 20px;
	position: relative;
}

.main_left_shadow {
	z-index: 29;
	position: absolute;
	top: 2px;
	right: -10px;
	text-align: left;
	
}

.main_left_title {
	color: #cc3300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.25em;
	padding-left: 12px;
	background-image: url(../images/icon_left_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
}

.main_left_links {
	font-size: 12px;
	color:#666;
	text-decoration: none;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.main_left_links a {
	color: #666;
	text-decoration: none;
}
.main_left_links a:hover {
	color: #c30;
	border-bottom-color: #c30;
	background-color:# aaa;
}

.main_left_bottom {
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.main_right {
	z-index: 20;
	width: 560px;
	position: relative;
}

.main_right_box {
	z-index: 21;
	padding: 10px 20px 20px 20px;
}

.main_right_title {
	z-index: 21;
	height: 70px;
	text-align:left;
	background-image: url(../images/bg_main_right_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.main_subtitle {
	z-index: 13;
	font-size:18px;
	color: #940;
	text-decoration: none;
	padding:  0px 0px 0px 15px;
	background-image: url(../images/icon_subtitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.main_subtitle a {color: #940;}
.main_subtitle a:hover {color: #DB921E;}

.img_right {
	border: 1px solid #CCC;	
}

.maintext {
	font-size: 14px;
	color: #333;
	text-align: left;
}
.maintext a {
	color: #bc0000;
}
.maintext a:hover {
	color: #fc0000;
}

.clear {
	clear: both;
	height: 0px;
}

.footer {
	height: 50px;
	font-size:13px;
	color: #333;
	text-decoration: none;
	text-align:center;
	background-color: #aaa;
}
.footer a {color: #bc0000;}
.footer a:hover {color: #fc0000;}

