body {
	margin: 		0px;
	padding: 		0px;
	font-family: 		tahoma, verdana, sans-serif;
	width: 			100%;
	background-color: 	white;
	background:		url(/img/body_bg.gif) repeat-x;
}
body li {
	list-style:		none;
}
#ie_warn {
	position: 		float;
	float: 			right;
	color:			red;
	margin-top: 		100px;
	margin-right: 		5px;
	bottom: 		0px;
	font-size: 		12px;
}
#ie_warn a {
	font-size:		12px;
	text-decoration:	none;
	font-weight:		bold;
	color:			red;
}
#employee_links {
	position:		fixed;
	bottom:			14px;	
	margin-right:		300px;
	margin-left:		300px;
	width:			200px;
	z-index:		-500;
	display:		none;
}
#banner {
	background-color: 	#aabbcc;
	background:		url(/img/banner.gif) no-repeat;
	height:			129px;
	width:			100%;
	border-top:		1px solid black;
	border-bottom:		0.3em solid black;
	display:		block;
}
#permLinks {
	margin-right:		auto;
	margin-left:		auto;
	color:			white;
	font-weight:		bold;
	margin-right:		10px;
}
#employee_links a {
	font-weight:		bold;
	text-decoration: 	none;
	color: 			white;
	text-align:		center;
}
#employee_links a:hover {
	color:			#123219;
	text-decoration:	underline;
}
#ajaxContent {
	width:			75%;
	margin-left:		175px;
	margin-top: 		15px;
	padding-bottom:		100px;
	background:		white;
}
#mainContentDIV {
	width: 			800px;
	margin-right: 		auto;
	margin-left: 		auto;
	border-right:		1px solid black;
	border-left:		1px solid black;
	padding-bottom:		200px;
	background-color:	white;
}
#leftMenuNav {
	position:		absolute;
	top:			137px;
	width: 			150px;
	display: 		block;
}
#leftMenuNav li {
	list-style: 		none;
	display: 		block;
	font-weight: 		bold;
}
#leftMenuNav a {
	font-size: 		12px;
	display: 		block;
	padding-right:		3px;
	color: 			#123432;
	text-decoration: 	none;
	height:			30px;
	text-align:		right;
}
#leftMenuNav a:hover {
	color:			#565648;
	background-color:	white;
	margin-bottom:		0px;
	background-image:	url(/img/menu_hover.gif);
	background-repeat:	no-repeat;
}
#footer {
	position: 		fixed;
	bottom: 		0px;
	width: 			100%;
	z-index:		500;
	background-color: 	#bbcdef;
	border-top:		1px solid #676759; 
}
#footer a {
	display:		inline;
	text-decoration: 	none;
	font-size:		0.7em;
	color:			#3434bb;
}
#footer a:hover {
	text-decoration: 	none;
	color:			#565677;
}
.clear100 { 
	padding-top: 		50px;
	padding-bottom:		50px;
	width:			100%;
}
.clear200 {
	padding-top:		100px;
	padding-bottom:		100px;
	width: 			100%;
}

<!--[if lt IE 7]>
#employee_links {
	position: absolute;
	top: 0px;
	right: 0px;
}
<![endif]-->

