body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#E5E1E1;
	margin:0px;
	padding:0px;
}
/************* CONTAINER *********************/
#header {
	background:#E5E1E1 url(Images/Main_01.jpg) no-repeat bottom center;
	height:210px;
}
	#header h1, #header h2 {
		display:none;
	}
	#topmenu {
		width:760px;
		height:25px;
		padding-top:131px;
		margin:auto;
	}
	#topmenu ul {
		float:right;
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#topmenu li {
		display:inline;
	}
	#topmenu a {
		display:block;
		float:left;
		font-size:11px;
		color:#FFF;
		padding:7px;
	}
	#topmenu a:hover {
		text-decoration:underline;
		color:#FFF;
		background:#3886DB url(Images/Menu_05.gif) repeat-x;
	}
#container {
	clear:both;
	background:#E5E1E1 url(Images/Main_02.jpg) repeat-y top center;
}
	#main {
		text-align:left;
		margin:0px auto;
		width:760px;
	}
		#sidebar {
			float:left;
			width:156px;
			padding-top:10px;
		}
		#contentarea {
			float:right;
			width:603px;
		}
			#contentheader {
				font-size:12px;
				font-weight:normal;
				color:#FFF;
				background:#4E69F1 url(Images/Header_03.gif) no-repeat;
				padding:6px 6px 6px 15px;
				margin:1px;
			}
			#isite_content {
				padding:5px;
			}
#footer {
	clear:both;
	background:#E5E1E1 url(Images/Main_03.jpg) no-repeat top center;
	height:65px;
}
	#orginfo {
		color:#FFF;
		padding:7px 10px 10px 156px;
	}
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
#sidebar a {
	display:block;
	text-decoration:none;
}
.menuitem {
	background:#7BB9FF url(Images/Menu_01.gif) no-repeat;
	margin:0px 0px 1px 20px;
}
.menuitem:hover {
	background:#4786F9 url(Images/Menu_03.gif) no-repeat;
}
.menuitem a {
	color:#FFF;
	background:url(Images/Menu_02.gif) no-repeat bottom left;
	padding:6px;
	width:123px;
}
.menuitem a:hover {
	color:#FFF;
	background:url(Images/Menu_04.gif) no-repeat bottom left;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#7BB9FF;
	border:#4786F9 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:125px;
	padding:5px;
	color:#FFF;	
	margin:0px;	
	background:#7BB9FF;
}
.subitem:hover {
	background:#4786F9;
	color:#FFF;
}
/************************** LINKS ************************/
a {
	color:#4E69F1;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}