body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background-image:url(Images/background.jpg);
	margin:0px;
	padding:0px 0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	padding:0px;
	margin:auto;
	border-bottom:#000 1px solid;
	background-image:url(Images/contbg.jpg);
	background-repeat:repeat-y;
}
#pagecontainer {
	width:760px;
	padding:0px;
	margin:auto;
	border-bottom:#000 1px solid;
	background-image:url(Images/pagecontbg.jpg);
	background-repeat:repeat-y;
}
#header {
	width:760px;
	height:170px;
	padding:0px;
	margin:0px;
	background-image:url(Images/header.jpg);
	background-repeat:no-repeat;
}
#search form {
	text-align:left;
	width:175px;
	height:19px;
	padding:151px 0px 0px 585px;
	margin:0px;
}
#flash {
	width:760px;
	height:122px;
	margin:0px;
	padding:0px;
	text-align:left;
	background-image:url(Images/heritage_06.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#main {
	width:760px;
	padding:0px;
	margin:0px;
}
#contentarea {
	width:760px;
	padding:0px;
	margin:0px;
	text-align:left;
}
#pagecontentarea {
	float:right;
	width:570px;
	padding:0px;
	margin:0px;
	text-align:left;
}
#isite_content {
	padding:4px;
	margin:0px;
}
#sidebar {
	float:left;
	width:190px;
	padding:0px;
	text-align:left;
}
#channels {
	width:760px;
	text-align:left;
	background-image:url(Images/channelbg.jpg);
	background-repeat:repeat-y;
}
.channel1 {
	float:left;
	padding:0px;
	width:190px;
	color:#333;
	overflow:hidden;
	margin:0px;
}
.channel2 {
	float:left;
	padding:0px;
	width:190px;
	color:#333;
	overflow:hidden;
	margin:0px;
}
.channel3 {
	float:left;
	padding:0px;
	width:190px;
	color:#333;
	overflow:hidden;
	margin:0px;
}
.channel4 {
	float:left;
	padding:0px;
	overflow:hidden;
	width:190px;
	color:#333;
	margin:0px;
}
#channelbody {
	padding:3px;
	color:#333;
	margin:0px;
}
#channelbody {
	padding:4px;
	color:#333;
	margin:0px;
}

/*** CHANNEL HEADERS ****/
.channel1 h3 {
	font-size:12px;
	width:170px;
	height:18px;
	font-weight:normal;
	color:#310C8F;
	text-align:left;
	background-image:url(Images/ch1h3.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:5px 10px;
}
.channel2 h3 {
	font-size:12px;
	font-weight:normal;
	width:170px;
	height:18px;
	color:#310C8F;
	background-image:url(Images/ch2h3.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:0px;
	padding:5px 10px;
}
.channel3 h3 {
	font-size:12px;
	font-weight:normal;
	color:#310C8F;
	width:170px;
	height:18px;
	color:#310C8F;
	background-image:url(Images/ch3h3.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:0px;
	padding:5px 10px;
}
.channel4 h3 {
	font-size:12px;
	font-weight:normal;
	width:170px;
	height:18px;
	color:#310C8F;
	background-image:url(Images/ch4h3.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:0px;
	padding:5px 10px;
}
#footer {
	width:752px;
	padding:4px;
	margin:0px;
	text-align:left;
	background:#181A52;
	color:#FFFFFF;
}
#orginfo {
	padding:3px;
	margin:0px;
	color:#FFF;
	text-align:center;
	border-bottom:#FFF 1px solid;
}
#left {
	float:left;
	width:300px;
	padding:4px 4px 4px 50px;
	margin:0px;
	border-right:#FFFFFF 1px solid;
}
#right {
	float:right;
	text-align:right;
	width:300px;
	padding:4px 50px 4px 4px;
	margin:0px;
}

/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
/** TOPMENU **/
/*************/
#menu {
	font-size:12px;
	color:#6A76B4;
	width:760px;
	height:27px;
	background-image:url(Images/heritage_04.jpg);
	background-repeat:no-repeat;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	float:left;
	padding:6px 10px;
	border-right:#FFF 1px solid;
	color:#FFF;
}
.menuitem:hover {
	text-decoration:underline;
	color:#fff;
	background-image:url(Images/rollover.jpg);
	background-repeat:repeat-x;
}
/** SUB MENU **/
.menucontainer {
	text-align:left;
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#5679B8;
	border:#333 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:132px;
	padding:4px;
	color:#FFF;	
	margin:0px;	
	background:#5679B8;
	border-bottom:#180862 1px solid;
}
.subitem:hover {
	background:#6688C6;
	color:#FFF;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}