body {
	behavior:url(Assets/csshover.htc);
	text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(images/bg02.jpg) repeat-x;
	margin:0px;
	padding:0px 0px;
}
/************* MAIN *********************/

#container{
	width:760px;
	background:url(images/bg01.jpg) repeat-y;
}
	#header{
		width:760px;
		height:131px;
		background: url(images/header01.jpg) no-repeat;
	}
	
	#TopMenu{	
				padding-top:108px;
				padding-left:170px;
				height:21px;
				
			}
				
			#TopMenu a {
				text-decoration:none;
				display:block;
			}
				#TopMenu .menuitem,#TopMenu .selected {
				margin-top:1px;
					float:left;
					font-size:11px;
					color:#123D6D;
					font-weight:bold;
					padding:4px 4px 4px 4px;
				}
				
					#TopMenu .menuitem:hover {
						background:#E55E15;
					}
					#TopMenu .menuitem a:hover {
						background:#E55E15;
						
					}
					#TopMenu .selected {
						color:#A7722D;
						
					}
	#menubar{
		float:left;
		width:158px;
		background:url(images/sidebar01.jpg) no-repeat top right;
	}
		#menushell{
			background:url(images/sidebar03.jpg) no-repeat bottom left;
			width:158px;
		}
		
		#Menu{
			margin-top:40px;
			margin-bottom:290px;
			padding-bottom:10px;
			background:url(images/sidebar02.jpg) repeat-y;
			width:158px;
			
		}
				
				#Menu a {
					display:block;
					text-decoration:none;
				}
				#Menu .menuitem {
					margin-top:1px;
					margin-left:17px;
					font-size:11px;
					width:118px;
					color:#FFF;
					
					padding:5px 3px;
					background:#4977C3;
				}
					#Menu .menuitem:hover {
						background:#E9D468;
					}
				.menucontainer {
					z-index:4;
					position:absolute;
					visibility:hidden;
					background:#AAC3EC;
					border:#23344B 1px solid;
				}
					.subitem {
						color:#FFF;
						width:130px;
						padding:5px;
						border-bottom:#23344B;
					}
						.subitem:hover {
							background:#4977C3;
						}
			
		
		#main{
			width:424px;
			float:left;
			text-align:left;
		}
		
			#flash{
				background:#000;
				border-left: #0D2F67 1px solid;
				border-right: #0D2F67 1px solid;
				border-bottom: #0D2F67 1px solid;
			}
			
			#isite_content{
				padding:5px;
			}
			
		#sidebar{
			float:right;
			width:170px;
		}
		
		#channels {
				
				text-align:left;
				width:164px;
				margin:0px 4px 0px 0px;
				
			}
				.channel {
					color:#4771AF;
					padding:7px 5px 15px 5px;
				}
				.channel h3 { 
					text-align:left;
					font-size:12px;
					font-weight:bold;
					color:#103269;
					margin:0px -5px 4px -4px;
					padding:5px;
					border-bottom:#DE1403 1px solid;
					width:140px;
				}
		#footer_wrapper{
			background:url(images/footerbg01.jpg) repeat-x;
			height:67px;
		}
			#footer{
				background:url(images/footer01.jpg) no-repeat;
				height:67px;
				width:760px;
			}
				#footer #info {
					color:#0F3169;
					padding:25px 0px 0px 200px;
					font-weight:bold;
				
				}
		
/********** COPYRIGHT *******************/
		#copyright {
			
			color:#103269;
			padding:10px 10px 10px 265px;
		}
			#copyright a {
				color:#81653A;
			}
			#copyright a:hover {
				color:#7E2F26;
			}
			
		

/********** Sub Page **************/

#sub_container{
	width:760px;
	background:url(images/bg03.jpg) repeat-y;
}

		#sub_main{
			width:594px;
			float:left;
			text-align:left;
		}	
		
		#sub_footer{
				background:url(images/footer02.jpg) no-repeat;
				height:67px;
				width:760px;
			}
			#sub_footer #info {
					color:#0F3169;
					padding:25px 0px 0px 200px;
					font-weight:bold;
				
				}

		