body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#fff;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	margin:auto;
	padding:0px;
	background:#FFF;
	border:#000 2px solid;
}
#header {
}
#left {
	float:left;
	width:216px;
	height:181px;
}
#right {
	float:right;
	background:url(images/ptn_02.jpg) top no-repeat; 
	width:544px;
	height:181px;
	padding:0px;
	margin:0px;
}
	#right h2 {
		display:none;	
	}
#main {
	width:760px;
	padding:0px;
	background:url(images/ptn_04.jpg) top no-repeat;
	padding-top:6px;
	margin:0px;
	clear:both;
}
#channels {
	float:left;
	width:196px;
	height:342px;
	padding:0px 10px 20px 10px;
	overflow:auto;
	text-align:left;
}
.channel {
	float:left;
	width:176px;
	padding:0px;
	margin:10px 0px;
	color:#000;
	font-size:11px;
}
.channel h3 {
	margin:4px 4px 4px 4px;
	font-size:12px;
	margin:0px;
	color:#1D196F;
	padding:0px;
}
#flash {
	float:left;
	width:215px; 
	height:362px;
}
#contentarea {
	float:right;
	width:328px;
	height:362px;
	overflow:auto;
}
#isite_content {
	text-align:left;
	padding:10px;
}
#footer {
	width:720px;
	text-align:left;
	padding:20px;
	font-size:10px;
	background:#9ccd60 url(images/footerbg.gif) top repeat-x;
}
#orginfo {
	float:left;
	color:#678064;
}
#footlinks {
	float:right;
	color:#678064;
}
#footlinks a {
	padding-left:8px;
	color:#678064;
}
#footlinks a:hover {
	padding-left:8px;
	color:#678064;
	text-decoration:underline;
}
/********** 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 {
	float:right;
	font-size:12px;
	background:#9ccd60;
	margin:145px 0px 0px 1px;
	width:543px;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	float:left;
	height:14px;
	padding:12px 10px 10px 10px;
	color:#000;
}
.menuitem:hover {
	text-decoration:underline;
	color:#000;
	background:#ebebeb;
}
/** SUB MENU **/
.menucontainer {
	text-align:left;
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#FFF;
	border:#828282 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:142px;
	padding:4px;
	color:#000;	
	margin:0px;	
	background:#FFF;
	border-bottom:#b4b4b4 1px solid;
}
.subitem:hover {
	background:#deefcb;
	color:#000;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#5389cf;
	text-decoration:none;
}
a:hover {
	color:#5389cf;
	text-decoration:underline;
}