body
{
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;			/* arial looks better with a smaller size */
	margin: 0;
	padding: 0;
}

/*******************************
	BEGIN: Structure
*******************************/
	#header
	{
		position:relative;
		background: url(../images/header-bg5.png) bottom left repeat-x #fff;
		height: 90px;
	}
	
	#sidebar
	{
		float: left;
		width: 175px;
		margin-top: 10px;
		margin-left: 2px;
	}
	
	#content
	{
		min-width: 500px;		/* IE doens't understand this property */
		padding-right: 2px;
		padding-left: 2px;
		margin-left: 179px;
	}
	
	#footer
	{
		clear: both;
		background-color: #666;
		padding: 1em;
		text-align: right;
		border-top: 1px solid #333;
	}
/*******************************
	END: Structure
*******************************/

	#Logo
	{
		/*background:url("/images/KerrLogo3.png") no-repeat left top;*/
		height: 85px;
		width: 246px;
	}

/*******************************
	BEGIN: Header Navigation
*******************************/
	#navSearch
	{
		position:absolute;
		top:20px;
		right:30px;
		color: #ffffff;
	}
	
	#nav 
	{
		position:absolute;
		bottom:0px;
		right:10px;
	}
			  
	#nav ul 
	{
		margin:0;
		padding:10px 10px 0 20px;
		list-style:none;
	}
			  
	#nav li 
	{
		float:left;
		background:url("../images/tab_off_ns1.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 5px;
	}
	
	#nav a 
	{
		float:left;
		font-size:105%;
		display:block;
		background:url("../images/tab_off_ns2.gif") no-repeat right top;
		padding:10px 15px 3px 8px;
		text-decoration:none;
		font-weight:bold;
		color:#444;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
	color:#333;
	}
	
	#nav li:hover, 
	#nav li:hover a 
	{
		background-position:0% -163px;
		color:#000;
	}
	
	#nav li:hover a 
	{
		background-position:100% -163px;
		color:#000;
	}
	
	#nav #current 
	{
		background:url("../images/tab_on_ns1.gif") no-repeat left top;		  
	}
	
	#nav #current a 
	{
		background:url("../images/tab_on_ns2.gif") no-repeat right top;		  
		padding-bottom:4px;
		color:#000;
	}
/*******************************
	END: Header Navigation
*******************************/

/*******************************
	BEGIN: Sidebar
*******************************/
	.sidebarTop 
	{
		line-height: 0.1;
		font-size: 1px;
		background: transparent url("../images/menu_tr.gif") no-repeat top right;
		margin: 0;
		height: 9px;
		display: block;
		border-bottom: 1px solid #ddd;
		content: url("../images/key-point_tl.gif");
	}
	
	#sidebar 
	{
		background: #d0cbbb;
	}
	
	.sidebarBottom 
	{
		display: block;
		padding-top: 0;
		line-height: 0.1;
		font-size: 1px;
		content:  url("../images/key-point_bl.gif");
		margin: 0 0 0 0;
		height: 8px;
		background: transparent url("../images/menu_br.gif") scroll no-repeat bottom right ;
		border-top: 1px solid #fff;
	}
	
	.sidebarMenu 
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#sidebar 
	{
		margin-bottom: 1em;
	}
	
	.sidebarMenuItem 
	{
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	.sidebarMenuItem span 
	{ /* used for un-linked menu items */
		display: block;
		padding: 6px 10px;
		font-weight: bold;
		color: #444;
	}
	
	.sidebarMenuItem span#configParent, 
	#nav li span #configuration 
	{
		display: inline;
		font-weight: normal;
		padding: 0;
	}
		
	.sidebarMenuItem a,
	.sidebarMenuArea
	{
		display: block;
		padding: 8px 10px;
		text-decoration: none;
		background: #ece6d4;
		color: #444;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		border-right: 1px solid #ddd;
	}
	
	.sidebarMenuItemCurrent a
	{
		background: #E0E9E9;
	}
	
	.sidebarMenuItem a:hover 
	{
		background: #E0E9E9;
	}
		
	#sidebar li li span 
	{ /* used for un-linked menu items */
		padding: 4px 8px 4px 20px;
	}
	
	#sidebar li li a 
	{
		padding: 6px 8px 6px 20px;
	}
/*******************************
	END: Sidebar
*******************************/