body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#C3CCD0;
	margin:0px;
	padding:0px 0px;
}
/************* MAIN *********************/

#shell3{
	margin:auto;
	background: url(images/side01.jpg) no-repeat bottom left;
}

#container{
	margin:auto;
	background: url(images/bg01.jpg) repeat-y left;
	
}
#shell{
	margin:auto;
	background: url(images/bg02.jpg) repeat-y right;
}
#shell2{
	margin:auto;
	background: url(images/side02.jpg) no-repeat bottom right;
	
}

	#header_wrapper{
		background:#3a535e url(images/headerbg01.jpg) repeat-x;
		margin:auto;
	}
		#header{
			background:url(images/header01.jpg) no-repeat top center;
			height:139px;
			
		}
		
		#header div {
			float:right;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/byline.png',sizingMethod='noscale');
			width:200px;
			height:87px;
			margin-top:52px;
			margin-right:5px;
		}
		
		#header>div {
			background:url(Images/byline.png) no-repeat;
			margin-right:0px;
			padding-right:5px;
			height:87px;
			clear:both;
		}
		
		#menubar{
			width:173px;
			float:left;
			border-right:#40565D 1px solid;
			padding-bottom:200px;
			clear:both;
		}
			#menu{
					width:173px;
		 		}
			
					#menu a {
						display:block;
						text-decoration:none;
						
					}
						#menu .menuitem {
							text-align:right;
							font-size:11px;
							color:#364F5A;
							background:url(Images/menubg01.jpg) no-repeat;
							margin-top:2px;
							width:162px;
							padding:5px 4px 5px 0px;
							margin-left:7px;
						}
							
							
						
							#menu .menuitem:hover {
								background:url(Images/menubg02.jpg) no-repeat;
								color:#364F5A;
							}
							#menu .menuitem a:hover {
								color:#364F5A;
								background:url(Images/menuitembg02.gif) no-repeat;
							}
							
							.menucontainer {
								z-index:4;
								position:absolute;
								visibility:hidden;
								background:#DBD195;
								border:#9D9357 1px solid;
								text-align:left;
							}
								.subitem {
								color:#364F5A;
								width:130px;
								padding:5px;
								border-bottom:#9D9357 1px solid;
							}
								.subitem:hover {
									background:#C3CCD0;
									color:#FFF;
								}
		#contentarea{
		
			padding:0px 0px 0px 0px;
			margin:0px 173px;
			text-align:left;
		}
			#flash{
				text-align:center;
				margin:10px auto 5px auto;
				width:412px;
				background:#C3CCD0;
			}
				#isite_content{
					padding:10px;
					color:#000;
				}
		
		#sidebar{
			width:173px;
			position:absolute;
			top:139px;
			right:0px;
		
		}
			.channel{
				width:167px;
				color:#C3CCD0;
				text-align:left;
				padding-bottom:21px;
				margin-left:6px;
				
			}
				.channel h3{
					background:url(images/h3bg01.jpg) no-repeat;
					font-size:12px;
					font-weight:bold;
					_height:12px;
					margin:0px auto	;
					padding:5px 0px 5px 10px;
					margin-left:-5px;
				}
		
		#footer{
			background:url(images/footerbg01.jpg) repeat-x bottom left;
			height:50px;
			margin:auto;
			padding-top:500px;
			clear:both;
		}
		
	#copyright{
		padding:10px;
		}
/************* Links **************/

a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#324A53;
	text-decoration:underline;
}
p{
	margin:0px;
}