body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#7F8C9F url(Images/main.jpg) repeat-y top center;
	margin:0px;
	padding:0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	background:#2E4D7A;
	margin:auto;
}
	#header{
		background:url(images/header_01.jpg);
		height:134px;
	}
		#TopMenu{
			text-align:left;
			width:635px;
			height:27px;
			padding-top:106px;
			padding-left:110px;
			margin:auto;
			text-decoration:none;
		}
			#TopMenu a {
				display:block;
				text-decoration:none;
			}
				#TopMenu .menuitem {
					float:left;
					font-size:11px;
					color:#FFF;
					padding:7px;
				}
					#TopMenu .menuitem:hover {
						background:#BBA15E;
					}
					#TopMenu .menuitem a:hover {
						background:#BBA15E;
					}
						.menucontainer {
							z-index:4;
							position:absolute;
							visibility:hidden;
							background:#29446B;
							border:#6095BF 1px solid;
						}
							.subitem {
								color:#8F99A9;
								width:130px;
								padding:5px;
							}
							.subitem:hover {
								color:#FFF;
								background:#2E4D7B;
							}
	#flashwrapper{
		width:760px;
		height:204px;
		border-top:#FFF 2px solid;
		border-bottom:#FFF 2px solid;
	}
		#sideimage{
			float:left;
			width:300px;
			height:204px;
		}
		#flash{
			float:right;
			width:458px;
			height:204px;
			border-left:#FFF 2px solid;
		}
		
	#main{
		width:746px;
		margin:7px 7px 24px 7px;
		background:url(images/bg_01.jpg) repeat-y;
		border-top:#426597 1px solid;
		border-bottom:#426597 1px solid;
	}
	
		#menubar{
			float:left;
			width:210px;
			padding-top:10px;
			padding-bottom:50px;
		}
			#menu{
				text-align:left;
				width:180px;
				margin: 2px 15px 0px 15px;
			}
				#menu a {
					display:block;
					text-decoration:none;
				}
					#menu .menuitem {
						float:left;
						font-size:11px;
						color:#8F99A9;
						padding:8px 8px 8px 25px;
						width:140px;
						background: url(images/bullet_off.jpg) no-repeat bottom left;
					}
						#menu .menuitem:hover {
							background: url(images/bullet_on.jpg) no-repeat bottom left;
							color:#E4E5E6;
						}
						#menu .menuitem a:hover {
							background: url(images/bullet_on.jpg) no-repeat bottom left;
							color:#E4E5E6;
						}
				#channels{
					width:536px;
					float:right;
				}
					#main_channel{
						float:left;
						width:304px;
						text-align:left;
						color:#BFA565;
						padding:5px 10px;
						
					}
						#main_channel h3 {
							background:url(images/channelbg_01.jpg) repeat-x;
							color:#544827;
							font-size:12px;
							font-weight:bold;
							padding:5px;
							margin:-5px -10px 5px -10px;
							width:314px;
						}
					.channel{
						clear:right;
						float:right;
						width:187px;
						padding:5px 10px 10px 10px;
						color:#D0CFCF;
						text-align:left;
					}
						.channel h3 {
							margin:0px 0px 5px 0px;
							font-size:12px;
							font-weight:bold;
							padding:5px;
							border-bottom: #6095BF 1px solid;
						}
						.channel a{
							color:#A27F37;
						}
			#orginfo {
				text-align:center;
				color:#FFF;
				width:725px;
				clear:both;
				padding:0px 10px 10px;
				margin-top:-15px;
			}
				#copyright {
					color:#2E4D7B;
					padding:10px;
				}
					#copyright a {
						color:#2E4D7B;
					}
					#copyright a:hover {
						color:#FFF;
					}
/******SUB PAGE*************/

#sub_main{
	background:url(images/bg_02.jpg) repeat-y;
	width:760px;
}
#sub_menubar{
	float:left;
	width:168px;
	padding-top:10px;
	background: url(images/sidebar_01.jpg) no-repeat bottom left;
	padding-bottom:250px;
	position:relative; 
}
	#sub_menu{
		position:absolute;
		top:10px;
		left:22px;
		text-align:left;
		width:138px;
		margin: auto;
	}
				#sub_menu a {
					display:block;
					text-decoration:none;
				}
					#sub_menu .menuitem, #sub_menu .selected {
						font-size:11px;
						color:#E9DBB6;
						padding:5px;
						width:138px;
						background:#968148;
						border-top:#A49160 1px solid;
						border-bottom:#6F6036 1px solid;
						margin-top:2px;
					}
						#sub_menu .menuitem:hover,#sub_menu .selected {
							color:#FFF;
							background:#8D99A8;
						}
				
	#contentarea{
		width:582px;
		float:left;
		padding:5px;
		
	}
		#isite_content{
			text-align:left;
			padding:5px;
		}
		
		
#footer{
	background: url(images/footer_01.jpg);
	width:760px;
	height:31px;
}
