/* BEGIN PAGE STYLES */
body {
	margin:0px;
	padding:0px;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
#wrapper {
	width:900px;
	margin:0px auto;
	padding:0px;
	background:url(Images/bg.jpg) repeat-y;
}
#container {
	margin:auto;
	width:760px;
	background:url(images/pagebg.gif) repeat-y;
	border:#666666 1px solid;
}
#pcontainer {
	margin:auto;
	width:760px;
	border:#666666 1px solid;
}

#main {
	width:760px;
	background:url(images/maintop.gif) repeat-x;
	padding:0px;
	margin:0px;
	text-align:left;
}
	#main h2 {
		margin:0px;
		padding:9px 0px 0px 25px;
		font-size:14px;
		color:#FFF;	
	}
#left {
	float:left;
	width:191px;
	padding:0px;
	margin:10px 0px 0px 0px;
}
#contentarea {
	float:right;
	width:568px;
	padding:0px;
	margin:10px 0px 0px 0px;
}
#pcontentarea {
	width:760px;
	padding:0px;
	margin:10px 0px 0px 0px;
}

	#isite_content {
		padding:6px;	
	}
#channels {
	width:192px;
	text-align:left;
	padding:0px;
	margin:0px;
	background:url(images/main_05.jpg) top left no-repeat;
}
	.channel {
		color:#333;
		overflow:hidden;
		padding:6px;
		margin:0px;	
	}
		.channel h3 {
			color:#004080;
			margin:0px 0px 8px 0px;	
			padding:5px;
			border-bottom:#666 1px solid;	
		}
#footer {
	background:url(images/footer2.jpg) repeat-x;
	height:32px;
	width:750px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
	padding:20px 5px 0px 5px;
	text-align:center;
	clear:both;
}
#copyright {
	margin:auto;
	color:#004080;
	padding:5px;
}
/* END PAGE STYLES */
/* BEGIN MENU STYLES */
#menu {
	padding:0px;
	margin:0px;
	background:url(Images/menu.gif) repeat-x;
	height:30px;
	width:760px;
}
#menu a {
	display:block;
	text-decoration:none;
}
#menu .menuitem {
	text-align:left;
	float:left;
	border-right:#23517f 1px solid;
	border-left:#1d4771 1px solid;
	color:#FFF;
	padding: 8px 10px 8px 10px;
}
#menu .menuitem:hover {
	text-decoration:underline;
	color:#FFF;
	background:url(Images/menuhover.gif) repeat-x;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#c8d7ee;
	border:#23517f 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:142px;
	padding:4px;
	text-align:left;
	color:#ccc;	
	margin:0px;	
	background:#23517f;
	border-bottom:#1d4771 1px solid;
}
.subitem:hover {
	background:#FFF;
	color:#1d4771;	
	padding:4px;
	margin:0px;
}
/* END MENU STYLES */
/************************** LINKS ************************/
a {
	color:#004080;
	text-decoration:none;
}
a:hover {
	color:#004080;
	text-decoration:underline;
}
#copyright a {
	text-decoration:none;
	color:#004080;
}
#copyright a:hover {
	text-decoration:underline;
	color:#004080;
}
