body {
	behavior:url(Assets/csshover.htc);
	text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#6B6F7E;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	margin:auto;
	padding:0px;
	border:#333 1px solid;
	background-image:url(Images/background.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#header {
	width:760px;
	height:234px;
	background:url(Images/headerbg.jpg) top no-repeat;
	padding:0px;
	margin:0px;
}
	#logo {
		float:left;
		width:178px;
		height:220px;
		padding:0px;
		margin:0px;
	}
	#title {
		float:right;
		width:528px;
		padding:0px;
		margin:0px;
	}
	#flash {
		float:right;
		width:528px;
		padding:0px;
		margin:78px 36px 0px 0px;
		_margin:78px 10px 0px 0px;
	}
#titlebar {
	width:546px;
	height:25px;
	font-size:14px;
	font-weight:800;
	padding:7px 2px 0px 34px;
	color:#CC3333;
	background-image:url(Images/layout3_05.jpg);
	background-repeat:no-repeat;
}
#titlebar marquee {
	
}
#sidebar {
	float:left;
	width:178px;
}
	#search {
		width:178px;
		height:32px;
		background:#666;
		padding:0px;
		margin:0px;
	}
		#search form {
			width:163px;
			height:29px;
			padding:3px 0px 0px 15px;
			margin:0px;
		}

#contentarea {
	float:left;
	width:582px;
	padding:0px;
	margin:0px;
	text-align:left;
	background:#fff;
}
	#isite_content {
		padding:4px;
		overflow:hidden;
	}
#channels {
	width:573px;
	padding:0px;
	margin:auto;
	background:#CCC;
	background-image:url(Images/chbg.jpg);
	background-repeat:repeat-y;
	text-align:left; 
}
.channel {
	float:left;
	width:180px;
	color:#585858;
	overflow:hidden;
	padding:5px;
}
.channel h3 {
	color:#91A7D6;
	font-size:12px;
	height:16px;
	_height:12px;
	margin:-5px -5px 0px -4px;
	border-bottom:#FFF 1px solid;
	background-image:url(Images/chhead.jpg);
	background-repeat:no-repeat;
	padding:5px 5px 5px 40px;
}
#orginfo {
	background:#666;
	color:#FFF;
	padding:4px;
	text-align:center;
}
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
 /** TOPMENU  **/
#topmenu {
	text-align:right;
	margin:0;
	height:16px;
	font-size:10px;
	background:#FFF;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:2px;
}
#topmenu li {
	display:inline;
	border-left:#333 1px solid;
}
#topmenu a {
	color:#333;
	padding:4px 10px;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#333;
}
/************* MENU *********************/
#menu {
	font-size:12px;
	color:#6A76B4;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	float:left;
	padding:8px;
	color:#FFF;
	width:162px;
	border-bottom:#999999 1px solid;
}
.menuitem:hover {
	text-decoration:underline;
	color:#fff;
	background:#999;
}
/** SUB MENU **/
.menucontainer {
	text-align:left;
	width:140px;
	z-index:4;
	visibility:hidden;
	color:#3B3B4B;
	position:absolute;
	border:#666 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	float:left;
	width:128px;
	padding:6px;
	color:#FFF;
	background:#3511FF;
	margin:0px;	
}
.menucontainer a:hover {
	color:#250FA4;
	background:#9EB6EB;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}