body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	background:#443266;
	margin:0px;
	padding:0px;
}
/************* BACKGROUND *********************/
#top {
	background:url(Images/bg_01.jpg) no-repeat center bottom;
	height:35px;
}
#container {
	background:url(Images/bg_02.jpg) repeat-y top center;
}
#bottom {
	font-size:12px;
	color:#FFF;
	background:url(Images/bg_03.jpg) no-repeat center top;
	height:165px;
	padding:10px;
}
/********** COPYRIGHT *******************/
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:2px;
	color:#C3C3E5;
}
#copyright a {
	color:#C3C3E5;
}
#copyright a:hover {
	color:#FFF;
}
/************* MENU *********************/
#sidebar a {
	font-size:12px;
	display:block;
	text-decoration:none;
}
.menuitem {
	width:149px;
	color:#464646;
	border-bottom:#E9E9F3 1px solid;
	padding:5px;
}
.menuitem:hover {
	text-decoration:none;
	background:#E9E9F3;
}
.folderitem {
	background:url(Images/arrow.gif) no-repeat center right;
}
.folderitem:hover {
	background:#E9E9F3 url(Images/arrow.gif) no-repeat center right;
}
/** SUB MENU **/
.menucontainer {
	width:140px;
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#FFF;
	border:#B7ACA0 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:130px;
	padding:5px;
	color:#333;	
	margin:0px;	
	background:#FFF;
	border-bottom:#E9E9F3 1px solid;
}
.subitem:hover {
	background:#E9E9F3;
	color:#333;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
