body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#3F4F66 url(Images/bg_01.jpg) no-repeat;
	margin:0px;
	padding:0px;
}
/************* CONTAINER *********************/
#container {
	background:url(Images/bg_02.jpg) no-repeat top right;
}
#header {
	font-size:11px;
	font-weight:normal;
	background:url(Images/Main_01.jpg) no-repeat;
	width:760px;
	height:11px;
	padding:52px 5px 10px 0px;
	margin:0px auto;
}
#main {
	text-align:left;
	background:#FFF;
	width:756px;
	padding:2px 2px 0px 2px;
	margin:auto;
}
#flash {
	height:170px;
	background:url(Files/flash_bg.jpg) no-repeat;
	margin-bottom:2px;
}
#breadcrumbs {
	font-size:12px;
	color:#C3D1E2;
	background:#3F5066;
	padding:6px 6px 6px 10px;
	margin:0px 0px 2px 0px;
}
#contentarea {
	background:url(Images/main_bg.gif) repeat-y;
}
/****** CHANNELS *****/
#contentarea h3 {
	font-size:12px;
	font-weight:normal;
	color:#3F5066;
	background:#B5C2D1;
	border-bottom:#A5B5C8 1px solid;
	margin:-6px -6px 4px -6px;
	padding:6px;
}
.channels {
	background:url(Images/channelbg.gif) repeat-y;
}
#channel_1,#channel_2,#channel_3 {
	float:left;

	width:238px;
	padding:6px;
}
#channel_1,#channel_2 {
	margin-right:2px;
}
#channel_1,#channel_3 {
	width:239px;
}
/****** FOOTER *****/
#footer {
	border-top:#FFF 2px solid;
	clear:both;
}
#footer_1,#footer_2,#footer_3 {
	float:left;
	background:#8DA0B6;
	width:250px;
}
#footer_1,#footer_2 {
	margin-right:2px;
}
#footer_1,#footer_3 {
	width:251px;
}
/********** COPYRIGHT *******************/
#copyright {
	font-family:"Century Gothic", Tahoma, Arial, Helvetica, Sans-serif;
	padding:5px;
	color:#8098B6;
	width:760px;
	margin:auto;
}
#copyright span {
	font-size:10px;
	color:#586E8B;
}
#copyright a {
	color:#8098B6;
}
#copyright a:hover {
	color:#FFF;
}
/************* MENU *********************/
/** TOPMENU **/
#header ul {
	text-align:right;
	list-style:none;
	margin:0px;
	padding:0px;
}
#header li {
	display:inline;
}
#header a {
	color:#99AFCA;
	padding:0px 7px;
}
#header a:hover {
	text-decoration:underline;
	color:#EAB349;
}
/*************/
#menu {
	font-size:12px;
	color:#6A76B4;
	background:#6488B4 url(Images/menu_01.jpg) repeat-x;
	border-bottom:#3F4F66 5px solid;
	height:30px;
	padding:5px 0px 0px 5px;
	margin-bottom:1px;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	float:left;
	background:url(Images/menu_left.jpg) no-repeat;
	margin-right:5px;
}
.menuitem a {
	float:left;
	color:#3F4F66;
	background:url(Images/menu_right.jpg) no-repeat top right;
	padding:8px 10px 8px 10px;
	_height:12px;
}
.menuitem:hover {
	background:url(Images/menu_left_on.jpg) no-repeat;
}
.menuitem a:hover {
	color:#FFF;
	background:url(Images/menu_right_on.jpg) no-repeat top right;
}
/** SUB MENU **/
.menucontainer {
	width:140px;
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#fff;
	border:#3F4F66 1px solid;
	border-top:#3F4F66 5px solid;
}
.subitem {
	width:132px;
	padding:4px;
	color:#3F4F66;	
	margin:0px;	
	border-bottom:#B2BAC5 1px solid;
	background:#fff;
}
.subitem:hover {
	background:#BBC9D9;
	color:#3F4F66;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}