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;
	cursor:pointer;
}
#main {
	text-align:left;
	background:#FFF;
	width:756px;
	border:#FFF solid;
	border-width:2px;
	margin:auto;
}
#sidebar {
	float:left;
	width:174px;
}
#right {
	float:right;
	width:580px;
}
#flash {
	height:170px;
	background:url(Files/flash_bg_sub.jpg) no-repeat;
	margin-bottom:2px;
}
#breadcrumbs {
	font-size:11px;
	color:#EAB349;
	background:#3F5066;
	padding:7px 6px 7px 10px;
	_height:11px;
}
#breadcrumbs a {
	color:#C3D1E2;
}
#breadcrumbs a:hover {
	color:#FFF
}
#contentarea {
	background:url(Images/sidebar.gif) repeat-y;
}
#contentarea_sub {
	background:#FFF;
}
#isite_content {
	padding:5px;
}
/****** CHANNELS *****/
#channel_1,#channel_2,#channel_3 {
	float:left;
	background:#C3D1E2;
	width:240px;
	padding:5px;
}
#channel_1,#channel_2 {
	margin-right:2px;
}
#channel_1,#channel_3 {
	width:241px;
}
/****** FOOTER *****/
#footer {
	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:32px;
	_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:9px 10px;
	_padding: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;
}
