body{
	font-family:verdana;
	font-size:10px;
	background-color:#EEE;
	margin-top:0px;
}

#head
{
	height:127px;
	display:block;
	padding-left:10px;
	vertical-align:middle;
}

#sidebar{
	float:left;
	background-color:#FFF;
}

#container{
	text-align:left;
	border:none;
	width:795px;
	background-color:#FFF;
	border:1px solid #AAA;
	border-top:none;
}

#footer{
	width:795px;
	background-color:#EEE;
	border:none;
	color:#000050;
}

iframe{
	width:628px;
	min-height:665px;
	border:none;
}

#navi{
	background-image:url('../HTML_Pictures/navi_panel.png');
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:240px;
}

#userPanel{
	background-image:url('../HTML_Pictures/user_navi_panel.png');
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:200px;
}

#brPanel{
	background-image:url('../HTML_Pictures/br_navi_panel.png');
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:110px;
}

ul.main
{
	font-size:12px;
	border-collapse:collapse;
	list-style-image:url("../HTML_Pictures/arrow.png");
	position:relative;
	top:15px;
	left:5px;
}

ul.main li
{
	margin-left:-20px;
	width:145px;
}

ul.main div.special a{
	border:1px solid #AAA; 
}

ul.main li.active
{
	font-weight:bold;
}

li.main:hover
{
	font-weight:bold;
}

li.sub:hover{
	font-weight:bold;
}

a
{
	color:#000;
	text-decoration:none;
}

#navi ul.sub
{
	font-size:10px;
	list-style:none;
	list-style-type:disc;
}

#navi ul.sub li
{
	width:120px;
	font-weight:normal;
}

	
	
	p.header{	
		height:100px;
		background-color:#6BCCFF; 
		background-image:url('../HTML_Pictures/djk_header.png');
		background-repeat:no-repeat;
		background-position:center right;
		width:795px; 
		margin-left:-10px; 
		margin-top:0px; 
	}
	
	
	p.head img.head{
		border:1px solid #000050;
		margin:5px;
	}
	
	img.logo{
		margin:5px;
		margin-left:25px;
	}
	
	p.bar{
		background-image:url('../HTML_Pictures/djk_header_bar.png');
		width:785px;
		margin-left:-10px; 
		margin-top:-15px; 
		height:18px;
		padding-left:10px;
	}
	
	label.logInfo{
		font-family:verdana;
		color:#555;
		font-size:10px;	
		position:relative;
		left:25px;
		top:70px;
	}
	
	div.special a{
		color:#000050;
	}
	
	/*IEXPLORE HACK*/
	
	html* p.bar{
		width:785px;
		height:30px;
		position:relative;
		top:-10px;
		border-bottom:1px solid #aaa;
	}
	
	html* #head{
		height:138px;
	}
	
	html* p.header{	
		height:110px;
	}
	
	html* ul.sub li{
		width:1220px;
	}
	
	<!--[if lte IE 6]>
		html* {
			background-color:#000;
		}
	<![endif]-->
	
	
	/*END HACK*/
	