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;
	margin:auto;
	border:#666 1px solid;
	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/pagetitlebar.jpg);
	background-repeat:no-repeat;
	height:18px;
	color:#FFFFFF;
	font-weight:100;
}
#main {
	width:743px;
	padding:0px;
	margin:0px;
	background:#FFF;
}
#isite_content {
	width:743px;
	text-align:left;
	clear:both;
	padding:0px;
	margin:0px;
}
#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;
}
