body { 
	background: white;
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;
	color: #747376;
	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

p, td {
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	color: #747376;
}

#supercel_top {
	float: left;
	width: 100%;
	height: 30px;
	background: #d6dded;
}

#supercel_middle {
	float: left;
	width: 100%;
	background: #eaeef6;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#supercel_bottom {
	float: left;
	width: 100%;
	height: 30px;
	background: #eaeef6;
}



#box {
	margin: 0px auto;
	width: 800px;
	padding: 0px;
}

#cel_left {
	width: 196px;
	margin-left: 0px;
	float: left;
	background: white;
}

	#logo {
		float: left;	
		height: 140px;
		overflow: hidden;
	}

	#spacer {
		width: 21px;
		height: 400px;
		float: left;
		background: #003f72;
	}

	#menu {
		width: 175px;
		height: 400px;
		float: left;
	}

#cel_right {
	width: 604px;
	margin-left: 0px;
	float: left;
	background: white;
}

	#top_bar {
		float: left;
		width: 604px;	
		height: 60px;
		background-image: url(/images/top_bar.png);
		background-repeat: repeat;	
	}

		#hrm {
			float: left;
			width: 171px;
			_width: -28px; 	
			height: 13px;
			_height: -15px;
			margin-left: 398px;
			_margin-left: 199px;
			margin-top: 28px;
			_margin-top: 28px;
			background-image: url(/images/hrm.png);
			background-repeat: repeat;	
		}
	
	#top_banner {
		float: left;
		width: 604px;	
		height: 80px;
		background: white;
		background-image: url(/images/top_banner.png);
		background-repeat: no-repeat;
		background-position: left;		
	}

	#content {
		width: 334px;
		_width: 334px;
		height: 360px;
		margin-left: 0px;
		padding: 20px 40px 20px 0px;
		_padding: 20px 40px 20px 0px;
		float: left;
		overflow: auto;
	}

	#content a {
		color: #4b08a1;
		text-decoration: none;
	}

	#content a:hover {
		color: #000;
		text-decoration: underline;
	}

	#right_banner {
		width: 60px;
		height: 400px;
		float: left;
		color: white;
		background-image: url(/images/right_banner.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;	
	}

	#right_menu {
		padding: 0px;
		width: 170px;
		height: 400px;
		/*width: 140px;
		_width: 140px;
		height: 410px;
		padding: 50px 15px 0px 15px;
		_padding: 50px 15px 0px 15px;*/
		float: left;
		text-align: center;
		background-color: #e05206;
		font-size: 11px;
		color: white;
		overflow: hidden;
	}

		#right_menu a {
			color: white;
			text-decoration: none;
		}

		#right_menu a:hover {
			color: white;
			text-decoration: underline;
		}
		
		#etalage {
			padding: 20px 16px 20px 16px;
			width: 138px;
			color: #f1b392;
			text-align: left;
			font-size: 13px;
			font-style: italic;
		}
	
	#cv {
		padding: 5px;
		width: 100px;
		text-align: center;
		border: 1px solid white;
	}

a {
	text-decoration: none;
	color: #003f72;
}

a:hover {
	text-decoration: none;
	color: #003f72;
}

form {
	/*position: relative;*/
}


#menu ul {
	margin-left: 15px;
	margin-top: 49px;
	_margin-top: 47px;
	padding: 0px;
	width: 150px;
	list-style-type: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	_padding: 0px 0px 14px 0px;
	width: 150px;
}

#menu ul li a {
	display: block;
	color: #003f72;
	text-decoration: none;
}

#menu ul li a:hover {
	display: block;
	color: #c9b4e3;
	text-decoration: none;
}

#menu ul li ul {
	padding: 0px;
	margin: 17px 0px -14px 0px;
	_margin: 17px 0px -7px 0px;
	width: 150px;
	list-style-type: none;
}

#menu ul li ul li {
	color: #c9b4e3;
	margin-bottom: -7px;
	_margin-bottom: -7px;
}

#menu ul li ul li a {
	display: block;
	color: #c9b4e3;
	text-decoration: none;
	padding-left: 9px;
	_padding-left: 9px;
	width: 150px;
	_width: 141px;
}

#menu ul li ul li a:hover {
	display: block;
	color: #003f72;
	text-decoration: none;
	padding-left: 9px;
	_padding-left: 9px;
}

#menu ul li ul li a.current {
	display: block;
	color: #c9b4e3;
	text-decoration: none;
	padding-left: 9px;
	_padding-left: 9px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
