body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(images/bg01.gif);
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container{
	width:762px;
	margin:auto;
}
	#header{
		width:762px;
		height:107px;
		background:url(images/header01.jpg) no-repeat;
	}
		#TopMenu {	
			text-align:right;
			padding:15px 5px 34px 0px;
			margin:auto;
			height:20px;
			text-decoration:none;
		}
			#TopMenu a {
			text-decoration:none;
			}
				#TopMenu .menuitem,#TopMenu .selected  {
					font-size:11px;
					color:#FFF;
					padding:0px 4px;
					border-right:#FFF 1px solid;
					
				}
				
					#TopMenu .menuitem:hover {
						color:#799DF1;
					}
					#TopMenu .menuitem a:hover {
						color:#799DF1;
					}
					#TopMenu .selected{
						color:#799DF1;
					}
					
		#shell {
			width:760px;
			border-right:#293D6E 1px solid;
			border-left:#293D6E 1px solid;
			background:url(images/bg02.gif) repeat-y;
		}
			#flash{
				background:#FFF;
				border-bottom:#FFF 3px solid;
			}
			
			#main{
				border-top:#293D6E 3px solid;
				width:760px;
				background:url(images/menubar01.jpg) no-repeat bottom left;
				padding-bottom:154px;
			}
				#menubar{
					padding-top:5px;
					width:168px;
					float:left;
					
				}
					#menu{
						width:160px;
						margin:auto;
					}
						#menu a {
							display:block;
							text-decoration:none;
						}
							#menu .menuitem {
								text-align:right;
								font-size:11px;
								font-weight:normal;
								color:#fff;
								background:#2A81A9;
								border-left:#293D6E 1px solid;
								border-top:#293D6E 1px solid;
								border-bottom:#293D6E 1px solid;
								border-right:#604091 4px solid;
								width:147px;
								padding: 4px;
								margin-top:1px;
								
									
								}
									#menu .menuitem:hover {
										background:#597ABE;
										
									}
									#menu .menuitem a:hover {
										background:#597ABE;
										
									}
								
								.menucontainer {
									z-index:4;
									position:absolute;
									visibility:hidden;
									background:#597ABE;
									border:#293D6E 1px solid;
								}
									.subitem {
										text-align:right;
										color:#FFF;
										width:130px;
										padding:5px;
										border-bottom:#293D6E 1px solid;
									}
										.subitem:hover {
											background:#7273D9;
										}
		
			
			#isite_content{
				float:left;
				width:407px;
				padding:5px;
				text-align:left;
			}
			
			#sidebar{
				width:175px;
				float:right;
				
			}
				.channel{
						width:159px;
						color:#1F088F;
						text-align:left;
						padding-bottom:8px;
						margin:auto;
					}
						.channel h3 {
							background:url(images/bullet01.gif) no-repeat 5px 8px; 
							font-size:12px;
							font-weight:bold;
							color:#1F088F;
							margin:0px -5px 4px -4px;
							padding:5px 5px 5px 20px;
							
							
						}
			#footer{
				width:760px;
				height:33px;
				float:left;
			}
			
		#copyright {
			color:#666;
			padding:10px;
		}
			#copyright a {
				color:#799DF1;
			}
			#copyright a:hover {
				color:#FFF;
			}	

/************* SUB PAGE *************/

#sub_shell{
			width:760px;
			border-right:#293D6E 1px solid;
			border-left:#293D6E 1px solid;
			background:url(images/bg03.gif) repeat-y;
		}
		
		
	#sub_isite_content{
				float:left;
				width:572px;
				padding:5px;
				text-align:left;
				
			}
				
	