.ie6 {
	_overflow-y: scroll
}

.square{
	width: 5px;
	height: 5px;
	background: #525250;
}

.border{
	border: #A8A8A8 1px solid;
}
.gray {
 color: #777;
}
.notice{
	padding: 20px;
	text-align: center;
}


/* --- table  */

.table, .tableA{
	width: 100%;
	margin: 0 auto;
}

.table, .tableA, .tableB, .tableC, .tableD{
    border-collapse: collapse;
    background-color: #ffffff;
}

.table td, .table th, .tableA td, .tableA th, .tableB td, .tableC th, .table03 td, .tableD th{
	text-align: left;
    padding: 5px;
}

.tableD td, .tableD th{
    padding: 0px;
}

.table td, .table th, .tableA td, .tableA th, .tableC td, .tableC th{
	border: 1px solid #ddd;
}

.tableB td, .tableB th, .tableD td, .tableD th{
	border: 0px;
}

.tableForm{
  padding: 10px;
  border: 1px solid #eee;
}

.bg {
	background: #F8F9FD;
}

.center{
	text-align: center;
}
.verticalM{
	vertical-align: middle;
}


/* CONTENT STYLES DEFINITION */
.green {
 	color: green;
}
.subpage_text ul {
  margin-left: 14px;
  list-style-type: disc;
}
.subpage_text ul li{
  padding: 2px 0px;
}


/* DEPARTMENT PAGES */
#department_page{
 border: 1px solid #E7E6F3;
 padding: 15px;
 background: #F8F8EF;
}
.department_img{
 float: left;
 width: 370px;
 height: 640px;
}
.department_text{
 float: left;
 margin-left: 15px;
 width: 305px;
 padding: 20px 5px;
 line-height: 18px;
 font-size: 12px;
 background: #fff;
}
ul.department_list{
  margin-top: 20px;
  margin-left: 0px;
  list-style-type: none;
}
ul.department_list li{
 padding: 0px;
}
ul.department_list li a{
 display: block;
 width: 271px;
 padding: 12px 0px;
 padding-bottom: 13px;
 padding-left: 35px;
 color: #444;
 font-size: 12px;
 background: #F8F8EF url('../../data/layout/www/dotted_arrow_bg.jpg') no-repeat center left;
}
ul.department_list li a:hover{
 text-decoration: none;
 color: #fff;
 background: #F8F8EF url('../../data/layout/www/dotted_arrow_bg_h.jpg') no-repeat bottom left;
}

/* DEPARTMENT SUB-PAGES */
ul.with_blue_arrow{
 margin: 5px 0px;
}
ul.with_blue_arrow li{
 margin: 4px 0px;
 padding-left: 18px;
 background: url('../../data/layout/www/arrow_blue.jpg') no-repeat center left;
}