body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#EAECED url(Images/bg_01.gif);
	margin:0px;
	padding:25px 0px;
}
/************* CONTAINER *********************/
#container {
	background:#FFF url(Images/bg_02.jpg) repeat-y;
	border:#444F68 1px solid;
	width:760px;
	margin:auto;
}
#container2 {
	background:#FFF url(Images/bg_05.jpg) repeat-y;
	border:#444F68 1px solid;
	width:760px;
	margin:auto;
}
#container3 {
	background:#FFF url(Images/bg_06.jpg) repeat-y;
	border:#444F68 1px solid;
	width:760px;
	margin:auto;
}
	#header {
		background:#FFF url(Images/Main_01.jpg) no-repeat;
		border-bottom:#A3D4E5 5px solid;
		height:113px;
		position:relative;
	}
		#topmenu {
			text-align:right;
			width:735px;
			padding:5px 25px 6px 0px;
			position:absolute;
			top:0px;
			left:0px;
		}
			#topmenu a {
				color:#FFF;
				padding-right:10px;
			}
	#flash {
		background:#1994BE;
		border-bottom:#A3D4E5 5px solid;
		height:188px;
		width:760px;
		margin:0px;
	}
	#main {
		text-align:left;
		background:url(Images/bg_03.jpg) no-repeat bottom left;
	}
	#main2 {
		text-align:left;
		background:none;
	}
		#sidebar {
			float:left;
			background:url(Images/Sidebar_01.jpg) no-repeat;
			width:192px;
			padding:20px 0px 125px 0px;
			margin-right:1px;
		}
			#sidebar a {
				display:block;
			}
			#sidebar .menuitem {
				text-align:right;
				font-size:12px;
				color:#1898C2;
				background:url(Images/Menu_01.jpg) repeat-y top right;
				padding:6px;
				margin:3px 0px;
				width:180px;
			}
				#sidebar .menuitem:hover {
					color:#2A2850;
					background:url(Images/Menu_02.jpg) repeat-y top right;
				}
			.menucontainer {
				z-index:4;
				position:absolute;
				visibility:hidden;
				color:#1898C2;
				background:#FFF;
				border:#1898C2 1px solid;
			}
				#sidebar .subitem {
					color:#1898C2;
					border-bottom:#EBEBEB 1px solid;
					padding:5px;
					width:130px;
				}
					#sidebar .subitem:hover {
						color:#2A2850;
						background:#68A2B1;
					}
		#container #contentarea {
			float:left;
			background:url(Images/bg_04.gif) repeat-x;
			width:404px;
		}
		#container2 #contentarea {
			float:right;
			background:url(Images/bg_04.gif) repeat-x;
			width:567px;
		}
			#isite_content {
				padding:5px;
			}
		#channels {
			float:right;
			width:163px;
			overflow:hidden;
		}
			.channel {
				padding:7px;
			}
			#channels h3 {
				font-size:12px;
				font-weight:normal;
				color:#444F68;
				background:#A3D4E5;
				padding:5px;
				margin:0px 0px 4px 0px;
			}
			.channelText {
				font-size:10px;
				
			}
				nobr {
					white-space:normal;
				}
		#footer{
			clear:both;
			width:760px;
			background:url(images/footer.jpg);
			height:60px;
		}
			#footer #add{
				text-align:right;
				font-size:11px;
				width:182px;
				color:#FFF;
				float:left;
				padding-top:5px;
			}
			#footer #info{
				text-align:center;
				width:568px;
				font-size:10px;
				color:#68A2B1;
				float:right;
				padding-top:10px;
			}
				#footer #info a {
					color:#38788F;
					text-decoration:none;
				}
				#footer #info a:hover {
					color:#CFDDE2;
					text-decoration:underline;
				}
#copyright {
	clear:both;
	padding:10px;
	color:#68A2B1;
}
	#copyright a { 
		color:#68A2B1;
	}
	#copyright a:hover {
		color:#444F68;
	}
/************************** LINKS ************************/
a {
	color:#68A2B1;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}