body {
	/*behavior:url(Assets/csshover.htc);*/
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#EBEBEB;
	margin:0px;
	padding:0px;
}
/************* MAIN *********************/
#container {
	text-align:left;
	background:#FFF;
	background-image:url(images/main.gif);
	background-repeat:repeat-y;
	border-top:#000080 10px solid;
	border-left:#EFE180 2px solid;	
	border-right:#EFE180 2px solid;
	border-bottom:#EFE180 2px solid;
	width:760px;
	margin:auto;
}
/** HEADER **/
#header {
	border-bottom:#FFF 1px solid;
	height:300px;
}
#headerleft {
	float:left;
	width:491px;
}
#headerright {
	float:right;
	width:267px;
}
/** MAIN **/
#main {
	border-top:#F93 5px solid;
}
/** SIDEBAR **/
#menubar {
	float:left;
	width:197px;
}
/** CONTENTAREA **/
#contentarea {
	float:right;
	width:561px;
}
#isite_content {
	padding:6px;
}
/** CHANNELS **/
#weather {
	float:left;
	text-align:center;
	background:#F4EBA9;
	border-top:#EFE180 1px solid;
	width:191px;
	margin-top:3px;
	margin-right:12px;
	padding:15px 0px;
}
#channels {
	font-size:11px;
	clear:both;
	margin:3px 2px 3px 3px;
}
.channel {
	float:left;
	width:183px;
	overflow:hidden;
}
.channel h3 {
	font-size:12px;
	font-weight:normal;
	color:#000066;
	background:#EFE180;
	margin:0px 1px 0px 0px;
	padding:5px;
}
.channeltext {
	padding:5px;
}
/** FOOTER **/
#footer {
	clear:both;
	text-align:center;
	color:#FFF;
	background:#000066;
	padding:6px;
}
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
#menu {
	font-size:12px;
	color:#000066;
}
#menu a {
	display:block;
	text-decoration:none;
	background-image:url(images/menu_off.jpg);
	background-repeat:no-repeat;
}
.menuitem {
	padding:20px 5px 3px 15px;
	border-bottom:#EFE180 1px solid;
	width:177px;
}
#menu a:hover {
	text-decoration:underline;
	background-image:url(images/menu_on.jpg);
	background-repeat:repeat-y;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#F9F5D3;
	padding:0px;
	margin:0px;
	border:#4C4F6F 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.menucontainer a {
	background-position:top right;
}
.menucontainer a:hover {
	text-decoration:underline;
	background-position:top right;
}
.subitem {
	font-size:11px;
	border-top:#FFF 1px solid;
	padding:5px;
	width:135px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}