body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#9F9781;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:743px;
	padding:0px 8px 8px 8px;
	border:#666 1px solid;
	margin:auto;
	background-color:#FFF;
}
#header {
	width:743px;
	padding:0px;
	margin:0px;
}
#sitenav {
	width:743px;
	height:32px;
	padding:0px;
	margin:0px;
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
}
#flash {
	Float:left;
	padding:0px;
	margin:0px;
	width:540px;
	height:145px;
}
#search {
	float:right;
	width:203px;
	height:116px;
	text-align:left;
	padding:0px;
	margin:0px;
	background-image:url(images/highpoint_16.jpg);
	background-repeat:repeat-y;
}
#titlebar {
	width:695px;
	clear:both;
	text-align:left;
	padding:13px 0px 0px 48px;
	font-size:10px;
	margin:0px;
	background-image:url(images/titlebar.jpg);
	background-repeat:no-repeat;
	height:18px;
	color:#FFFFFF;
	font-weight:100;
}
#main {
	width:743px;
	padding:0px;
	margin:0px;
	background:#FFF;
	background-image:url(images/backgrnd.jpg);
	background-repeat:repeat-y;
	background-position:right;	
}
#isite_content {
	width:524px;
	float:left;
	clear:both;
	text-align:left;
	padding:8px;
	margin:0px;
}
#sidebar {
	float:right;
	width:203px;
	padding:0px;
	margin:0px;
}
#channels {
	width:203px;
	margin:auto;
	font-weight:normal;
}
.channel {
	width:193px;
	padding:5px;
	float:left;
	font-weight:normal;
	text-align:left;
}
.channel * {font-weight:normal !important;}
.channel h3 {
	font-size:11px;
	font-weight:bold !important;
	text-align:center;
	border-bottom:#DAE3F1 1px solid;
	padding:3px;
	margin:0 0 3px 0;
	color:#333;
}
.channelHeader {
	font-size:11px;
	font-weight:normal;
	text-align:center;
	border-bottom:#DAE3F1 1px solid;
	padding:7px;
	margin:0px;
	color:#333;
}
.channel a, .channel a:hover { font-weight:normal !important;}
.channel td, .channel h3 div {
	font-weight:normal !important; text-decoration:none !important;
}
#org_info {
	width:743px;
	text-align:center;
	color:#FFFFFF;
	background:#5E749F;
	margin:0px;
	padding:4px 0px;
}

/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
 /** TOPMENU  **/
#topmenu {
	background-image:url(images/nav_text.jpg);
	background-repeat:no-repeat;
	text-align:right;
	margin:0;
	height:16px;
	font-size:10px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:2px;
}
#topmenu li {
	display:inline;
	border-left:#FFF 2px solid;
}
#topmenu a {
	color:#FFF;
	padding:4px 10px;
	font-weight:800;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#FFF;
}
/*************/
#menu {
	float:right;
	font-size:12px;
	color:#FFF;
	height:32px;
}
#menu a {
	display:block;
	text-decoration:none;
	
}
.menuitem {
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	padding:9px;
	border-left:#FFF 1px solid;	
}
.menuitem:hover {
	color:#FFFFFF;
	background-image:url(Images/menuon.jpg);
	background-repeat:repeat-x;
	text-decoration:underline;
}
/** SUB MENU **/
.menucontainer {
	width:140px;
	z-index:4;
	visibility:hidden;
	text-align:left;
	position:absolute;
	background:#ACCED4;
	border:#333 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:132px;
	padding:4px;
	border-bottom:#333 1px solid;	
	color:#FFF;	
	margin:0px;	
	background:#DCD2B8;
}
.menucontainer a:hover {
	background:#F8F3DA;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}