body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#A4BAD4;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/

#container{	
	width:760px;
	border:#1F4A7F 1px solid;
	background:url(images/bg01.jpg) repeat-y;
	margin:auto;
}

#header{
	width:760px;
	height:144px;
	background: url(images/header01.jpg) no-repeat;
	border-bottom:#1F4A7F 4px solid;
}
	#menu{
		width:760px;
		height:20px;
		padding-top:123px;
		
	}
		#float{
			float:right;
		}
			#menu a{
				text-decoration:none;
				display:block;
			}
				#menu .menuitem{
					font-size:11px;
					color:#FFFFD9;
					border-left:#275C9E 1px solid;
					padding:4px 4px;
					float:left;
				}
							
					#menu .menuitem:hover {
						background:#598DCC;
					}
						#menu .menuitem a:hover {
							background:#598DCC;
						}
						
			.menucontainer{
				z-index:4;
				position:absolute;
				visibility:hidden;
				background:#2E6FBD;
				border-top:#FFFFD9 1px solid;
				text-align:left;
			}
					.subitem{
						color:#FFFFD9;
						width:130px;
						padding:5px;
						border-bottom:#1F4A7F;
						text-align:left;
					}
						.subitem a{
							text-align:right;
						}
								.subitem:hover{
									color:#FFFFD9;
									background:#598DCC;
							}
			#main{
				width:760px;
				background:url(images/sidebar01.jpg) no-repeat bottom right;
			}
				#contentarea{
					float:left;
					width:539px;
					border-right:#1F4A7F 4px solid;
				}
					#flash{
						width:539px;
						background:#000;
						border-bottom:#1F4A7F 4px solid;
					}
					
					#isite_content{
						text-align:left;
						width:529px;
						padding:5px;
					}
				#sidebar{
					width:217px;
					float:right;
					padding-bottom:113px;
				}
					.channel{
						width:207px;
						color:#1F4A7F;
						text-align:left;
						padding-bottom:8px;
						margin:auto;
					}
						.channel h3 { 
							font-style:italic;
							font-size:12px;
							font-weight:bold;
							color:#1F4A7F;
							margin:0px -5px 4px -4px;
							padding:5px;
							
							
						}
				
		#footer{
			background:#2F70BF;
			border-top:#1F4A7F 4px solid;
			width:760px;
			height:29px;
		}
		
		#copyright {
			color:#1F4A7F;
			padding:10px;
		}
			#copyright a {
				color:#418FE4;
			}
			#copyright a:hover {
				color:#B9E0FE;
			}	
					