
/* CSS Document */
/*####################################################################
	Special Setting for Group page
####################################################################*/
div#main_area {
	background-image:url(../img/layout/bg_content_group.gif);
	background-position:319px 0;
}
div#navigation_area {
	border-top:solid 1px #A0978D;
	border-left:solid 1px #A0978D;
	border-bottom:solid 1px #A0978D;
}
h1 {
	font-size:1.36em;
	line-height:1.2em;
	font-weight:bold;
	padding:10px 10px 17px 21px;
}
h2 {
	font-family: times, serif;
	padding:0px 0px 8px 21px;
}
p {
	padding:0px 0px 8px 21px;
}
div.text p {
	padding:0;
}
div.col_half div.img {
	padding:5px;
	margin-left:18px;
	width:270px;
}
* html a.intern{
	background-position:0 6px;
}
*+html a.intern{
	background-position:0 6px;
}
* html a.extern{
	background-position:0 4px;
}
*+html a.extern{
	background-position:0 4px;
}

* html a.download {
	background-position:1px 3px;
}
*+html a.download{
	background-position:1px 3px;
}


@media print {

}
/*Special for ie 6 2 col group*/
*html  div.col_half.left div.line_horizontal {
	width:300px;
}
*html div.col_half.left div.line_horizontal div.top_border_bar {
	width:300px;
	background-image:url(../img/layout/top_border_bar_ie6.gif);
}
	
