body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#FFF;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	background:url(Images/grays_03.jpg) repeat-y;
	padding:0px;
	margin:auto;
	text-align:left;
}
#pcontainer {
	width:760px;
	background:url(Images/grays_p03.jpg) repeat-y;
	padding:0px;
	margin:auto;
	text-align:left;
}
#fcontainer {
	width:760px;
	padding:0px;
	margin:auto;
	text-align:left;
}
	 #header {
		background:url(Images/grays_01.jpg) top no-repeat;
		height:216px;
		padding:0px;
		margin:0px;	 
		position:relative;
	 }
	 		#search {
			position:absolute;
			top:193px;
			_top:192px;
			right:14px;
		}
		#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;
		}
 	#main {
		padding:0px;
		margin:0px ;	
	}
		#sidebar {
			float:left;	
			width:198px;
			padding:0px;
			margin:0px;
			border-top:#FFF 1px solid;
		}
		#contentarea {
			float:left;
			width:385px;
			overflow:hidden;
			padding:0px;
			margin:0px;
			background:url(Images/contentcorner.gif) top left no-repeat;			
		}
		#pcontentarea {
			float:left;
			width:562px;
			padding:0px;
			overflow:hidden;
			margin:0px;
			background:url(Images/contentcorner.gif) top left no-repeat;
			
		}
		#fcontentarea {
			background:url(Images/grays_07.jpg) repeat-y;
			float:left;
			width:760px;
			padding:0px;
			margin:0px;
			
		}
			#flash {
				background:url(Images/placeholder.jpg) no-repeat;
				width:380px;
				height:143px;
				padding:6px 0px 0px 5px;
				margin:0px 0px 1px 0px;	
			}
			#isite_content {
				padding:4px 4px 4px 8px;
				margin:0px;
			}
		#channels {
			float:left;
			width:177px;
			margin:0px;
			padding:0px;	
			border-top:#FFF 1px solid;
		}
			.channel {
				padding:4px;
				margin:auto;	
				font-size:11px;
				line-height:11px;	
				color:#4f4c48;			
			}
			.channel h3 {
				margin:0px;
				padding:4px;
				font-size:12px;
				font-weight:normal;
				color:#373430;
				text-align:right;	
			}
#footer {
	background:#5e52ff;
	padding:4px;
	margin:0px;
	text-align:left;
	color:#ffaa37;
	border-top:#FFF 1px solid;
}
#orginfo {
	color:#ffaa37;
}
/** FOOTER MENU **/
#fmenu {
	height:15px;
	padding-top:5px;
}
#fmenu a {
	display:block;
	float:left;
	padding:5px;
	margin-right:5px;
}
#fmenu .menuitem {
	font-size:12px;
	color:#181540;
}
#fmenu .menuitem:hover {
	color:#181540;
	background:url(Images/fmenuhover.gif) bottom center no-repeat;
	text-decoration:none;
}
#fmenu .selected {
	color:#181540;
	background:url(Images/fmenuhover.gif) bottom center no-repeat;
}
#fmenu .selected:hover {
	color:#181540;
	text-decoration:underline;
	background:url(Images/fmenuhover.gif) bottom center no-repeat;
}
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:730px;
	text-align:right;
	margin:auto;
	padding:10px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
	border-right:#6A76B4 1px solid;
}
#topmenu a {
	color:#CA0C0C;
	padding:0px 7px;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#6A76B4;
}
/*************/
#menu {
	width:154px;
	font-size:12px;
	margin:10px auto; 
	border-top:#9fa3f2 1px solid;
}
#menu a {
	display:block;
	text-decoration:none;
	color:#4706ff;
}
#menu .menuitem {
	width:134px;
	padding:6px 10px;
	margin:auto;
	color:#4706ff;
	border-bottom:#9fa3f2 1px solid;
	border-top:#b6c6d6 1px solid;
}
#menu .menuitem:hover {
	width:124px;
	text-decoration:none;
	color:#4706ff;
	padding:6px 10px 6px 20px;
	background:url(Images/arrow.gif) left center no-repeat;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#d9e7f5;
	color:#FFF;
	border:#bacde0 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:142px;
	padding:4px;
	color:#FFF;
	margin:0px;	
	background:#d9e7f5;
}
.subitem:hover {
	width:131px;
	color:#FFF;
	padding:4px 4px 4px 15px;
	margin:0px;
	background:url(Images/arrow2.gif) 4px center no-repeat;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}