#tabContent {
	background-color: #0E377A;
	background-image:url(../img/dept/bg_tab.gif);
	background-repeat:repeat-x;
	padding: 1px;
	margin-top:30px;
}
#tabMenu{
	height:30px;
}
#tabMenu img{
display:block;
}

#tabIndex {
	padding: 0px;
}

#tabIndex li {
	float:left;
	margin-right: 10px;
	height:31px;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close {
  background-color:#0D375D;
  text-decoration: underline;
  color:#0D375D;
}
#tabIndex .open {
  background-image:url(../img/dept/bg_tab2.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
  text-decoration: none;
}

#tabBoxIndex {
	background-color: #FFFFFF;
	border: #FFFFFF solid 1px;
	clear: both;
	padding:18px;
	clear:both;
}

#outline{
text-align:left;
}
#outline h4{
padding-bottom:10px;
clear:both;
}
#outline h5{
	color:#0A4678;
	font-size: 1.1em;
	font-weight: bold;
	}

#outline #outlineBox{
height:auto;
width:860px;
}	
#outline #outlineBox #outlineLeft{
	width:420px;
	float:left
}
#outline #outlineBox #outlineRight{
	width:420px;
	float:right;
}
