body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#B0B3BC;
	margin:0px;
	padding:0px;
}
/************* MAIN *********************/
#container {
	text-align:left;
	background-image:url(Images/bg_02.gif);
	background-position:top center;
	background-repeat:repeat-y;
}
#header {
	background-image:url(Images/main_01.jpg);
	background-repeat:no-repeat;
	border-bottom:#FFF 1px solid;
	margin:auto;
	width:760px;
	height:89px;
}
#header h1, #header h2,#orginfo h5 {
	display:none;
	margin:0px;
	padding:0px;
}
#flash {
	background-image:url(Images/placeholder.jpg);
	background-repeat:no-repeat;
	border:#FFF solid;
	border-width:1px 0px;
	margin:auto;
	width:760px;
	height:168px;
}
#main {
	border-top:#45547E 1px solid;
	margin:auto;
	width:760px;
}
#main_sub {
	border-top:#45547E 1px solid;
	margin:auto;
	width:760px;
	background:#FFF;
}
/** SIDEBAR **/
#sidebar {
	float:left;
	width:202px;
}
#sidebar h3 {
	font-weight:normal;
	font-size:12px;
	color:#7885B4;
	background:#C8CFE8;
	border-bottom:#F2F3F7 1px solid;
	margin:0px;
	padding:6px;
}
.channel {
	color:#6B7084;
	padding:5px;
}
/*************/
#contentarea {
	float:right;
	width:558px;
}
#isite_content {
	padding:5px;
}
#orginfo {
	clear:both;
	background-image:url(Images/orginfo.gif);
	background-repeat:no-repeat;
	border-top:#FFF 1px solid;
	text-align:center;
	height:27px;
	width:760px;
	margin:auto;
}
/********** COPYRIGHT *******************/
#footer {
	background-image:url(Images/bg_03.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#copyright {
	padding:10px;
	color:#999;
}
/************* MENU *********************/
#menubar {
	font-size:12px;
	color:#FFF;
	background-image:url(Images/bg_04.gif);
	background-repeat:repeat-y;
	margin:auto;
	padding:0px;
	width:760px;
	height:28px;
}
#menubar a {
	display:block;
	text-decoration:none;
}
.menuitem {
	float:left;
	color:#FFF;
	padding:7px 10px;
	border-right:#6D7DAA 1px solid;
}
#menubar a:hover {
	text-decoration:underline;
	color:#fff;
	background:#6D7DAA;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#CACDF5;
	padding:0px;
	margin:0px;
	border:#4C4F6F 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.menucontainer a {
	color:#45547E;
}	
.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;
}