body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#FFF;
	margin:25px auto;
	padding:0px 0px;
}
/************* container *********************/
.container{
	width:760px;
	margin:auto;
	background:url(images/bg01.jpg) repeat-y;
}
	#container02{background:url(images/bg04.jpg) repeat-y;}
	#container03{background:url(images/bg05.jpg) repeat-y;}
	#header{
		
		background:url(images/header01.jpg) no-repeat;
		height:129px;
		margin:auto;
	}
		#menu {
			padding:101px 5px 0px 0px;
			font-size:11px;
		}	
			#menu #float{
				float:right; 
			}
				#menu a{
					display:block;
					text-decoration:none;
					color:#c4e0ce;
				}
					#menu .menuitem {
						float:left;                          
						text-align:left;
						color:#c4e0ce;
						font-weight:normal;
						padding:6px 6px 5px 6px;
						border-left:#1e5632 1px solid;
						border-right:#539f6e 1px solid;	
					}
						#menu .menuitem a {
							text-decoration:none;
						}
							
							#menu .menuitem:hover, .menuitem a:hover {
								background:#5c9670;
							}
					
					.menucontainer {
						z-index:4;
						position:absolute;
						visibility:hidden;
						background:#5c9670;
						border:#1e5732 1px solid;
						border-width:1px 1px 0px 1px;
						text-align:left;
					}
						.subitem {
							width:130px;
							padding:5px; 
							color:#FFF;
							border-bottom:#1e5732 1px solid;
						}
							.subitem:hover {
								color:#1e5732;
								background:#277141;
							}
		#main{
			width:744px;
			margin:auto;
			text-align:center;
			padding-bottom:17px;
		}
		#main02{
			width:744px;
			margin:auto;
			text-align:center;
			padding-bottom:17px;
			background:none;
		}
			#wrapper{
				float:left;
				width:498px;
			}
				#flash{	background:#FFF;}
				
				#subflash{width:550px;float:right;background:#fff;}
				
				.isite_content{
					padding:5px;
					text-align:left;
					padding-bottom:15px;
					
				}
					#isite_content02{float:right;width:543px;}
					#isite_content03{margin:auto;}
					
			#sidebar{
				float:right;
				width:246px;
				
					background:url(images/side02.jpg) no-repeat top;
			}	
			
				#searchzone{
					color:#84692e;
					position:relative;
					background:url(images/bg06.gif) no-repeat bottom left;
					padding:5px 0px;			
				}
					#searchzone label{
						padding:0px;
						margin:0px;
					}
					#searchzone form {
						padding:3px 0px 0px 7px;
						margin:0px;
						color:#84692e;
						font-size:10px;
						font-weight:bold;
						text-align:left;
					}
						#searchzone form input {
							width:163px;
							height:19px;
							border:none;
							padding:3px 5px 0px 10px;
							background:url(images/search01.gif) no-repeat;
							_background-attachment:fixed;
							overflow:hidden;
							color:#757575;
						}
							#searchbutton{display:none;}
							#searchzone input:focus, #searchzone .focus {}
							#searchzone a {
								z-index:4;
								background:url(Images/search02.gif) no-repeat;
								_background-attachment:fixed;
								width:27px;
								height:19px;
								position:absolute;
								top:8px;
								right:8px;
								_top:9px;
								_right:8px;
							}
								#searchzone a:hover {
									background:url(Images/search03.gif) no-repeat;
								}
		
				#channel_lg{
					width:236px;
					padding:5px 5px 5px 5px;
				}
					#channel_lg h3{
						background:url(images/bullet02.jpg) repeat-x bottom;
						margin:0px;
						padding:0px 5px 5px 5px;
					}
		
		#sidemenu{
			width:191px;
			float:left;
		}
			#sidemenu h3{
				font-size:14px;
				font-weight:bold;
				padding:0px;
				_height:12px;
				color:#84692e;
			}
			
			#sidemenu a {
				text-align:left;
				display:block;
				text-decoration:none;
			}
				#sidemenu .menuitem {
					margin:auto;
					color:#84692e;
					padding:4px 5px 3px 5px;
					background:url(images/menubg01.jpg) no-repeat;
				}
					#sidemenu .menuitem:hover, .selected {
						color:#84692e;
						background:url(images/menubg02.jpg) no-repeat;
						padding:4px 5px 3px 5px;
					}
					#sidemenu .menuitem a:hover {
						color:#84692e;
						background:url(images/menubg02.jpg) no-repeat;
					}
		/*#channels{
			width:744px;
			background:url(images/bg02.jpg) repeat-y;
			margin:auto;
			clear:both;
		}*/
			.channel{
				width:238px;
				padding:0px 5px 5px 5px;
				text-align:left;
				color:#7a705b;
			}
				.channel h3{
					background:url(images/bullet.jpg) repeat-x bottom;
					color:#84692e;
					font-size:12px;
					font-weight:bold;
					margin:0px -5px;
					_margin:0px -10px 0px -10px;
					padding:4px 9px;
				}
		
	#footer{
		clear:both;	
		width:760px;
		height:36px;
		background:url(images/footer01.jpg) no-repeat;
		margin:auto;
	}	
		#org_info{
			color:#a19264;
			font-weight:bold;
			font-size:10px;
			padding:15px 5px 5px 5px;
			text-align:center;
		}
	
a{
	color:#5c9670;
	text-decoration:none;
}
	a:hover{
		color:#84692e;
		text-decoration:underline;
	}
	
#copyright{
	padding:10px;
	color:#d5ccb0;
}
			
			
		