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:25px 0px;
}
/************* MAIN *********************/
#container {
	width:763px;
	padding:0px;
	margin:auto;
	background-image:url(Images/northview_07.jpg);
	background-repeat:repeat-y;
}
#p2container {
	width:763px;
	padding:0px;
	margin:auto;
	background-image:url(Images/page2bg.jpg);
	background-repeat:repeat-y;
}
#topnav {
	height:50px;
	padding:0px;
	margin:0px;
	background-image:url(Images/northview_01.jpg);
	background-repeat:no-repeat;
}
#main {
	clear:both;
	width:763px;
	padding:0px;
	margin:0px;
}
#sidebar {
	float:left;
	width:213px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#channels {
	float:left;
	width:213px;
	overflow:hidden;
	text-align:left;
}
.channel {
	padding:7px;
	color:#4C4C4C;
}
.channel h3 {
	font-size:12px;
	font-weight:normal;
	color:#4C4C4C;
	margin:-7px -7px 5px -7px;
	padding:5px;
	border-bottom:#FFF 1px solid;
}
#contentarea {
	float:right;
	width:550px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#p2contentarea {
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	width:760px;
}
#isite_content {
	padding:4px;
	margin:0px;
	text-align:left;
}
#bottom {
	width:763px;
	padding:0px;
	margin:auto;
	background-image:url(Images/northview_09.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#p2bottom {
	width:763px;
	padding:0px;
	margin:auto;
	background-image:url(Images/p2bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:743px;
	text-align:right;
	margin:auto;
	padding:30px 10px 0px 10px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
	border-right:#A1AB96 1px solid;
}
#topmenu a {
	color:#743036;
	padding:0px 7px;
}
#topmenu a:hover {
	text-decoration:underline;
}
/*************/
#menu {
	font-size:12px;
	color:#6A76B4;
	background-image:url(Images/northview_02.jpg);
	background-repeat:no-repeat;
	height:35px;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	float:left;
	padding:12px 10px 9px 10px;
	margin:0px;
	color:#000;
	background-image:url(Images/menudiv.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.menuitem:hover {
	text-decoration:underline;

}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	text-align:left;
	visibility:hidden;
	border:#CFE6DB 1px solid;
	position:absolute;
	background:#C0DECD;
}
.subitem {
	border-bottom:#CFE6DB 1px solid;
	width:132px;
	padding:4px;
	color:#333;	
	margin:0px;	
	background:#ECF4F0;
}
.subitem:hover {
	background:#F4F6F5;
	color:#333;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}