@charset "UTF-8";
/* CSS Document */

/************** general styling ******************/


body {
	color:#666666;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	background:url(/hcl/hclweb.nsf/contentBG.jpg) repeat-x top;
	}
a {
	color:#333399;
	text-decoration:none;
	}
a:hover {
	color:#FF9933;
	}
a:active {
	color:#FFFFFF
	}
h1 {
	color:#333333;
	margin:0px;
	padding:0px;
	}
h2 {
	color:#000033;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}



/************** general structure ******************/


#container {
	width:100%;
	height:100%;
	margin:0px auto;
	margin-top:0px
	}
#head {
	width:850px;
	margin:0px auto;
	}
#header {
	width:850px;
	height:168px;
	background:url(/hcl/hclweb.nsf/headerBG.jpg) no-repeat top center;
	margin:0px auto 0px -30px;
	}
#container2 {
	width:850px;
	margin:auto;
	height:100%;
	}
#nav {
	width:190px;
	float:left;
	margin:0px 0px 0px 47px;
	border:#6666CC 1px solid;
	border-bottom:0px;
	background:#272360 url(/hcl/hclweb.nsf/navBG.jpg) top repeat-x
	}
.content {
	width:510px;
	float:right;
	border:#272360 1px dotted;
	margin:20px 30px 10px 10px;
	padding:10px 20px 20px;
	background:url(/hcl/hclweb.nsf/spiralBG.jpg) top right no-repeat;
	}
#footer {
	background:url(/hcl/hclweb.nsf/footerBG.jpg) repeat-x;
	height:49px;
	width:100%;
	float:left;
	margin-bottom:0px;
	border-top:1px #000033 solid;
	color:#CCCC99;
	font-style:italic;
	text-align:center;
	font-size:11px;
	}
	
	
/************** navigation menu styling ********************/
	
#nav ul {
	margin:5px 0px 20px 0px;
	padding:0px 0px;
	list-style:none
	}
#nav ul li {
	list-style:none
	}
#nav ul li a {
	display:block;
	list-style:none;
	margin:2px 0px ;
	padding:10px;
	background:#FFFF99;
	}
#nav ul li a:hover {
	background:#272360 url(/hcl/hclweb.nsf/linkBG-30px.jpg) bottom repeat-x;
	color:#FF9933
	}
	
	
/************** general layout and styling ******************/


#header h1 {
	text-indent:-10000px; /*this leaves the heading text in the browser window for search engines but doesn't display it*/
	}	
.content p {
	text-align:left;
	margin:0px 0px;
	line-height:21px;
	padding:15px 10px 15px 20px;
	font-size:13px;
	}
.content h2 {
	background:#FFFFCC;
	margin:-20px 25px 20px -30px;
	padding:5px 10px;
	border:#272360 dotted 1px;
	}
#footer p {
	padding:7px;
	}
#footer a {
	color:#CCCCCC
	}
#footer a:hover {
	color:#FF9966
	}
