body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#000 url(Images/bg.jpg) repeat-x;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	padding:0px;
	margin:auto;
}
#logo {
	width:700px;
	height:220px;
	padding:63px 0px 20px 0px;
	margin:auto;
}
#channels {
	background:url(Images/channels_bg.jpg) top repeat-x;
	clear:both;
	color:#e2e2e2;
	margin:auto;
	padding:0;
	text-align:left;
	width:738px;
}
	.channel {
		border-right:#3233ff 1px solid;
		float:left;	
		margin:0;
		padding:0 6px 6px 6px;
		width:233px;
	}
		#last { border:none; width:234px; }
		.channel h3 { 
			background:#333;
			color:#e4e4e4;
			font-size:12px;
			font-weight:normal;
			margin:0 -6px 6px -6px;
			padding:4px 8px;	
		}
			.channel a { color:#141361; text-decoration:underline; }
			.channel a:hover { color:#141361; text-decoration:none; }
#pheader {
	padding-top:40px;
	height:31px;
	background:url(Images/sublogo.jpg) top right no-repeat;
}
#main {
	background:#e0e0ec;
	padding:0px;
	margin:0px;
	text-align:left;
	clear:both;
}
#flash {
	background:url(Images/placeholder.jpg) no-repeat;
	width:747px;
	height:234px;
	padding:11px 0px 0px 13px;
	margin:0px;
}
#contentarea {
	padding:0px;
	margin:0px;
}
#isite_content {
	padding:0px 13px 8px 13px;
	margin:0px;
}
#footer {
	text-align:left;
	padding:4px 0px;
	margin:0px;
	color:#c5c8fb;
}
		/** FOOTER MENU **/
	#fmenu {
		clear:both;
		height:20px;
		padding-top:5px;
	}
	#fmenu a {
		display:block;
		float:left;
		padding:4px;
		margin-right:8px;
	}
	#fmenu .menuitem {
		font-size:10px;
		color:#c5c8fb;
	}
	#fmenu .menuitem:hover {
		color:#c5c8fb;
		text-decoration:underline;
		background:#595a89;
	}
	#fmenu .selected {
		color:#c5c8fb;
		font-weight:bold;
		background:#595a89;
	}
	#fmenu .selected:hover {
		color:#c5c8fb;
	}

/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
	padding-top:10px;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:491px;
	margin:auto;
	font-size:12px;
	padding:10px;
	line-height:15px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
}
#topmenu a {
	color:#c1c4f7;
	padding:0px 8px;
	text-align:center;
	background:url(Images/bottommenu.jpg) right center no-repeat;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#c1c4f7;
}
/*************/
#menu {
	font-size:12px;
	color:#d9d9e6;
	width:555px;
	margin:auto;
	overflow:hidden;
}
#menu a {
	display:block;
	text-decoration:none;
}
#menu .menuitem {
	float:left;
	padding:3px 9px;
	white-space:nowrap;
	color:#d9d9e6;
	border-right:#d9d9e6 1px solid;
}
#menu .menuitem:hover {
	text-decoration:underline;
	color:#d9d9e6;
	background:url(Images/mainrollover.gif) top center no-repeat;
}
	#pmenu {
		float:left;
		font-size:12px;
		padding:0px;
		color:#d9d9e6;
		width:555px;
		margin:0px;
		overflow:hidden;
	}
	#pmenu a {
		display:block;
		text-decoration:none;
	}
	#pmenu .menuitem {
		float:left;
		padding:3px 9px;
		white-space:nowrap;
		color:#d9d9e6;
		border-right:#d9d9e6 1px solid;
	}
	#pmenu .menuitem:hover {
		text-decoration:underline;
		color:#d9d9e6;
		background:url(Images/mainrollover.gif) top center no-repeat;
	}

/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	text-align:left;
	background:#0000a0;
	border:#333 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:132px;
	padding:4px 6px 4px 8px;
	color:#cccce0;	
	margin:0px;	
	background:#0000a0;
}
.subitem:hover {
	background:#0000a0;
	color:#FFF;
	font-weight:500;
	background:url(images/subrollover.gif) 125px center no-repeat;
	padding:4px 6px 4px 8px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
#footer a {
	color:#c5c8fb;
	text-decoration:none;
}
#footer a:hover {
	color:#c5c8fb;
	text-decoration:underline;
}
#copyright a {
	color:#c5c8fb;
	text-decoration:none;
}
#copyright a:hover {
	color:#c5c8fb;
	text-decoration:underline;
}