body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#334169;
	margin:auto;
	padding:50px 0px;
}
/************* MAIN *********************/

/********** COPYRIGHT *******************/
#copyright {
	color:#C0C3C5;
	padding:10px;
}
	#copyright a {
		color:#69696D;
	}
	#copyright a:hover {
		color:#2D3151;
	}
/************* MENU *********************/

#container {
	width:760px;
	background:#9BA8C4;
	margin:auto;
}

#menu {
	width:760px;
	background:#B1C6D6;
	height:34px;
	border-top:#2D3151 1px solid;
	border-bottom:#595C75 1px solid;
}

#menu #float {
			float:right;
		 }
		 #menu a {
			display:block;
			text-decoration:none;
		 }
		 	#menu .menuitem {
			 	float:left;
				color:#69696D;
				padding:11px 5px 12px 5px;
				border-left:#5B5E77 1px solid;
				border-right:#CFE5F0 1px solid;
				border-top:#B1C6D6 2px solid;
			}
			#menu .menuitem:hover {
				background:#E2E4E5;
				border-top:#A73B40 2px solid;
			}
				#menu .menuitem a:hover {
					background:#E2E4E5;
					border-top:#A73B40 2px solid;
				}
				.menucontainer {
						z-index:4;
						position:absolute;
						visibility:hidden;
						background:#B1C6D6;
						border:#5B5E77 1px solid;
					}
					.subitem {
						text-align:left;
						color:#69696D;
						width:130px;
						padding:5px;
						border-bottom:#5B5E77 1px solid;
					}
						.subitem:hover {
							background:#E2E4E5;
						}

#flash {
	border-bottom:#464D6A 1px solid;
	margin-bottom:20px;
}

#contentarea {
	width:752px;
	background:#BECFE5;
	padding: 20px 0px 10px 8px;
	margin:auto;
} 

.channel{
	float:left;
	text-align:left;
	margin:0px auto;
	padding:0px 7px 25px 5px;
	width: 236px;
	color:#9093A1;
	background: url(images/channel_bottom.gif) no-repeat bottom left;
}

.channel h3 {
	width:227px;
	font-size:12px;
	font-weight:bold;
	margin:0px -5px 5px -5px;
	padding:5px 5px 5px 11px;
	_height:12px;
	background: url(images/channel_top.gif) no-repeat top left;
	border-bottom: #A73B40 1px solid;
}


#footer {
	background:url(images/footer_01.jpg);
	width:760px;
	height:41px;
}
			
			
