body {
	behavior:url(Assets/csshover.htc);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#a4a94d url(Images/bg.gif) repeat-y;
	margin:0px;
	padding:0px;
}
/************* MAIN *********************/
#container {
	width:762px;
	padding:0px;
	margin:0px;
	text-align:left;
	background:url(Images/contentbg.gif) repeat-y;
}
#header {
	background:url(Images/mscm_01.jpg) no-repeat;
	width:762px;
	height:150px;
	padding:0px;
	margin:0px;
	position:relative;
}
	#header h4 a {
		float:left;
		padding:4px 15px 0px 10px;
		margin:0px;
		font-weight:normal;
		font-size:11px;   
		color:#949656;	
	}
			#headerearch {
				padding:0px;
				margin:0px;
				height:40px;	
				position:relative;
			}
		#search {
			position:absolute;
			top:116px;
			right:26px;

		}
		#search label, #search #submit {
			position:absolute;
			left:-3000px;
		}
		#search input {
			font-size:11px;
			color:#666;
			background:#FFF url(Images/Search_01.gif) no-repeat bottom left;
			_background-attachment:fixed;
			border-width:0px;
			width:128px;
			height:13px;
			padding:4px 20px 4px 8px;
		}
		#search input:focus, #search .focus {
			background:#FFF url(Images/Search_04.gif) no-repeat bottom left;
			_background-position:0px 0px;
		}
		#search a {
			z-index:4;
			background:url(Images/Search_02.gif) no-repeat;
			width:28px;
			height:20px;
			position:absolute;
			top:0px;
			_top:1px;
			right:-0px;
		}
		#search a:hover {
			background:url(Images/Search_03.gif) no-repeat;
		}

#sidebar {
	float:left;
	width:197px;
	padding:0px;
	margin:0px;
	border-top:#707ebe 20px solid;
}
	#channels {
		width:197px;
		padding:0px;
		margin:0px;
		color:#949597;	
	}
		.channel {
			width:177px;
			background:#eeeeee url(Images/channelbg.gif) top repeat-x;
			padding:10px;
			margin:auto;
		} 
		.channel h3 {
			color:#404a5f;
			margin:4px 0px;
			padding:0px;
			font-weight:normal;
			font-size:12px;			
		}
#contentarea {
	float:left;
	width:565px;
	pading:0px;
	margin:0px;
}
	#isite_content {
		padding:4px 8px;	
	}
#footer {
	padding:4px;
	margin:0px;
	font-weight:12px;
	background:#c3c56a;
}
	/** FOOTER MENU **/
	#fmenu {
		height:20px;
		padding-top:5px;
	}
	#fmenu a {
		display:block;
		float:left;
		padding:5px;
		margin-right:8px;
	}
	#fmenu .menuitem {
		font-size:12px;
		color:#888a4e;
	}
	#fmenu .menuitem:hover {
		color:#888a4e;
		background:#d5d788;
		text-decoration:none;
	}
	#fmenu .selected {
		color:#888a4e;
		background:#d5d788;
	}
	#fmenu .selected:hover {
		color:#888a4e;
		text-decoration:underline;
	}
/********** COPYRIGHT *******************/
.copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:350px;
	text-align:left;
	margin:0px;
	padding:4px 0px 0px 10px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
}
#topmenu a {
	color:#FFFFFF;
	white-space:nowrap;
	padding:0px 7px;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#FFF;
}
/*************/
#menu {
	font-size:12px;
	color:#6A76B4;
	margin:6px 0px;
}
#menu a {
	display:block;
	text-decoration:none;
}
#menu .menuitem {
	width:137px;
	margin:auto;
	padding:6px 18px;
	color:#3054cb;
	background:url(Images/arrow.gif) 6px center no-repeat;
}
#menu .menuitem:hover {
	text-decoration:underline;
	background:#dad9d9 url(Images/arrowhover.gif) 6px center no-repeat;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#e8e7e7;
	border:#FFF 1px solid;
	border-top:#7581b8 3px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:142px;
	padding:4px 10px;
	color:#7581b8;	
	margin:0px 0px 0px 4px;	
	background:#e8e7e7 url(Images/arrow.gif) left center no-repeat;
}
.subitem:hover {
	color:#636faa;
	padding:4px 10px;
	margin:0px 0px 0px 4px;
	background:#dad9d9 url(Images/arrowhover.gif) left center no-repeat;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
.copyright a {
	color:#666;
	text-decoration:none;
}
.copyright a:hover {
	color:#666;
	text-decoration:underline;
}